Skip to content

Commit

Permalink
baggage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ida613 committed Jan 23, 2025
1 parent de3b3b6 commit 4de7a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dd-trace/src/opentracing/propagation/text_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ class TextMapPropagator {
if (context === null) {
context = extractedContext
if (this._config.tracePropagationExtractFirst) {
if (this._hasPropagationStyle('extract', 'baggage') && carrier.baggage) this._extractBaggageItems(carrier, context)

Check failure on line 328 in packages/dd-trace/src/opentracing/propagation/text_map.js

View workflow job for this annotation

GitHub Actions / lint

This line has a length of 125. Maximum allowed is 120
return context
}
} else {
Expand Down

0 comments on commit 4de7a8e

Please sign in to comment.