Skip to content

Commit

Permalink
Fix url for sentry.io (#21458)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomissarovSemyon authored Jan 17, 2023
1 parent f104508 commit f6854dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-guides/sentry-integration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sentry Integration

Airbyte provides an opportunity to aggregate connectors' exceptions and errors via [Sentry](https://https://sentry.io/).
Airbyte provides an opportunity to aggregate connectors' exceptions and errors via [Sentry](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.
Expand Down

0 comments on commit f6854dc

Please sign in to comment.