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
- In Sentry, go to User Settings → Auth Tokens.
- Create a token with appropriate read access for the project you want to sync.
- 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:
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | Yes | Your Sentry organization slug. |
project | string | Yes | Your Sentry project slug. |
auth_token | string | Yes | Sentry 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.