What problem does it solve?
This Skill fetches and analyzes Sentry issues, events, transactions, and logs to help debugging, root-cause analysis, and understand what happened at specific times.
Core Features & Use Cases
- Retrieve issue details, events, and logs from Sentry to diagnose errors
- Query by time window, project, and organization to surface relevant data
- Use formatted output or raw JSON to integrate with other tools or reports
Quick Start
Use this Skill to quickly fetch an issue or event. For example:
- Get details for a specific issue: fetch-issue.js 5765604106 --org myorg --project backend
- Fetch a specific event with full context: fetch-event.js abc123 --org myorg --project backend --latest
- List unresolved issues in a project: list-issues.js --org myorg --project backend --status unresolved