We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263cc3f commit 7a1f931Copy full SHA for 7a1f931
platform-includes/performance/configure-sample-rate/javascript.react.mdx
@@ -14,13 +14,6 @@ Sentry.init({
14
// Or, if you are using react router, use the appropriate integration
15
// See docs for support for different versions of react router
16
// 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
- }),
24
],
25
26
// For finer control of sent transactions you can adjust this value, or
0 commit comments