diff --git a/packages/react/src/reactrouterv6.tsx b/packages/react/src/reactrouterv6.tsx index 15c823daca40..af15f8916417 100644 --- a/packages/react/src/reactrouterv6.tsx +++ b/packages/react/src/reactrouterv6.tsx @@ -190,7 +190,9 @@ export function withSentryReactRouterV6Routing

, R !_customStartTransaction ) { __DEBUG_BUILD__ && - logger.warn('reactRouterV6Instrumentation was unable to wrap Routes because of one or more missing parameters.'); + logger.warn(`reactRouterV6Instrumentation was unable to wrap Routes because of one or more missing parameters. + useEffect: ${_useEffect}. useLocation: ${_useLocation}. useNavigationType: ${_useNavigationType}. + createRoutesFromChildren: ${_createRoutesFromChildren}. matchRoutes: ${_matchRoutes}. customStartTransaction: ${_customStartTransaction}.`); return Routes; }