From f6854dcd6d57f4829f2fc0bbfec3a82336a0e691 Mon Sep 17 00:00:00 2001 From: Semyon Komissarov <40249859+KomissarovSemyon@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:23:38 +0800 Subject: [PATCH] Fix url for sentry.io (#21458) --- docs/operator-guides/sentry-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-guides/sentry-integration.md b/docs/operator-guides/sentry-integration.md index 74b074b47ddd..7e452ee1cfb4 100644 --- a/docs/operator-guides/sentry-integration.md +++ b/docs/operator-guides/sentry-integration.md @@ -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.