-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(opentelemtry-core): fix header extraction #2832
fix(opentelemtry-core): fix header extraction #2832
Conversation
|
packages/opentelemetry-core/src/baggage/propagation/W3CBaggagePropagator.ts
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #2832 +/- ##
=======================================
Coverage 93.46% 93.47%
=======================================
Files 163 163
Lines 5543 5544 +1
Branches 1167 1168 +1
=======================================
+ Hits 5181 5182 +1
Misses 362 362
|
packages/opentelemetry-core/src/baggage/propagation/W3CBaggagePropagator.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % one nit
packages/opentelemetry-core/src/baggage/propagation/W3CBaggagePropagator.ts
Outdated
Show resolved
Hide resolved
LGTM but need one more 👍 from an @open-telemetry/javascript-approvers before merge. |
packages/opentelemetry-core/src/baggage/propagation/W3CBaggagePropagator.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM % one small nit.
Co-authored-by: legendecas <[email protected]>
Which problem is this PR solving?
Solves the problem of extracting the baggage header when it is set inside an array.
Fixes #2831
Checklist: