Sentry
Surface crashes and release health by issuing a Sentry auth token.
The Sentry connector pulls issues, release health, and user impact metrics into the Capreolus mobile-health dashboard. It uses an organization-scoped auth token — no Sentry password required.
Generate an auth token
- Go to Settings → Auth Tokens in your Sentry organization.
- Click Create New Token. Name it
capreolus. - Grant the following scopes — nothing else is needed:
project:readproject:releasesevent:readorg:read
- Copy the token. Sentry only shows it once.
Connect in Capreolus
Open Settings → Integrations → Sentry, paste the token, and pick the Sentry org. Capreolus will list every project the token can see and let you map them to your Capreolus apps.
What we pull
- Crash-free sessions / users per release.
- Top issues sorted by user impact.
- Release deploys (start, finish, environment).
- ANR and slow-start metrics for mobile platforms.
If you self-host Sentry, set the API URL during the connector setup (e.g.
https://sentry.acme.dev/api). The token format is the same.