Articles in this section

Set up a connection to Sentry

Sentry is a developer-first application monitoring and error-tracking platform that captures exceptions, crashes, and performance issues in real time giving teams detailed context like stack traces, user info, and environment data to debug faster.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Region *

Select your Sentry account region:

  • EU: if your account URL is https://de.sentry.io.

  • US: if your account URL is https://us.sentry.io.

Auth type *

Select your Sentry authentication type (OAuth 2.0 or Token).

Auth type: OAuth 2.0

OAuth 2.0 client *

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Sentry.

dataLoad.svg​​How to retrieve the client ID and client secret

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit (pencil.svg) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

Scope *

Scopes are OAuth 2.0 permissions that Sentry defines to limit access to your account.

dataLoad.svg​​ How to configure scopes

Auth type: Token

Token *

Enter your Sentry token.

Multiple layers of protection, including AES 256 encryption, are in place to keep your token safe. When editing this connection, you must re-enter this value each time; it is stored only when the connection is saved and never displayed as text.

dataLoad.svg​​How to retrieve token

Tip

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see token universal connector documentation.

How to retrieve the client ID and client secret

  1. Sign in to your Sentry account.

  2. Navigate to Settings > Developer settings > Applications.

  3. Click Create new application.

  4. Enter a Name.

  5. Enter the Celigo integrator.io Redirect URL.

  6. Copy the Client ID.

  7. Copy the Client secret.

How to retrieve token

  1. Sign in to your Sentry account.

  2. Navigate to Settings > Developer settings > Organization tokens.

  3. Click Create new token.

  4. Enter a Name.

  5. Click Create token.

  6. Copy the token.

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or –

    Check the scopes you want to add and click the > button.

  3. Click Save.

Additional references