Update Sentry to 8.x (#11147)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-07-14 15:39:05 +03:00
committed by GitHub
parent 6f69ded492
commit 4b5138fdc1
10 changed files with 239 additions and 237 deletions
+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,