diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto index 9e3f13f..ec53718 100644 --- a/browser/BrowserPerf.proto +++ b/browser/BrowserPerf.proto @@ -91,7 +91,9 @@ message BrowserPerfData { } message BrowserErrorLog { - // UUID + // Deprecated UUID and optional since 10.4 + // OAP Server generated ID to replace this one. + // Browser scripts can't guarantee generated IDs are globally unique, don't use this as log ID anymore. string uniqueId = 1; string service = 2; // Service version in browser is the Instance concept in the backend.