get_sentry_event_details
Retrieve detailed information for a specific Sentry event, with options to limit entries, paginate, and filter by type (e.g., exception, breadcrumbs).
Instructions
Retrieve details for a specific event ID within a project. IMPORTANT: For large events, always use limit parameter (e.g., limit: 10) to avoid token limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | RECOMMENDED: Limit entries returned (default: 5). | |
| offset | No | Offset for pagination through event entries. | |
| event_id | Yes | The ID of the event. | |
| entry_type | No | Filter to specific entry type ('exception', 'message', 'breadcrumbs', 'request', 'threads', 'debugmeta', 'contexts'). | |
| project_slug | Yes | The slug of the project. |