What Traversal reads
- Events — error and performance events
- Issues — grouped errors with status and metadata
- Releases — release metadata used to correlate errors with deploys
Required scopes
Grant the following read-only scopes. If your Sentry instance offers Read / Write / Admin access per resource, set everything to Read.Use the API auth token, not a DSN — the DSN is the write-only SDK ingestion key and will not authorize reads.
Setup
- Internal Integration (Recommended)
- Personal Access Token
An internal integration is org-scoped, least-privilege, and survives people leaving the team.
1
Create an internal integration
- In Sentry, go to Settings → Custom Integrations → Create New Integration → Internal
- Give it a name (e.g.
traversal-prod) - Grant read access on the scopes listed above
- Copy the generated auth token
2
Configure in Traversal
Go to Company Knowledge → Integrations, select Sentry, and enter:
- Auth Token — the internal-integration token you just created
- Organization Slug — the org segment in your Sentry URLs (e.g.
my-orginsentry.io/organizations/my-org) - Base URL (optional) — leave blank for
sentry.io. Sethttps://de.sentry.iofor the EU region, or your instance URL for single-tenant / self-hosted Sentry