Skip to content

Commit ae45967

Browse files
committed
chore(docs): Fixes version for when php_packages added to protobuf
1 parent 2f2aeae commit ae45967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/flatbuffers/protocol.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ table Transaction {
118118
sampling_priority: double; // added in the 8.2 PHP agent release
119119
span_events: [Event];
120120
log_events: [Event]; // added in the 10.1 PHP agent release
121-
php_packages: Event; // added in the ??? PHP agent release <- fix agent version
121+
php_packages: Event; // added in the 10.17 PHP agent release
122122
log_forwarding_labels: Event; // added in the ??? PHP agent release
123123
}
124124

0 commit comments

Comments
 (0)