get_stack_frames
Extract structured stack trace frames from Sentry events to identify application crashes and errors. Filter by in-app frames and limit results for efficient debugging.
Instructions
Extract structured stack trace frames from an event. Optimized for debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event ID. | |
| max_frames | No | Max frames to return (default: 50). | |
| in_app_only | No | Filter to only application frames (default: false). | |
| project_slug | Yes | The slug of the project. |