File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1239,7 +1239,7 @@ Affected SDKs: `@sentry/react-router`.
12391239+ import { sentryOnBuildEnd } from ' @sentry/react-router/vite' ;
12401240` ` `
12411241
1242- ### React: simpler React Router setup via ` @sentry/ react/ router`
1242+ ### React: Simpler React Router setup via ` @sentry/ react/ router`
12431243
12441244Affected SDKs: ` @sentry/ react` .
12451245
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type BrowserTracingOptions = Parameters<typeof browserTracingIntegration>[0];
2929 * Sentry.init({ integrations: [reactRouterBrowserTracingIntegration()] });
3030 * ```
3131 *
32- * Any of the hooks can still be overridden via `options` (e.g. to supply the `react-router-dom` versions).
32+ * Any of the hooks can still be overridden via `options` (e.g. to supply the `react-router-dom` versions in v6 ).
3333 *
3434 * This requires `react-router` to be resolvable (it is declared as an optional peer dependency). If you are on
3535 * React Router v6 with only `react-router-dom` installed, either add `react-router` as a dependency or import
You can’t perform that action at this time.
0 commit comments