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
As part of open-telemetry/opentelemetry-js#1680 I need to import JaegerHttpTracePropagator into @opentelemetry/node, but then compilation fails, because .fields() is not implemented.
This only affects the JavaScript OpenTelemetry library
This may affect other libraries, but I would like to get opinions here first
Also: @opentelemetry/propagator-jaeger will now become a dependency of @opentelemetry/node, so a release is needed.
The text was updated successfully, but these errors were encountered:
As part of open-telemetry/opentelemetry-js#1680 I need to import
JaegerHttpTracePropagator
into@opentelemetry/node
, but then compilation fails, because.fields()
is not implemented.Also:
@opentelemetry/propagator-jaeger
will now become a dependency of@opentelemetry/node
, so a release is needed.The text was updated successfully, but these errors were encountered: