This page contains the setup guide and reference information for the Sentry source connector.
You can find or create authentication tokens within Sentry.
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Sentry connector and select Sentry from the Source type dropdown.
- Enter your
auth_token
- Sentry Authentication Token with the necessary permissions (described below). - Enter your
organization
- Organization Slug. You can check it at https://sentry.io/settings/$YOUR_ORG_HERE/. - Enter your
project
- The name of the Project you wanto sync. You can list it from https://sentry.io/settings/$YOUR_ORG_HERE/projects/. - Enter your
hostname
- Host name of Sentry API server. For self-hosted, specify your host name here. Otherwise, leave it empty. (default: sentry.io). - Click Set up source.
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your
auth_token
- Sentry Authentication Token with the necessary permissions (described below). - Enter your
organization
- Organization Slug. You can check it at https://sentry.io/settings/$YOUR_ORG_HERE/. - Enter your
project
- The name of the Project you wanto sync. You can list it from https://sentry.io/settings/$YOUR_ORG_HERE/projects/. - Enter your
hostname
- Host name of Sentry API server. For self-hosted, specify your host name here. Otherwise, leave it empty. (default: sentry.io). - Click Set up source.
The Sentry source connector supports the following sync modes:
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | No |
SSL connection | Yes |
Namespaces | No |
Integration Type | Airbyte Type |
---|---|
string |
string |
integer , number |
number |
array |
array |
object |
object |
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.7 | 2022-09-30 | 17466 | Migrate to per-stream states |
0.1.6 | 2022-08-29 | 16112 | Revert back to the Python CDK |
0.1.5 | 2022-08-24 | 15911 | Bugfix to allowing reading schemas at runtime |
0.1.4 | 2022-08-19 | 15800 | Bugfix to allow reading sentry.yaml at runtime |
0.1.3 | 2022-08-17 | 15734 | Fix yaml based on the new schema validator |
0.1.2 | 2021-12-28 | 15345 | Migrate to config-based framework |
0.1.1 | 2021-12-28 | 8628 | Update fields in source-connectors specifications |
0.1.0 | 2021-10-12 | 6975 | New Source: Sentry |