How can I see fetch/xhr requests within the span details for transactions? #5616
spencerneste
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Automatic Instrumentation via
BrowserTracing
and theReactRouterV5Instrumentation
in my client project.I'd like to see XHR or fetch requests as part of the span detail view
I can see XHR/fetch appear in the breadcrumbs view below the span details, but this view does not have the same duration and timing info that i'm looking for:
I am using:
Is there a way to get XHR/fetch information in the span view for transactions (navigation, pageload or any kind)
Beta Was this translation helpful? Give feedback.
All reactions