wow fix
This commit is contained in:
parent
13de1a2137
commit
2d456c8937
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue