This source can sync data for the Sentry API. It supports only Full Refresh syncs.
This Source is capable of syncing the following Streams:
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
integer , number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | No | |
SSL connection | Yes | |
Namespaces | No |
auth_token
- Sentry Authentication Token with the necessary permissions (described below)organization
- Organization Slug. You can check it at https://sentry.io/settings//project
- The name of the Project you wanto sync. You can list it from https://sentry.io/settings//projects/hostname
- Host name of Sentry API server. For self-hosted, specify your host name here. Otherwise, leave it empty. (default: sentry.io)
You can find or create authentication tokens within Sentry.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2021-10-12 | 6975 | New Source: Sentry |