rocketraman
04/06/2023, 4:32 PMrouting-compose, is there a way to get the current route (not path) from Router.current?hfhbd
04/06/2023, 4:34 PM/foo/bar, what do you want to get?rocketraman
04/06/2023, 4:34 PM/foo/bar/<uuid> I want /foo/barrocketraman
04/06/2023, 4:35 PM/foo/bar/:uuid or something like thathfhbd
04/06/2023, 4:36 PM/foo/bar/:uuid would be easier, the former possible too. Just curios, what’s the use case?rocketraman
04/06/2023, 4:39 PMrocketraman
04/06/2023, 4:41 PMrocketraman
04/06/2023, 4:41 PMUsing beforeNavigate you can modify the transaction name to make it more generic, so that, for example, transactions named GET /users/12312012 and GET /users/11212012 can both be renamed GET /users/:userid, so that they'll group together.