0.213.0
💥 Breaking Changes
🚀 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')andimport '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.
- Fixes a bug where when the response header was received, but the connection was reset by the server,
- 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
protobufjsto version^7.0.0#6418 @vitorvasc - fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @overbalance @imadha