768 B
768 B
Browser Protocol
Browser protocol describes the data format between skywalking-client-js and backend.
Overview
Browser protocol is defined and provided in gRPC format, also implemented in HTTP 1.1
Send performance data and error log
You can send performance data and error logs via the following services:
BrowserPerfService#collectPerfDatafor performance data format.BrowserPerfService#collectErrorLogsfor error log format.
For error log format, there are some notices
BrowserErrorLog#uniqueIdshould be unique in the whole distributed environments.