Skip to content

Commit fb3cd5f

Browse files
committed
add TODO comment
1 parent 8fa560a commit fb3cd5f

File tree

1 file changed

+1
-0
lines changed
  • dd-trace-core/src/main/java/datadog/trace/core/propagation

1 file changed

+1
-0
lines changed

dd-trace-core/src/main/java/datadog/trace/core/propagation/HttpCodec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ public <C> TagContext extract(
233233
context = extractedContext;
234234
// Stop extraction if only extracting first valid context and drop everything else
235235
if (this.extractFirst) {
236+
// TODO: change this logic to always extract baggage
236237
break;
237238
}
238239
}

0 commit comments

Comments
 (0)