diff --git a/src/main.ts b/src/main.ts index eafe1bc..66ad59d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,7 +17,7 @@ import * as Sentry from '@sentry/browser' import { Vue as VueIntegration } from '@sentry/integrations' import { Integrations } from '@sentry/tracing' -if (process.env.VUE_APP_DISABLE_SENTRY == undefined) { +if (process.env.VUE_APP_DISABLE_SENTRY === undefined) { Sentry.init({ dsn: 'https://e69f240d55414b0ca7763773c2fe3a24@o315435.ingest.sentry.io/5410664', integrations: [