Skip to content

Commit e223fff

Browse files
committed
fix(parseKeyPairsIntoRecord): allow equals in baggage value 3974
proposed fix for parseKeyPairsIntoRecord issue 3974
1 parent 90cd2bd commit e223fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
2525
* fix(sdk-metrics): Update default Histogram's boundary to match OTEL's spec [#3893](https://github.com/open-telemetry/opentelemetry-js/pull/3893/) @chigia001
2626
* fix(sdk-metrics): preserve startTime for cumulative ExponentialHistograms [#3934](https://github.com/open-telemetry/opentelemetry-js/pull/3934/) @aabmass
2727
* fix(sdk-trace-web): add secureConnectionStart to https only [#3879](https://github.com/open-telemetry/opentelemetry-js/pull/3879) @Abinet18
28+
* fix(core): add baggage support for values containing an equals sign [#3975](https://github.com/open-telemetry/opentelemetry-js/pull/3975) @krosenk729
2829

2930
### :house: (Internal)
3031

0 commit comments

Comments
 (0)