Integrations
Sentry
Connect Sentry to pull error events, issues, and release data into incident investigations.
Register the OAuth App
1
Go to Sentry settings
Settings → API → Applications → Create New Application
2
Configure the app
Name: Seren
Homepage URL: http://localhost:3000
Authorization callback URL: http://localhost:3000/integrations/callback/sentry
Homepage URL: http://localhost:3000
Authorization callback URL: http://localhost:3000/integrations/callback/sentry
3
Copy credentials
CLIENT_ID and CLIENT_SECRET appear immediately after saving.
Required Scopes
Token expiry
Sentry access tokens expire after 30 days. Store the refresh_token alongside the access_token in your Integration table and handle refresh automatically.