This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new c0b286865e update browser API (#12934)
c0b286865e is described below
commit c0b286865e83a64aa6519f9b40c307af8e73ecf0
Author: Fine0830 <[email protected]>
AuthorDate: Tue Jan 7 15:32:23 2025 +0800
update browser API (#12934)
---
docs/en/api/browser-http-api-protocol.md | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/docs/en/api/browser-http-api-protocol.md
b/docs/en/api/browser-http-api-protocol.md
index 2ec24e3287..fcf45389a0 100644
--- a/docs/en/api/browser-http-api-protocol.md
+++ b/docs/en/api/browser-http-api-protocol.md
@@ -59,25 +59,6 @@ OutPut:
Http Status: 204
-### POST http://localhost:12800/browser/perfData/webInteraction
-
-Send a performance data object in JSON format. Since client-js 1.0.0, the
following attached metrics are reported.
-
-Input:
-
-```json
-{
- "service": "web",
- "serviceVersion": "v0.0.1",
- "pagePath": "/index.html",
- "fidTime": 10,
-}
-```
-
-OutPut:
-
-Http Status: 204
-
### POST http://localhost:12800/browser/perfData/resources
Send a static resources data object in JSON format. Since client-js 1.0.0, the
following attached metrics are reported.