Replies: 1 comment 6 replies
-
|
I see that |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm not sure if it is a bug, but the spans generated by
withProfilerare only captured inpageloadtransactoins. HOCwihtProfileris wrapping the root component and the components rendered viaRoute.Pageloadtransactions include: all the ui spans, request spans and web vitals metrics.Navigationtransactions include only request spans.Does anyone have an idea why this is happening?
I'm using
reactRouterV6InstrumentationasroutingInstrumentation+Sentry.withSentryReactRouterV6Routing(Routes);StrictMode is disabled.
Beta Was this translation helpful? Give feedback.
All reactions