Skip to content

Commit 4ccf5bb

Browse files
zeitlingertrask
andauthored
Update baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageProcessorCustomizer.java
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent dcf2809 commit 4ccf5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageProcessorCustomizer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ private static void addSpanProcessor(
3737
return;
3838
}
3939

40+
// need to add before the batch span processor
4041
sdkTracerProviderBuilder.addSpanProcessorFirst(createBaggageSpanProcessor(keys));
4142
}
4243

0 commit comments

Comments
 (0)