sentry-advanced-troubleshootingClaude Skill
Execute advanced Sentry troubleshooting techniques.
1.4k Stars
173 Forks
2025/10/10
| name | sentry-advanced-troubleshooting |
| description | Execute advanced Sentry troubleshooting techniques. Use when debugging complex SDK issues, missing events, source map problems, or performance anomalies. Trigger with phrases like "sentry not working", "debug sentry", "sentry events missing", "fix sentry issues". |
| allowed-tools | Read, Write, Edit, Grep, Bash(cmd:*) |
| version | 1.0.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
Sentry Advanced Troubleshooting
Prerequisites
- Debug mode enabled in SDK
- Access to application logs
- Sentry dashboard access
- Sentry CLI installed for source map debugging
Instructions
- Enable debug mode in SDK configuration to see verbose logging
- Verify SDK initialization by checking if client exists after init
- Test network connectivity to Sentry ingest endpoint
- Check sampling configuration to ensure events are not being dropped
- Temporarily disable beforeSend filtering during debugging
- Use sentry-cli sourcemaps explain to diagnose source map issues
- Verify transaction creation and finish calls for performance data
- Check breadcrumb capture with beforeBreadcrumb debugging
- Resolve SDK conflicts by ensuring single initialization
- Run diagnostic script to generate comprehensive health report
Output
- Root cause identified for SDK issues
- Source map problems resolved
- Event capture verified working
- Performance monitoring validated
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
Similar Claude Skills & Agent Workflows
git-commit
5.4k
Generate well-formatted git commit messages following conventional commit standards
code-review
5.4k
Comprehensive code review assistant that analyzes code quality, security, and best practices
dsql
7.9k
Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements.
backend-dev-guidelines
20.7k
Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo.
Material Component Dev
7.6k
FlowGram 物料组件开发指南 - 用于在 form-materials 包中创建新的物料组件
Create Node
7.6k
用于在 FlowGram demo-free-layout 中创建新的自定义节点,支持简单节点(自动表单)和复杂节点(自定义 UI)