This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
intercept xhr requests made at application startup #327
Open
Description
Is there a good way to have requests that are made at startup get connected to the trace?
The last request here is made to the backend that served up the initial trace span but it is not being made with the traceparent header present.
Doing a little digging, it appears that XHR requests made at startup aren't connected to a server-provided trace because isTracingZone isn't true on the Zone, as far as I can tell.
Metadata
Metadata
Assignees
Labels
No labels