Copilot commented on code in PR #118:
URL: 
https://github.com/apache/skywalking-data-collect-protocol/pull/118#discussion_r2579505241


##########
browser/BrowserPerf.proto:
##########
@@ -133,7 +133,7 @@ message BrowserWebVitalsPerfData {
     // First Meaningful Paint time
     int32 fmpTime = 5;
     // Cumulative Layout Shift time

Review Comment:
   The comment "Cumulative Layout Shift time" is misleading. CLS (Cumulative 
Layout Shift) is not a time metric but a dimensionless score that measures 
visual stability. The comment should be updated to reflect this, for example: 
"Cumulative Layout Shift score" or "Cumulative Layout Shift value".
   ```suggestion
       // Cumulative Layout Shift score
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to