From sentry
Routes to specialized Sentry workflows for fixing production issues, reviewing code with Sentry context, or upgrading Sentry SDKs. Directs to the correct skill based on whether the task involves live errors, PR bot comments, Seer bug predictions, or SDK migrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentry:sentry-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> [All Skills](../../SKILL_TREE.md)
Debug production issues and maintain code quality with Sentry context. This page helps you find the right workflow skill for your task.
Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.
curl -sL https://skills.sentry.dev/sentry-fix-issues/SKILL.md
Append the path from the Path column in the table below to https://skills.sentry.dev/. Do not guess or shorten URLs.
Do not skip this section. Do not assume which workflow the user needs. Ask first.
sentry-fix-issuessentry[bot] on a PR → sentry-code-reviewsentry-pr-code-reviewsentry-sdk-upgradeWhen unclear, ask the user whether the task involves live production issues, PR review comments, or SDK upgrades. Do not guess.
| Use when | Skill | Path |
|---|---|---|
| Finding and fixing production issues — stack traces, breadcrumbs, event data | sentry-fix-issues | sentry-fix-issues/SKILL.md |
Resolving comments from sentry[bot] on GitHub PRs | sentry-code-review | sentry-code-review/SKILL.md |
| Fixing issues detected by Seer Bug Prediction in PR reviews | sentry-pr-code-review | sentry-pr-code-review/SKILL.md |
| Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIs | sentry-sdk-upgrade | sentry-sdk-upgrade/SKILL.md |
Each skill contains its own detection logic, prerequisites, and step-by-step instructions. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.
Looking for SDK setup or feature configuration instead? See the full Skill Tree.
npx claudepluginhub getsentry/sentry-for-ai --plugin sentryAnalyzes and fixes production issues from Sentry using MCP. Methodically investigates stack traces, breadcrumbs, and traces to identify root causes of errors and exceptions.
Queries Sentry API to list issues, inspect events, and summarize production errors using bundled Python script. Requires SENTRY_AUTH_TOKEN for read-only access.
Identifies and fixes 10 Sentry SDK anti-patterns like hardcoded DSNs and 100% sample rates causing data loss, costs, and missed alerts. For auditing configs and debugging missing events.