Commit 640fc88
authored
Fixing bug with dropping baggage when
* Fixing issues with dropping baggage when TracePropagationBehaviorExtract = IGNORE
* updating calls to BaggagePropagator from unit tests
* fixing call to base constructor
* updating to handle behaviorExtract=IGNORE in CoreTracer rather than BaggagePropagatorTracePropagationBehaviorExtract=IGNORE (#9037)1 parent 01ada42 commit 640fc88
File tree
2 files changed
+4
-3
lines changed- dd-trace-core/src/main/java/datadog/trace/core
- baggage
2 files changed
+4
-3
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
| 720 | + | |
720 | 721 | | |
721 | 722 | | |
722 | 723 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments