665 B
665 B
Sentry Integration
Airbyte provides an opportunity to aggregate connectors' exceptions and errors via Sentry. By default, this option is off. There are 2 possible mechanisms for its activation:
- Define the
SENTRY_DSNenvironment variable into Dockerfile of necessary connectors. - Define the
SENTRY_DSNinto 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.
