This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
commit 5bc9c66cfc3d3fce08aadb8d7ff8845eb472a4d5 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Mon Jan 12 13:44:58 2026 +0800 Deprecate Browser Log ID --- browser/BrowserPerf.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.
