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
We want to create a new propagator to fetch traceid/spanid from a URL, I create a new propagator and assign it to the instrumentation but I never see my code being executed.
I think the Web SDK is behaving correctly in this case.
The intention of a propagator is to extract information from an incoming request and to inject information into an outgoing request. OpenTelemetry tracing propagates context forward, not backwards.
We are exploring ways to connect client side events stronger with server side context by using a lose coupling. We are tracking #216 which captures the initial ideation around using server-timing http headers and enhancements to our new fetch instrumentation to create the context necessary.
Description
We want to create a new propagator to fetch traceid/spanid from a URL, I create a new propagator and assign it to the instrumentation but I never see my code being executed.
Steps to reproduce
Expected behavior
We expect the propagator be executed and at least see the console.log
Actual behavior
The propagator it's never executed
The text was updated successfully, but these errors were encountered: