From 983da8e14da0853596d425e5dc69663371659e96 Mon Sep 17 00:00:00 2001 From: Matthew Foster Date: Fri, 26 Jul 2024 16:15:45 -0700 Subject: [PATCH] fix sentry browser tracing integration for v8 --- src/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index 2b6781e7..59a22b26 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -11,7 +11,8 @@ if (process.env.NODE_ENV === "production") Sentry.init({ dsn: "https://8fd4b6885cc447c0b11aa0cb3009b0e3@o56764.ingest.sentry.io/5493983", - integrations: [new Integrations.BrowserTracing(), + integrations: [ + Sentry.browserTracingIntegration(), Sentry.replayIntegration({ // Additional SDK configuration goes in here, for example: maskAllText: false,