You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsentryCreateBrowserRouter=Sentry.wrapCreateBrowserRouter(createBrowserRouter,);// then use sentryCreateBrowserRouter instead if the createBrowserRouter functionconstrouter=sentryCreateBrowserRouter([// here would be the autogenerated routes by modernjs]);
Version
Details
I'm trying to implement sentry and I can't find a way to override/customize the
createBrowserRouter
function.https://docs.sentry.io/platforms/javascript/guides/react/features/react-router/
I was reviewing the docs but didn't find something I can use to override that. I found this but looks like this is not the way to do that: https://modernjs.dev/en/apis/app/hooks/src/app.html
Maybe there are a doc or config that I'm missing? 🙏🏼
Reproduce link
Reproduce Steps
The text was updated successfully, but these errors were encountered: