sentry-debugger
Installation
SKILL.md
Sentry Debugger for {{PROJECT_NAME}}
When to Use Sentry vs LangSmith
| Question | Use |
|---|---|
| "What crashed?" | Sentry - see exceptions |
| "Why did the agent think X?" | LangSmith - see inputs/outputs |
| "Why did app error out?" | Sentry - see stacktrace |
| "Why is response wrong?" | LangSmith - trace the reasoning |
| "Is DB connection failing?" | Sentry - connection errors |
| "Is Analyst slow?" | LangSmith - latency analysis |
| "What errors happen most?" | Sentry - error frequency |
| "What patterns is Analyst missing?" | LangSmith - compare evidence across runs |
Rule of thumb:
- Sentry = crashing problems (exceptions, failures)
- LangSmith = thinking problems (wrong output, bad reasoning)