You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(react): Do not send additional navigation span on pageload (#17799)
The React Router instrumentation created an additional `navigation` span
on `pageload`.
On initial load, the lazy route has the history action `POP` and state
`idle`. This leads to the generation of a `navigation` span.
I added a condition to early-return from `handleNavigation` if a page
load is going on.
Closes issue (in Linear)
https://linear.app/getsentry/issue/FE-551/configure-react-router-for-fully-parameterized-routes-with-sentry
0 commit comments