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
Right now, the Xray Propagator (@aws/otel-aws-xray-propagator) does not work with @opentelemetry/api (API) other than 0.13.0. The reason for that is, it installs its own version of the API and therefore ignores any configuration set by the developer.
Hi,
Right now, the Xray Propagator (
@aws/otel-aws-xray-propagator
) does not work with@opentelemetry/api
(API) other than 0.13.0. The reason for that is, it installs its own version of the API and therefore ignores any configuration set by the developer.If you look at official Otel packages, those treat the API as a peerDependency, e.g.:
https://github.com/open-telemetry/opentelemetry-js/blob/b9c842613c4439435f1644c8c8e288d1fd0e384c/packages/opentelemetry-propagator-jaeger/package.json#L75
The text was updated successfully, but these errors were encountered: