Skip to content

Commit

Permalink
add baggage fix rn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Jan 14, 2025
1 parent 3b7e390 commit a9de823
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ features:
``ignore``, and ``restart``, are supported. The default value is ``continue`` which has no change from the current behavior of always propagating valid headers.
``ignore`` ignores all incoming headers, never propagating the incoming trace information
and ``restart`` turns the first extracted propagation style into a span link and propagates baggage if extracted.
fixes:
- |
propagation: Fixes an issue where the baggage header was not being propagated when the baggage header was the only header extracted.
With this fix, the baggage header is now propagated when it is the only header extracted.

0 comments on commit a9de823

Please sign in to comment.