aspecto-io / opentelemetry-ext-js

js extensions for the open-telemetry project
https://www.aspecto.io
Apache License 2.0
172 stars 40 forks source link

fix: otel context propagation #269

Open pickledcoder opened 10 months ago

pickledcoder commented 10 months ago

The ROOT_CONTEXT is readonly, thus any updates into it would be no-ops Instead, the currently active context should be used for propagation

pickledcoder commented 10 months ago

FYI @blumamir @nirsky

pickledcoder commented 10 months ago

FYI @mottibec tests should pass now

pickledcoder commented 10 months ago

Can I have this reviewed soon please @mottibec ?

alecpirillo commented 10 months ago

Also facing the same issue and came to the same solution. Would love to see this merged!