get_sentry_issue
Retrieve and analyze Sentry issues using issue URLs or IDs to access error tracking data, supporting summary or detailed views in plain text or markdown formats.
Instructions
Retrieve and analyze a Sentry issue. Accepts issue URL or ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id_or_url | Yes | Either a full Sentry issue URL or just the numeric issue ID | |
| organization_slug | Yes | The slug of the organization the issue belongs to | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |