We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5efcb commit e87ff9dCopy full SHA for e87ff9d
metapackages/auto-configuration-propagators/src/utils.ts
@@ -30,7 +30,7 @@ type PropagatorFactoryFunction = () => TextMapPropagator;
30
31
const propagatorMap = new Map<string, PropagatorFactoryFunction>([
32
['tracecontext', () => new W3CTraceContextPropagator()],
33
- ['baggage', () => new W3CTraceContextPropagator()],
+ ['baggage', () => new W3CBaggagePropagator()],
34
[
35
'b3',
36
() => new B3Propagator({ injectEncoding: B3InjectEncoding.SINGLE_HEADER }),
0 commit comments