Skip to content

Commit 7a1f931

Browse files
committed
fix: Fix react tracing example
1 parent 263cc3f commit 7a1f931

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

platform-includes/performance/configure-sample-rate/javascript.react.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ Sentry.init({
1414
// Or, if you are using react router, use the appropriate integration
1515
// See docs for support for different versions of react router
1616
// https://docs.sentry.io/platforms/javascript/guides/react/configuration/integrations/react-router/
17-
Sentry.reactRouterV6BrowserTracingIntegration({
18-
useEffect: React.useEffect,
19-
useLocation,
20-
useNavigationType,
21-
createRoutesFromChildren,
22-
matchRoutes,
23-
}),
2417
],
2518

2619
// For finer control of sent transactions you can adjust this value, or

0 commit comments

Comments
 (0)