From a9de823f561c69939fa2e5bcb748e63f31eedaf3 Mon Sep 17 00:00:00 2001 From: ZStriker19 Date: Tue, 14 Jan 2025 17:35:29 -0500 Subject: [PATCH] add baggage fix rn --- .../notes/propagation_behavior_extract-3d16765cfd07485b.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/propagation_behavior_extract-3d16765cfd07485b.yaml b/releasenotes/notes/propagation_behavior_extract-3d16765cfd07485b.yaml index 2da4866a2e2..6e1def89993 100644 --- a/releasenotes/notes/propagation_behavior_extract-3d16765cfd07485b.yaml +++ b/releasenotes/notes/propagation_behavior_extract-3d16765cfd07485b.yaml @@ -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.