Skip to content

Commit 2008a78

Browse files
authored
Update createHashRouter usage. (#7218)
1 parent 25ba9f9 commit 2008a78

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/javascript/guides/react/configuration/integrations

1 file changed

+1
-1
lines changed

src/platforms/javascript/guides/react/configuration/integrations/react-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const router = sentryCreateBrowserRouter([
7373

7474
<Alert level="warning" title="Note">
7575

76-
While [`createHashRouter`](https://reactrouter.com/en/main/routers/create-hash-router) isn't supported by Sentry yet, you can instrument [`createMemoryRouter`](https://reactrouter.com/en/main/routers/create-memory-router) using the `wrapCreateBrowserRouter` function.
76+
You can instrument [`createMemoryRouter`](https://reactrouter.com/en/main/routers/create-memory-router) and [`createHashRouter`](https://reactrouter.com/en/main/routers/create-hash-router) using the `wrapCreateBrowserRouter` function.
7777

7878
</Alert>
7979

0 commit comments

Comments
 (0)