get_event
Fetch full details of a specific Sentry event by ID, including stack trace, breadcrumbs, tags, and request context to debug individual errors.
Instructions
Get full details of a specific event by its ID, including exception values, stack trace, breadcrumbs, tags, and request context. Use this to debug a specific occurrence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization slug (e.g. 'acme') | |
| project | Yes | Project slug (e.g. 'web-frontend'). Get these from list_projects. | |
| event_id | Yes | Event ID (hex string). Get these from list_issue_events. |