diff --git a/src/index.js b/src/index.js index cb2930d9f..56832616c 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ const { appEnv, sentryDsn } = envGlobalVar() if (!!sentryDsn && appEnv !== AppEnvEnum.development) { Sentry.init({ dsn: sentryDsn, - integrations: [browserTracingIntegration()], + integrations: [Sentry.browserTracingIntegration()], environment: appEnv, }) }