get_recent_errors
Fetch recent production errors from Sentry for a project or service, with frequency, timestamps, and affected user counts to support incident triage.
Instructions
Fetch recent production errors from Sentry for a project or service, including frequency counts, first/last seen timestamps, and affected user counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max issues to return (default: 15) | |
| query | No | Filter query e.g. 'is:unresolved', 'level:error' | |
| project | No | Sentry project slug (falls back to SENTRY_PROJECT env) | |
| timeframe | No | Stats period e.g. '1h', '24h', '7d' (default: '24h') |