From 2d456c8937c2df751250ea4b5896b33660f76196 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 29 Aug 2020 23:10:20 +0200 Subject: [PATCH] wow fix --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [