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 ea4bf80 commit 5832c73Copy full SHA for 5832c73
1 file changed
tests/ext/distributed_tracing/propagation_behavior_extract_restart.phpt
@@ -48,9 +48,6 @@ $dd_headers = DDTrace\generate_distributed_tracing_headers(['datadog']);
48
$tags = $dd_headers['x-datadog-tags'] ?? '';
49
echo "foo_in_tags: " . (str_contains($tags, '_dd.p.foo') ? "yes" : "no") . "\n";
50
51
-// upstream sampling priority must not leak into the fresh trace
52
-echo "sampling_priority: " . ($dd_headers['x-datadog-sampling-priority'] ?? 'none') . "\n";
53
-
54
DDTrace\close_span();
55
?>
56
--EXPECT--
@@ -64,4 +61,3 @@ link_has_foo: yes
64
61
trace_id_valid: yes
65
62
baggage: user.id=123
66
63
foo_in_tags: no
67
-sampling_priority: none
0 commit comments