root: switch sentry dsn to our relay (#5494)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
95df14106c
commit
7265a56f05
|
@ -31,7 +31,7 @@ log_level: info
|
||||||
|
|
||||||
error_reporting:
|
error_reporting:
|
||||||
enabled: false
|
enabled: false
|
||||||
sentry_dsn: https://151ba72610234c4c97c5bcff4e1cffd8@o4504163616882688.ingest.sentry.io/4504163677503489
|
sentry_dsn: https://151ba72610234c4c97c5bcff4e1cffd8@authentik.error-reporting.a7k.io/4504163677503489
|
||||||
environment: customer
|
environment: customer
|
||||||
send_pii: false
|
send_pii: false
|
||||||
sample_rate: 0.1
|
sample_rate: 0.1
|
||||||
|
|
|
@ -9,7 +9,7 @@ By default, authentik creates outbound connections to the following URLs:
|
||||||
- https://version.goauthentik.io: Periodic update check
|
- https://version.goauthentik.io: Periodic update check
|
||||||
- https://goauthentik.io: Anonymous analytics on startup
|
- https://goauthentik.io: Anonymous analytics on startup
|
||||||
- https://secure.gravatar.com: Avatars for users
|
- 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:
|
To disable these outbound connections, set the following in your `.env` file:
|
||||||
|
|
||||||
|
|
Reference in New Issue