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

# Sentry - How do I link my account?

# Overview

To authenticate with Sentry, you will need:

1. **Hostname** - The Hostname to your Sentry account.
2. **Auth Token** - A key that grants Nango permission to interact with Sentry's APIs resources and services.

This guide will walk you through finding your **Hostname** and generating your **Auth Token** within Sentry.

### Prerequisites:

* You must have a Sentry account.

### Instructions:

#### Step 1: Finding Your Hostname

Sentry APIs use different hostname based on your region:

* Default hostname: `sentry.io`
* US region: `us.sentry.io`
* EU region: `eu.sentry.io`

<Note>
  [What Types of Data Are Stored Where](https://docs.sentry.io/organization/data-storage-location/#what-types-of-data-are-stored-where)
</Note>

#### Step 2: Generating Your Sentry Auth Token

1. Login to your [Sentry account](https://sentry.io/auth/login/).
2. Go to **Settings** > **Auth Tokens** (or visit [auth tokens](https://sentry.io/settings/account/api/auth-tokens/)).
3. Click **Create New Token**.

<img src="https://mintcdn.com/nango/vu2nwoxonwu7Uu43/integrations/all/sentry/create_auth_token.png?fit=max&auto=format&n=vu2nwoxonwu7Uu43&q=85&s=6d21d31e9ff1c3ce276c5d6e047186f6" style={{maxWidth: "450px" }} width="1287" height="552" data-path="integrations/all/sentry/create_auth_token.png" />

4. Give your token a name (e.g. "Nango Integration")
5. Select the required scopes

<img src="https://mintcdn.com/nango/vu2nwoxonwu7Uu43/integrations/all/sentry/permission_form.png?fit=max&auto=format&n=vu2nwoxonwu7Uu43&q=85&s=b5ff544aa0ef5d47eda5a9aced2e80e0" style={{maxWidth: "450px" }} width="1276" height="864" data-path="integrations/all/sentry/permission_form.png" />

6. Click **Create Token**.
7. Copy your token immediately - it won't be shown again

#### Step 3: Enter credentials in the Connect UI

Once you have your credentials:

1. Open the form where you need to authenticate with Sentry.
2. Enter the **Hostname** and **Auth Token** in their designated fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/vu2nwoxonwu7Uu43/integrations/all/sentry/form.png?fit=max&auto=format&n=vu2nwoxonwu7Uu43&q=85&s=e51755de621dcc8b73e7de23916fa8f9" style={{maxWidth: "450px" }} width="1000" height="1384" data-path="integrations/all/sentry/form.png" />

You are now connected to Sentry.
