update sentry config

This commit is contained in:
Samuel Newman
2026-01-26 19:40:07 +02:00
parent cdc149a23c
commit 0a7296c6d5
+1 -1
View File
@@ -4,7 +4,7 @@ import * as env from '#/env'
init({
enabled: !env.IS_DEV && !!env.SENTRY_DSN,
autoSessionTracking: false,
enableAutoSessionTracking: false,
dsn: env.SENTRY_DSN,
debug: false, // If `true`, Sentry will try to print out useful debugging information if something goes wrong with sending the event. Set it to `false` in production
environment: env.ENV,