Setup & Installation
What This Skill Does
Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.
Acts as a dispatcher so teams do not need to know which language-specific skill to load — they get routed to the right one automatically.
When to use it
- Bootstrapping Sentry in a new project without knowing the exact SDK name
- Routing a generic "add Sentry" request to the right language skill
- Standardizing onboarding across a polyglot codebase
- Kicking off a new integration from a single entry point
- Choosing between SDK variants when multiple could apply