1
0
mirror of synced 2026-01-03 15:04:01 -05:00
Files
airbyte/docs/operator-guides/sentry-integration.md
2022-01-25 18:43:18 +02:00

12 lines
673 B
Markdown

# Sentry Integration
Airbyte provides an opportunity to aggregate connectors' exceptions and errors via [Sentry](https://https://sentry.io/).
By default, this option is off. There are 2 possible mechanisms for its activation:
1. Define the `SENTRY_DSN` environment variable into Dockerfile of necessary connectors.
2. Define the `SENTRY_DSN` into the workspace environment file (`.env`). Workers will add this variable to all docker connectors automatically.
Most connectors written using the Airbyte Python or Java CDKs automatically detect this environment variable and activate Sentry profiling accordingly.
## UML diagram
![](../.gitbook/assets/sentry-flow-v1.png)