Add TanStack Router support for browser-rum-react
browser-rum-react has support for tracking route changes when using react-router v6. It would be great to get that same support for TanStack Router
https://tanstack.com/router/latest/docs/framework/react/overview
Hello @christopherschroer, Thanks for your feedback! At the moment, we don’t have plans to add support for TanStack Router. I'll let you know when there’s any progress on this.
@amortemousque is there suggested solution for track route changes not using Datadog's createBrowserRouter? I am planning on implementing this solution but I also plan to switch to Tanstack Router at some point in time.
Hi @sam3k, we don’t have a built-in integration with TanStack like we do with React Router, but you can likely instrument it manually using the startView API.