From d392f3ed6e0b88f466b4016163870285e0be336e Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 15:17:08 +0100 Subject: Disable tracing integration --- src/index.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index fd6ec18..5f0e4cd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,16 +4,12 @@ import App from './App'; import * as serviceWorker from './serviceWorker'; import * as Sentry from "@sentry/react"; -import { Integrations } from "@sentry/tracing"; import colors from "./colors"; if (process.env.NODE_ENV === "production") { Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN, - integrations: [ - new Integrations.BrowserTracing(), - ], tracesSampleRate: 0.25, release: `forms-frontend@${process.env.REACT_APP_SHA}` }); -- cgit v1.2.3