Use new constructor to configure W3CPropagation without baggage
Closes gh-32524
This commit is contained in:
parent
a816851582
commit
e4544c1785
|
@ -184,7 +184,7 @@ public class BraveAutoConfiguration {
|
|||
return switch (tracing.getPropagation().getType()) {
|
||||
case B3 ->
|
||||
B3Propagation.newFactoryBuilder().injectFormat(B3Propagation.Format.SINGLE_NO_PARENT).build();
|
||||
case W3C -> new W3CPropagation(BRAVE_BAGGAGE_MANAGER, List.of());
|
||||
case W3C -> new W3CPropagation();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue