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 8fa560a commit fb3cd5fCopy full SHA for fb3cd5f
dd-trace-core/src/main/java/datadog/trace/core/propagation/HttpCodec.java
@@ -233,6 +233,7 @@ public <C> TagContext extract(
233
context = extractedContext;
234
// Stop extraction if only extracting first valid context and drop everything else
235
if (this.extractFirst) {
236
+ // TODO: change this logic to always extract baggage
237
break;
238
}
239
0 commit comments