enable sentry tombstones
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user