Releases
experimental/v0.213.0
Compare
Sorry, something went wrong.
No results found
trentm
released this
03 Mar 22:56
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
You canβt perform that action at this time.