React Router - Support Lazy-Loaded Routes #15040
Labels
Feature: Tracing
Package: react
Issues related to the Sentry React SDK
Package: react-router
Issues related to the Sentry React Router SDK
Waiting for: Product Owner
Problem Statement
Ref: #15027
In the current version, lazy-loaded routes in the React Router are not parameterized correctly in the SDK.
We are able to parameterize up to the deepest non-lazily loaded route, and no further as we are not able to reach the full routes tree.
Solution Brainstorm
We can investigate whether we can implement a solution using the currently-unstable "Fog of War" on React Router 7 to get the full routes tree and whether we can traverse it and create parameterized transactions.
The text was updated successfully, but these errors were encountered: