get_stack_frames
Extract and format stack frames from a Sentry event, showing the call chain without full event details. Optionally filter to in-app frames.
Instructions
Extract and format stack frames from a Sentry event. Useful for quickly seeing the call chain without full event details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Sentry event ID | |
| in_app_only | No | Show only application frames (exclude vendor/framework frames) | |
| project_slug | Yes | Sentry project slug |