> ## Documentation Index
> Fetch the complete documentation index at: https://docs.traversal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentry

> Connect Sentry for error tracking and issue context during investigations.

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

## Setup

<Steps>
  <Step title="Create a personal auth token">
    1. In Sentry, go to **Settings → Personal Tokens**
    2. Click **Create New Token** and give it a name (e.g. `traversal-prod`)
    3. Select the following scopes: **Issue & Event** (`event:read`), **Project** (`project:read`), **Organization** (`org:read`)
    4. Copy the auth token — it is only shown once
  </Step>

  <Step title="Configure in Traversal">
    Go to **Company Knowledge → Integrations**, select **Sentry**, and paste the auth token.

    Click **Save**.
  </Step>
</Steps>

## More information

* [Sentry authentication](https://docs.sentry.io/api/auth/)
