From sentry
Checks Sentry release health metrics including crash-free sessions/users, new issues, adoption rates, and error comparisons to identify deployment regressions.
npx claudepluginhub thebushidocollective/han --plugin hashi-sentryThis skill uses the workspace's default tool permissions.
sentry:check-releases - Check release health and compare error rates across deployments
Queries Sentry errors, triages issues, and checks release health via REST API. Useful for debugging exceptions, investigating crashes, stack traces, and monitoring stability.
Tracks Sentry deployments and release health in CI/CD pipelines using sentry-cli for releases, commits, sourcemaps, and deploys with health metrics.
Investigates recent errors and exceptions in Sentry projects: fetches issues via MCP, analyzes frequency, trends, stack traces, user impact, and suggests fixes for quick triage.
Share bugs, ideas, or general feedback.
sentry:check-releases - Check release health and compare error rates across deployments
/check-releases [arguments]
Check the health of recent releases in Sentry to identify problematic deployments, track adoption rates, and compare error rates.
This command helps you monitor release quality and quickly identify if a new deployment introduced regressions.
/check-releases [project-name] [release-version]
User: /check-releases frontend-app v2.4.0
Claude: Checking release health for frontend-app v2.4.0...
## Release Health Report
### Release: v2.4.0
- **Deployed**: 2 days ago
- **Total Sessions**: 45,320
- **Unique Users**: 12,450
- **Adoption**: 78% of active users
### Health Metrics
**Current Release (v2.4.0):**
- Crash-Free Sessions: 97.2%
- Crash-Free Users: 98.1%
- New Issues: 5
- Total Events: 1,247
**Previous Release (v2.3.9):**
- Crash-Free Sessions: 99.1%
- Crash-Free Users: 99.4%
- New Issues: 1
- Total Events: 423
**Change:** ๐ด -1.9% crash-free sessions, -1.3% crash-free users
### New Issues Introduced in v2.4.0
1. **TypeError: Cannot access 'setState' before initialization**
- Events: 478
- Users: 234
- Severity: High
- Component: UserProfile
2. **NetworkError: Request timeout on /api/analytics**
- Events: 356
- Users: 178
- Severity: Medium
3. **Warning: Each child should have unique 'key' prop**
- Events: 289
- Users: 145
- Severity: Low
4. **Error: Failed to parse JSON response**
- Events: 89
- Users: 45
- Severity: Medium
5. **Unhandled Promise Rejection in data loader**
- Events: 35
- Users: 12
- Severity: Low
### Release Comparison
| Metric | v2.4.0 | v2.3.9 | v2.3.8 | Trend |
|--------|--------|--------|--------|-------|
| Crash-Free Sessions | 97.2% | 99.1% | 99.0% | ๐ด Down |
| Error Events | 1,247 | 423 | 456 | ๐ด Up |
| Performance (P95) | 2.1s | 1.8s | 1.9s | ๐ด Slower |
### Assessment
๐ด **Release Quality: Poor**
This release has significantly higher error rates compared to previous versions.
The TypeError affecting UserProfile is the primary contributor to degraded health.
### Recommendations
1. **Immediate**: Investigate TypeError in UserProfile component
2. **Consider**: Rollback to v2.3.9 if issue persists
3. **Monitor**: NetworkError timeout - may be infrastructure-related
4. **Track**: Performance regression (300ms slower P95)
Would you like me to:
- Investigate the UserProfile TypeError in detail?
- Compare performance metrics across releases?
- Check if any users are reporting issues?
project-name (optional): Sentry project slugrelease-version (optional): Specific release to check (defaults to latest)/investigate-errors: Dive deeper into release-specific errors/analyze-performance: Check performance changes across releases/query-events: Custom queries filtered by release