Skip to content

Commit 467c8a2

Browse files
authored
Update protocol/flatbuffers/protocol.fbs
1 parent 277d034 commit 467c8a2

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
@@ -119,7 +119,7 @@ table Transaction {
119119
span_events: [Event];
120120
log_events: [Event]; // added in the 10.1 PHP agent release
121121
php_packages: Event; // added in the 10.17 PHP agent release
122-
log_forwarding_labels: Event; // added in the ??? PHP agent release
122+
log_forwarding_labels: Event; // added in the 11.7 PHP agent release
123123
}
124124

125125
union MessageBody { App, AppReply, Transaction, SpanBatch }

0 commit comments

Comments
 (0)