Skip to main content
This is an updated and improved version of the Sentry connector! If you’re setting up Sentry with C1 for the first time, you’re in the right place.

Capabilities

The Sentry connector supports automatic account provisioning and deprovisioning.

Gather Sentry credentials

Configuring the connector requires you to pass in credentials generated in Sentry. Gather these credentials before you move on.
A user with an Admin role in Sentry must perform this task.

Create a Sentry API token

1
In Sentry, navigate to the settings menu and click Personal Tokens.
2
Click Create New Token.
3
On the Create New Personal Token page, give your the token a name, such as “C1”.
4
In the PERMISSIONS section of the page, give the token the relevant set of permissions:To sync (read) data:
  • Project: Read
  • Team: Read
  • Release: No Access
  • Issue & Event: Read
  • Organization: Read
  • Member: Read
  • Alerts: No Access
To sync and provision (read-write) data:
  • Project: Read & Write
  • Team: Read & Write
  • Release: No Access
  • Issue & Event: Read & Write
  • Organization: Read & Write
  • Member: Read & Write
  • Alerts: No Access
5
Scroll to the bottom of the page and click Save Changes.
6
Your new token is created. In the AUTH TOKENS section of the page, carefully copy and save the token value.
Done. Next, move on to the connector configuration instructions.

Optional: filter synced organizations

By default, the Sentry connector syncs all organizations accessible to the API token. If your Sentry account belongs to multiple organizations and you only want to sync a subset, you can provide a list of organization IDs or slugs using the Organization IDs setting (--org-ids / BATON_ORG_IDS). When this list is set, only the specified organizations — and the users, teams, and projects that belong to them — are synced. This prevents duplicate user records that can appear when the same user is a member of more than one Sentry organization with different internal user IDs.

Configure the Sentry connector

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
Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for Sentry v2 and click Add.
3
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.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Paste the token you generated into the Token field.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Sentry connector is now pulling access data into C1.