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 2f2aeae commit ae45967Copy full SHA for ae45967
protocol/flatbuffers/protocol.fbs
@@ -118,7 +118,7 @@ table Transaction {
118
sampling_priority: double; // added in the 8.2 PHP agent release
119
span_events: [Event];
120
log_events: [Event]; // added in the 10.1 PHP agent release
121
- php_packages: Event; // added in the ??? PHP agent release <- fix agent version
+ php_packages: Event; // added in the 10.17 PHP agent release
122
log_forwarding_labels: Event; // added in the ??? PHP agent release
123
}
124
0 commit comments