Tracing with React Router

React | Sentry Documentation suggests to share history object between the react-router and Sentry.

It’s not aligned with the react-router vision of future of history object

It already creates issues for people who used basename param as the param was removed from the API of createBrowserHistory

Is there any option to integrate with react-router without access to history object? It seems it’s going to be necessary for react-router v6 release anyway and could help folks to update to history v5 now.

Anyone found a way to resolve this issue with react-router-v6 ?

@kamilogorek mentioned that once react router v6 will be released, the tracing with it will be possible. Until then, the most recent stable major version is still v5.