> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/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-wari-integration-config-credentials-api/TSD4x0bu0JKRP5Pn/integrations/all/sentry/create_auth_token.png?fit=max&auto=format&n=TSD4x0bu0JKRP5Pn&q=85&s=1d5b312864cb0ef139fcc842fe09eb43" 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-wari-integration-config-credentials-api/TSD4x0bu0JKRP5Pn/integrations/all/sentry/permission_form.png?fit=max&auto=format&n=TSD4x0bu0JKRP5Pn&q=85&s=e943c1fceaa9e11da52eb719c6fd2bd6" 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-wari-integration-config-credentials-api/TSD4x0bu0JKRP5Pn/integrations/all/sentry/form.png?fit=max&auto=format&n=TSD4x0bu0JKRP5Pn&q=85&s=d7868f8bf110cce0ef1cd6220370f29c" style={{maxWidth: "450px" }} width="1000" height="1384" data-path="integrations/all/sentry/form.png" />

You are now connected to Sentry.
