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
withProfiler
are only captured inpageload
transactoins. HOCwihtProfiler
is wrapping the root component and the components rendered viaRoute
.Pageload
transactions include: all the ui spans, request spans and web vitals metrics.Navigation
transactions include only request spans.Does anyone have an idea why this is happening?
I'm using
reactRouterV6Instrumentation
asroutingInstrumentation
+Sentry.withSentryReactRouterV6Routing(Routes);
StrictMode is disabled.
Beta Was this translation helpful? Give feedback.
All reactions