* Revert Sendgrid and Sentry sources to use python CDK instead of low-code * keep yaml configs for future reference * don't revert additional properties and update changelog w/ PR number * consistent time formatting in Messages stream and fix the unit test * auto-bump connector version [ci skip] * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
3.8 KiB
3.8 KiB
Sentry
This page contains the setup guide and reference information for the Sentry source connector.
Prerequisites
You can find or create authentication tokens within Sentry.
Setup guide
Step 1: Set up the Sentry connector in Airbyte
For Airbyte Cloud:
- 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.
For Airbyte OSS:
- 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.
Supported sync modes
The Sentry source connector supports the following sync modes:
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | No |
| SSL connection | Yes |
| Namespaces | No |
Supported Streams
Data type map
| Integration Type | Airbyte Type |
|---|---|
string |
string |
integer, number |
number |
array |
array |
object |
object |
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 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 |