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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
I would recommend giving those a try and if the problem is with them as well, then file an issue with that repo - the maintainers are more active and the community is stronger there.
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.
The text was updated successfully, but these errors were encountered: