This commit is contained in:
Matthieu Bessat 2020-08-29 23:10:20 +02:00
parent 13de1a2137
commit 2d456c8937

View file

@ -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: [