diff --git a/packages/react/src/reactrouterv6.tsx b/packages/react/src/reactrouterv6.tsx index ab67ba44bb5a..fb3f15aae3bf 100644 --- a/packages/react/src/reactrouterv6.tsx +++ b/packages/react/src/reactrouterv6.tsx @@ -59,8 +59,8 @@ interface ReactRouterOptions { } /** - * A browser tracing integration that uses React Router v3 to instrument navigations. - * Expects `history` (and optionally `routes` and `matchPath`) to be passed as options. + * A browser tracing integration that uses React Router v6 to instrument navigations. + * Expects `useEffect`, `useLocation`, `useNavigationType`, `createRoutesFromChildren` and `matchRoutes` to be passed as options. */ export function reactRouterV6BrowserTracingIntegration( options: Parameters[0] & ReactRouterOptions,