1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/sentry.md
Roman Yermilov [GL] 795dfe99ac Source Sentry: add state persistence (#21864)
* Source Sentry: add state persistance

* Source Sentry: bump version

* Source Sentry: update changelog

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-26 13:43:10 +02:00

3.8 KiB

Sentry

This page contains the setup guide and reference information for the Sentry source connector.

Prerequisites

To set up the Sentry source connector, you'll need the Sentry project name, authentication token, and organization.

Set up the Sentry connector in Airbyte

  1. Log into your Airbyte Cloud account or navigate to the Airbyte Open Source dashboard.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Sentry from the Source type dropdown.
  4. Enter the name for the Sentry connector.
  5. For Project, enter the name of the Sentry project you want to sync.
  6. For Host Name, enter the host name of your self-hosted Sentry API Server. If your server isn't self-hosted, leave the field blank.
  7. For Authentication Tokens, enter the Sentry authentication token.
  8. For Organization, enter the Sentry Organization the groups belong to.
  9. Click Set up source.

Supported sync modes

The Sentry source connector supports the following sync modes:

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.9 2022-12-20 21864 Add state persistence to incremental sync
0.1.8 2022-12-20 20709 Add incremental sync
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