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.
remixRouterInstrumentation
1 parent c2a2a43 commit 8a3311cCopy full SHA for 8a3311c
packages/remix/src/client/performance.tsx
@@ -143,12 +143,12 @@ function startNavigationSpan(matches: RouteMatch<string>[]): void {
143
}
144
145
/**
146
+ * @deprecated Use `browserTracingIntegration` instead.
147
+ *
148
* Creates a react-router v6 instrumention for Remix applications.
149
*
150
* This implementation is slightly different (and simpler) from the react-router instrumentation
151
* as in Remix, `useMatches` hook is available where in react-router-v6 it's not yet.
- *
- * @deprecated Use `browserTracingIntegration` instead.
152
*/
153
export function remixRouterInstrumentation(useEffect: UseEffect, useLocation: UseLocation, useMatches: UseMatches) {
154
return (
0 commit comments