view_stacktrace
Extract and format stacktrace details from a Bugsnag event to diagnose errors. Provide event ID and project ID to retrieve filtered frames with optional source code context.
Instructions
Extract and format stacktrace information from an event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Bugsnag event ID | |
| max_frames | No | Maximum number of stacktrace frames to return (default: 20 for token efficiency) | |
| project_id | Yes | Bugsnag project ID | |
| include_code | No | Include source code context if available |