Overview
IncidentFox integrates with Sentry for error tracking, issue analysis, and release correlation. This helps identify application errors that may be causing incidents.Tools Available
| Tool | Description |
|---|---|
sentry_list_issues | List issues in a project |
sentry_get_issue_details | Get detailed information about an issue |
sentry_list_projects | List all Sentry projects |
sentry_get_project_stats | Get error statistics for a project |
sentry_list_releases | List releases and deployment info |
Configuration
Authentication
Create a Sentry API token with the following scopes:| Scope | Purpose |
|---|---|
project:read | List and view projects |
event:read | View issue details and events |
org:read | View organization info |
Example Queries
Find Recent Errors
Correlate with Deployment
Get Issue Details
Use Cases
Error Spike Investigation
When investigating latency or availability issues:- IncidentFox checks Sentry for recent error spikes
- Correlates error timing with incident timeline
- Identifies specific exceptions causing problems
Release Impact Analysis
After a deployment:- Compare error rates before/after release
- Identify new error types introduced
- Correlate with GitHub commits in the release
Root Cause Identification
Sentry provides stack traces that help identify:- Specific code paths causing errors
- Environment differences (e.g., specific hosts)
- User impact scope
Configuration Options
| Option | Description | Default |
|---|---|---|
organization | Sentry organization slug | Required |
auth_token | API authentication token | Required |
default_project | Default project for queries | Optional |
environment | Filter to specific environment | Optional |
Troubleshooting
Rate Limiting
Sentry has API rate limits. If you hit them:Missing Events
If recent events aren’t appearing:- Check Sentry data retention settings
- Verify the project has events
- Ensure the time range is correct

