list_breadcrumbs
Retrieve the sequence of events (breadcrumbs) that led to an error in a Sentry event, providing context for debugging.
Instructions
Extract all breadcrumbs from an event, showing the trail of events leading up to an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by breadcrumb type (e.g., "default", "http", "navigation", "error"). | |
| limit | No | Max breadcrumbs to return (1-100, default: 50). | |
| event_id | Yes | Event ID. | |
| project_slug | Yes | Project slug. |