Authentication Method
The Sentry plugin uses API key authentication.api_key(default) — Sentry User auth token (sent asAuthorization: Bearer <token>tohttps://sentry.io/api/0/)
User Auth Token
Step 1: Create a Token
- Log in to Sentry.
- Open Settings → Account → Auth Tokens (or User settings → Auth Tokens).
- Click Create New Token.
- Name the token (for example,
Corsair) and select scopes that match your needs — at minimum, the read/write scopes for organizations, projects, issues, or releases you will access via Corsair. - Create the token and copy it immediately.
Webhook Secret
Sentry integrations that deliver webhooks to your app may include a secret for verifyingsentry-hook-signature (or related headers).
- In Sentry, open Settings → Integrations (or your Internal integration) for the project or organization.
- Configure the outbound webhook and copy the secret used for signature verification.
Required Credentials Summary
| Credential | Required for | Where to find |
|---|---|---|
| User auth token | api_key auth | Sentry → Settings → Auth Tokens |
| Webhook secret | Webhooks | Integration / webhook configuration |