Skip to content

Commit 7b9dafa

Browse files
committed
Remove BrowserTracing
1 parent 0995371 commit 7b9dafa

File tree

1 file changed

+4
-2
lines changed
  • dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/app

1 file changed

+4
-2
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/app/entry.client.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Sentry.init({
77
environment: 'qa', // dynamic sampling bias to keep transactions
88
dsn: window.ENV.SENTRY_DSN,
99
integrations: [
10-
new Sentry.BrowserTracing({
11-
routingInstrumentation: Sentry.remixRouterInstrumentation(useEffect, useLocation, useMatches),
10+
Sentry.browserTracingIntegration({
11+
useEffect,
12+
useLocation,
13+
useMatches,
1214
}),
1315
new Sentry.Replay(),
1416
],

0 commit comments

Comments
 (0)