What problem does it solve?
This Skill removes the friction of switching between your terminal and the Sentry web UI to triage errors, analyze performance traces, and manage releases, cutting down context switching and speeding up incident response.
Core Features & Use Cases
- Issue & Trace Triage: View, resolve, merge, and analyze root causes of Sentry issues, plus explore distributed traces and associated logs directly from the command line.
- Release & Deployment Management: Create, finalize, and track releases, associate git commits, and record production deploys to correlate errors with code changes.
- Custom API & Dashboard Workflows: Make direct authenticated calls to the Sentry API, build custom monitoring dashboards, and query aggregate event data for ad-hoc analysis.
- Use Case: A DevOps engineer responding to a production outage can use this Skill to quickly pull the top unresolved error, view its full trace to identify the failing service, and mark the issue as resolved in the next release without leaving their terminal.
Quick Start
Use the sentry-cli skill to pull the details for unresolved issue PROJ-123 in your current Sentry project and open it in your browser for review.