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

Name: opentelemetry-js

Owner: OpenTelemetry - CNCF

Release: v1.10.0

Released: 2023-03-13

License: Apache-2.0

Release Assets:

🚀 (Enhancement)

  • feat(resource): create sync resource with some attributes that resolve asynchronously #3460 @samimusallam
  • feat: collect host id for non-cloud environments #3575 @mwear
  • feat (api-logs): separate Events API into its own package 3550 @martinkuba
  • feat(sdk-metrics): apply binary search in histogram recording #3539 @legendecas
  • perf(propagator-jaeger): improve deserializeSpanContext performance #3541 @doochik
  • feat: support TraceState in SamplingResult #3530 @raphael-theriault-swi
  • feat(sdk-trace-base): add diagnostic logging when spans are dropped #3610 @neoeinstein

🐛 (Bug Fix)

  • fix(core): added falsy check to make otel core work with browser where webpack config had process as false or null #3613 @ravindra-dyte
  • fix(instrumentation-http): include query params in http.target #3646 @kobi-co

📚 (Refine Doc)

  • chore: update http example #3651 @JamieDanielson

🏠 (Internal)

  • fix(sdk-metrics): fix flaky LastValueAggregator test by using fake timer #3587 @pichlermarc
  • fix(test): fix failing tests by preventing source-map generation #3642 @pichlermarc

To top