Skip to content

Commit e368c43

Browse files
authored
as part of 0.96.0, PHP should support extended sampling (#1914)
1 parent 34f2ca8 commit e368c43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: manifests/php.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tests/:
1515
Test_BodyJson: missing_feature
1616
Test_BodyXml: missing_feature
1717
Test_ClientIP: missing_feature
18-
Test_Headers: v0.68.3 # probably sooner, but was flaky
18+
Test_Headers: v0.68.3 # probably sooner, but was flaky
1919
Test_Method: missing_feature
2020
Test_UrlRaw: v0.68.3 # probably sooner, but was flaky
2121
test_rules.py:
@@ -76,9 +76,9 @@ tests/:
7676
test_span_links.py: missing_feature
7777
test_trace_sampling.py:
7878
Test_Trace_Sampling_Basic: v0.68.3 # TODO what is the earliest version?
79-
Test_Trace_Sampling_Globs: missing_feature
80-
Test_Trace_Sampling_Resource: missing_feature
81-
Test_Trace_Sampling_Tags: missing_feature
79+
Test_Trace_Sampling_Globs: v0.96.0
80+
Test_Trace_Sampling_Resource: v0.96.0
81+
Test_Trace_Sampling_Tags: v0.96.0
8282
test_tracer.py:
8383
Test_TracerSCITagging: missing_feature
8484
test_tracer_flare.py:

0 commit comments

Comments
 (0)