npm @opentelemetry/sdk-trace-base 2.11.0
v2.11.0

3 hours ago

2.11.0

🚀 Features

  • feat(context-async-hooks): implement attach() on AsyncLocalStorageContextManager #6845 @pichlermarc
    • On Node.js 25.9+, delegates to AsyncLocalStorage.withScope() returning a native RunScope. On older Node.js, falls back to enterWith() with a manual disposable wrapper.
  • feat(sdk-trace): allow configuring the force flush timeout per call #6929 @LarryHu0217

🐛 Bug Fixes

  • fix(sdk-metrics): ignore Infinity in exponential histograms #7015 @mwear

🏠 Internal

  • perf(sdk-metrics): reuse a single DataView for exponential histogram bit reads #6998 @mwear
  • chore(ci): run documentation tests on a weekly schedule #6920 @LarryHu0217
  • feat(ci): support pre-releases and major version bumps in the release workflow #6768 @pichlermarc
  • chore(resources): Ensure that multiple uses of serviceInstanceIdDetector.detect() return the same value for service.instance.id

Don't miss a new sdk-trace-base release

NewReleases is sending notifications on new releases.