Skip to content

v1.27.0

Latest
Compare
Choose a tag to compare
@pichlermarc pichlermarc released this 23 Oct 14:55
· 16 commits to main since this release
eb3ca4f

1.27.0

πŸš€ (Enhancement)

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

πŸ› (Bug Fix)

🏠 (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