From 8edf38e59763d96ea5a1ac996f9fc333a441c8f7 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 26 Jul 2024 09:37:33 +0200 Subject: [PATCH] Update docs/platforms/javascript/guides/react/features/react-router.mdx Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> --- .../platforms/javascript/guides/react/features/react-router.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/guides/react/features/react-router.mdx b/docs/platforms/javascript/guides/react/features/react-router.mdx index f025ce7cb49ab..1a4390abb4f40 100644 --- a/docs/platforms/javascript/guides/react/features/react-router.mdx +++ b/docs/platforms/javascript/guides/react/features/react-router.mdx @@ -23,7 +23,7 @@ _(Available in version 7 and above)_ To use React Router v6 with Sentry: -Add `Sentry.reactRouterV6BrowserTracingIntegration` instead of the regular `Sentry.browserTracingIntegration` and provide the required react functions: +Add `Sentry.reactRouterV6BrowserTracingIntegration` instead of the regular `Sentry.browserTracingIntegration` and provide the required React hooks and router functions: - `useEffect` hook from `react` - `useLocation` and `useNavigationType` hooks from `react-router-dom`