enable sentry tombstones

This commit is contained in:
Samuel Newman
2026-09-05 19:38:39 +03:00
parent ee32926ed5
commit 0d0d749fe4
+1
View File
@@ -5,6 +5,7 @@ import * as env from '#/env'
init({
enabled: !env.IS_DEV && !!env.SENTRY_DSN,
enableAutoSessionTracking: false,
enableTombstone: true,
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,