sentry
Installation
SKILL.md
sentry
Query errors, investigate exceptions, track issues, and monitor release health via the Sentry REST API. API usage is referenced through Context7 MCP; only company-specific rules are documented here.
Description
Applicable scenarios: production error investigation, issue triage, release health checks, crash analysis.
- Internal URL:
https://sentry-us.example.com(self-hosted Sentry, API base path/api/0/) - Organization slug:
sentry
| Variable | Description | Required |
|---|---|---|
SENTRY_AUTH_TOKEN |
Organization Token (Settings -> Organization Tokens -> Create) | Yes |
Authentication: -H "Authorization: Bearer $SENTRY_AUTH_TOKEN"
The current Organization Token only has Release-related permissions by default. To query Issues/Events, create an Internal Integration in Developer Settings and enable
Issue & Event: Read,Project: Read,Organization: Read.