sentry
Installation
SKILL.md
Sentry Integration
Connection
- Base URL:
https://sentry.io/api/0 - Org slug: discovered from the token's accessible organizations by default. Configure
SENTRY_ORG_SLUGor passorgSlugto thesentryaction when a user needs a specific Sentry organization. - Auth:
Authorization: Bearer $SENTRY_SERVER_TOKEN(internal integration token, NOT user auth token or DSN) - Env vars:
SENTRY_SERVER_TOKEN(falls back toSENTRY_AUTH_TOKEN) - Caching: 5-minute in-memory cache, max 100 entries
- Scopes needed:
alerts:read,event:read,org:read,project:distribution,project:read,team:read
Server Lib & API Routes
- File:
server/lib/sentry.ts