sentry
Queries Sentry for issues, events, traces, and error analysis. Use when debugging production errors, searching issues, analyzing traces, or getting AI root cause analysis with Seer.
When & Why to Use This Skill
The Sentry skill for Claude enables developers to monitor, diagnose, and resolve production errors directly within their AI workflow. By integrating Sentry's robust error tracking with AI-powered root cause analysis (Seer), this skill streamlines the debugging process, allowing for rapid identification of issues, stack trace analysis, and the generation of actionable code fixes to improve system reliability and reduce MTTR (Mean Time to Resolution).
Use Cases
- Production Error Debugging: Quickly retrieve full stack traces and issue details to diagnose the root cause of production crashes or exceptions.
- AI-Powered Root Cause Analysis: Leverage the Seer integration to automatically analyze complex issues and receive suggested code fixes based on error patterns.
- Performance & Trace Analysis: Query distributed traces and event aggregations to identify performance bottlenecks or database failures affecting user experience.
- Issue Triage and Prioritization: Search and filter through unresolved errors to identify critical bugs impacting a high volume of users or specific releases.
- Cross-Team Collaboration: List organizations, projects, and teams to contextually link Sentry issues with specific development groups for faster escalation.
| name | sentry |
|---|---|
| description | Queries Sentry for issues, events, traces, and error analysis. Use when debugging production errors, searching issues, analyzing traces, or getting AI root cause analysis with Seer. |
| version | '1' |
Sentry
Tools
| Tool | Purpose |
|---|---|
mcp__sentry__whoami |
Auth user info |
mcp__sentry__find_organizations/projects/teams/releases |
List org resources |
mcp__sentry__get_issue_details |
Full issue + stacktrace |
mcp__sentry__search_issues |
Filter grouped issues (list) |
mcp__sentry__search_events |
Events + counts/aggregations |
mcp__sentry__search_issue_events |
Events within specific issue |
mcp__sentry__get_trace_details |
Trace overview |
mcp__sentry__get_event_attachment |
Download attachments |
mcp__sentry__analyze_issue_with_seer |
AI root cause + code fixes |
Workflows
Debug error: get_issue_details → analyze_issue_with_seer → search_issue_events for patterns
Find issues: search_issues (natural language) → get_issue_details for stacktrace
Performance: get_trace_details → search_events with spans dataset
Queries
search_issues (grouped) |
search_events (raw/counts) |
|---|---|
| "unresolved errors last week" | "how many errors today" |
| "critical bugs 100+ users" | "database failures this week" |
| "issues assigned to me" | "total tokens used by model" |
Tips
- Pass
issueUrldirectly when user provides Sentry URL - Use
organizationSlugfromfind_organizationsif unknown analyze_issue_with_seerreturns actual code fixes; cached after first call