What problem does it solve?
The skill helps you quickly identify what failed in production, separate crashes from reasoning issues, and turn Sentry alerts into actionable debugging steps.
Core Features & Use Cases
- Issue triage: Find unresolved errors, group them by severity, and inspect counts, timestamps, and permalinks.
- Stacktrace analysis: Pull the latest exception details for a specific issue and review the most relevant frames.
- Pattern hunting: Search by error type, environment, or agent context to compare database, LLM, ChromaDB, and JSON failures.
- Use case: When an app starts failing in production, use the skill to determine whether the problem is a crash, a timeout, a database issue, or a parsing error, then narrow it to the affected agent.
Quick Start
Use the sentry-debugger skill to list unresolved production issues with a valid SENTRY_AUTH_TOKEN, then fetch a specific issue by providing SENTRY_ISSUE_ID when you need the latest stacktrace.