enable sentry tombstones
This commit is contained in:
@@ -5,6 +5,7 @@ import * as env from '#/env'
|
|||||||
init({
|
init({
|
||||||
enabled: !env.IS_DEV && !!env.SENTRY_DSN,
|
enabled: !env.IS_DEV && !!env.SENTRY_DSN,
|
||||||
enableAutoSessionTracking: false,
|
enableAutoSessionTracking: false,
|
||||||
|
enableTombstone: true,
|
||||||
dsn: env.SENTRY_DSN,
|
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
|
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,
|
environment: env.ENV,
|
||||||
|
|||||||
Reference in New Issue
Block a user