OpenTelemetry - CNCF/opentelemetry-js: Release v1.27.0

Name: opentelemetry-js

Owner: OpenTelemetry - CNCF

Release: v1.27.0

Released: 2024-10-23

License: Apache-2.0

Release Assets:

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

  • fix(sdk-trace-base): avoid keeping non-string status.message on Span#setStatus() #4999 @pichlermarc
  • fix(sdk-metrics): Add missing catch and handle error in promise of PeriodicExportingMetricReader #5006 @jj22ee
  • fix(opentelemetry-core): confusing log extract of composite propagator #5017 @rv2673
  • fix(propagator-aws-xray-*): move propagators back to contrib repository #4966 @pichlermarc

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @david-luna
  • test(instrumentation-http): remove usages of new Span in tests #5035 @david-luna

To top