designcourse icon indicating copy to clipboard operation
designcourse copied to clipboard

Add TanStack Router support for browser-rum-react

Open christopherschroer opened this issue 1 year ago • 7 comments

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

christopherschroer avatar Nov 26 '24 17:11 christopherschroer

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 avatar Dec 10 '24 12:12 amortemousque

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

sam3k avatar May 22 '25 16:05 sam3k

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.

amortemousque avatar May 28 '25 13:05 amortemousque