From 7265a56f059226b06da8f228847c00767017f7cd Mon Sep 17 00:00:00 2001 From: risson <18313093+rissson@users.noreply.github.com> Date: Thu, 11 May 2023 15:24:38 +0200 Subject: [PATCH] root: switch sentry dsn to our relay (#5494) Signed-off-by: Marc 'risson' Schmitt --- authentik/lib/default.yml | 2 +- website/docs/installation/air-gapped.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/lib/default.yml b/authentik/lib/default.yml index 77df277f3..c6d620315 100644 --- a/authentik/lib/default.yml +++ b/authentik/lib/default.yml @@ -31,7 +31,7 @@ log_level: info error_reporting: enabled: false - sentry_dsn: https://151ba72610234c4c97c5bcff4e1cffd8@o4504163616882688.ingest.sentry.io/4504163677503489 + sentry_dsn: https://151ba72610234c4c97c5bcff4e1cffd8@authentik.error-reporting.a7k.io/4504163677503489 environment: customer send_pii: false sample_rate: 0.1 diff --git a/website/docs/installation/air-gapped.md b/website/docs/installation/air-gapped.md index 463e637b5..dc98f6590 100644 --- a/website/docs/installation/air-gapped.md +++ b/website/docs/installation/air-gapped.md @@ -9,7 +9,7 @@ By default, authentik creates outbound connections to the following URLs: - https://version.goauthentik.io: Periodic update check - https://goauthentik.io: Anonymous analytics on startup - https://secure.gravatar.com: Avatars for users -- https://o4504163616882688.ingest.sentry.io: Error reporting +- https://authentik.error-reporting.a7k.io: Error reporting To disable these outbound connections, set the following in your `.env` file: