fetchSentryIssue
Fetch a Sentry issue and enrich its stack trace with git blame, showing per-frame commit attribution and top suspect commit.
Instructions
Fetch a Sentry issue and enrich its stack trace with git blame. Returns per-frame commit attribution + top suspect commit. Requires Sentry connector connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | Sentry issue ID (e.g. '12345') or full issue URL (e.g. 'https://sentry.io/organizations/my-org/issues/12345/'). | |
| maxFrames | No | Max stack frames to blame. Default 10. |