Skip to content

Commit

Permalink
Update createHashRouter usage. (#7218)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan authored Jun 23, 2023
1 parent 25ba9f9 commit 2008a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const router = sentryCreateBrowserRouter([

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

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.
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.

</Alert>

Expand Down

1 comment on commit 2008a78

@vercel
Copy link

@vercel vercel bot commented on 2008a78 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.