Skip to main content

Sentry (Source)

The Sentry source connector lets you connect to the Sentry API using an auth token and validate access to a specific organization and project.

Setup

Prerequisites

  • A Sentry account with access to the organization and project you want to connect to.
  • A Sentry auth token with permission to read the target project.

Create a Sentry auth token

  1. In Sentry, go to User SettingsAuth Tokens.
  2. Create a token with appropriate read access for the project you want to sync.
  3. Copy the token value (you’ll use it as auth_token).

Authentication

This connector authenticates using a Bearer token (Sentry auth token).

Configuration

Provide the following configuration fields:

FieldTypeRequiredDescription
organizationstringYesYour Sentry organization slug.
projectstringYesYour Sentry project slug.
auth_tokenstringYesSentry auth token used as a Bearer token for API requests.

Connectivity check

On connection/login, the connector validates credentials by calling the Sentry Projects API:

  • GET https://sentry.io/api/0/projects/{organization}/{project}/

If the request fails (for example, due to an invalid token, missing permissions, or incorrect slugs), the connector will report a credential validation error.

Streams

This connector is currently under development and does not yet extract data.

  • Catalog: not yet defined
  • Extraction: not yet available

Limitations

  • Data extraction is not implemented yet; the connector currently supports credential validation only.