This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new cf9cc44 Deprecate Browser Log ID (#120)
cf9cc44 is described below
commit cf9cc443c5e9a61078b24ba01ecc41f42526115f
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Jan 12 13:47:45 2026 +0800
Deprecate Browser Log ID (#120)
---
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.