Skip to content

experimental/v0.213.0

Choose a tag to compare

@trentm trentm released this 03 Mar 22:56
541e1b4

0.213.0

πŸ’₯ Breaking Changes

  • fix(api-logs)!: drop lingering includeTraceContext from LoggerOptions type #6451 @trentm

πŸš€ Features

  • feat(instrumentation-http): provide http.request.header.<key> at server span creation time #6396 @vitorvasc

πŸ› Bug Fixes

  • fix(instrumentation-http): guard against double-instrumentation if loaded with require('http') and import 'http' #6428 @trentm
  • fix(otlp-exporter-base): handle response error #6412 @pichlermarc
    • Fixes a bug where when the response header was received, but the connection was reset by the server,
      an unhandled error would be thrown.
  • fix(otlp-exporter-base): remove sendBeacon in favor of fetch with keepalive #6391 @overbalance
    • (user-facing) createOtlpSendBeaconExportDelegate will be removed in a future version
  • fix(otlp-transformer): downgrade protobufjs to version ^7.0.0 #6418 @vitorvasc
  • fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @overbalance @imadha