Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion browser/BrowserPerf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down