From 6a917b51feca0f7098861f0fcfb7fff5354289e1 Mon Sep 17 00:00:00 2001 From: April Rieger <63515648+aprilrieger@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:46:17 -0800 Subject: [PATCH] Revert "i8-setup-exception-tracking-sentry" --- src/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/index.js b/src/index.js index 74850880..2024bf9a 100644 --- a/src/index.js +++ b/src/index.js @@ -2,19 +2,9 @@ * JSX is not standard js so it's recommended that an app's entry point be a .js file * https://stackoverflow.com/a/60234368/8079848 */ -import { Integrations } from "@sentry/tracing"; -import * as Sentry from "@sentry/react"; import './assets/theme/global.scss' import './assets/fontawesome.js' export * from './components' export * from './compounds' - -Sentry.init({ - dsn: process.env.SENTRY_DSN, - integrations: [ - new Integrations.BrowserTracing(), - ], - tracesSampleRate: 1.0, -}); \ No newline at end of file