Skip to main content
Connecting Sentry lets Traversal pull error context and issue information so it can reference ongoing and past incidents during investigations.

What Traversal reads

  • Events — error and performance events
  • Issues — grouped errors with status and metadata
  • Releases — release metadata used to correlate errors with deploys
Traversal only ever reads from Sentry — every scope below is read-only.

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

More information