> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-paul-querna-mcp-sources-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Sentry connector

> C1 provides identity governance for Sentry. Integrate your Sentry instance with C1 to run user access reviews (UARs) and enable just-in-time access requests.

## Capabilities

| Resource | Sync                                                          | Provision |
| :------- | :------------------------------------------------------------ | :-------- |
| Accounts | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Projects | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Teams    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Members  | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Roles    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

## Gather Sentry credentials

Configuring the connector requires you to pass in credentials generated in Sentry. Gather these credentials before you move on.

<Warning>
  A user with an **Admin**, **Manager**, or **Owner** role in Sentry with the permission to create new integrations must perform this task.
</Warning>

### Create a new internal integration in Sentry

<Steps>
  <Step>
    In Sentry, click **Settings** > **Developer Settings**.
  </Step>

  <Step>
    Click **Create New Integration** and select **Internal Integration**, then click **Next**.
  </Step>

  <Step>
    On the **Create Internal Integration** page, give your new integration a name, such as **C1**.
  </Step>

  <Step>
    In the **PERMISSIONS** section of the page, give the integration the following permissions:

    * Project: Read
    * Team: Read
    * Release: No Access
    * Issue & Event: Read
    * Organization: Read
    * Member: Read
  </Step>

  <Step>
    Scroll to the bottom of the page and click **Save Changes**.
  </Step>

  <Step>
    Your new integration is created. Scroll to the **TOKENS** section of the page and copy the API token that Sentry automatically created for the integration.
  </Step>
</Steps>

**Done.** Next, move on to the connector configuration instructions.

## Configure the Sentry connector

<Warning>
  To complete this task, you'll need:

  * The **Connector Administrator** or **Super Administrator** role in C1
  * Access to the set of Sentry credentials generated by following the instructions above
</Warning>

<Tabs>
  <Tab title="Cloud-hosted">
    **Follow these instructions to use a built-in, no-code connector hosted by C1.**

    <Steps>
      <Step>
        In C1, navigate to **Apps** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Sentry** and click **Add**.
      </Step>

      <Step>
        Choose where to add the connector: **Create a new app**, or **Add to an existing app** (then select the app).

        If you're creating a new app, choose whether to link it to an application discovered from your identity provider: select **Yes** and pick the IdP application, or **No** to continue with just the connector.
      </Step>

      <Step>
        Set the connector's **Name** and, optionally, a **Description**.
      </Step>

      <Step>
        Click the pencil icon next to **Owners** to choose who can configure and manage this connector.
      </Step>

      <Step>
        Click **Add**. The connector is created and its configuration page opens.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Paste the API token you generated into the **Token** field.
      </Step>

      <Step>
        In the **Organization slug** field, enter your Sentry organization slug.

        You can find your Sentry organization slug in the URL of your Sentry instance, or on the **Organization Settings** page.
      </Step>

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

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Sentry connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    **Follow these instructions to use a connector, hosted and run in your own environment.**

    *Self-hosted connector not currently available.*
  </Tab>
</Tabs>
