You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|useFmp|Boolean|Collect FMP (first meaningful paint) data of the first screen. Deprecated: This is no longer recommended. Please use the useWebVitals instead. |false|false|
55
+
|useFmp|Boolean|Collect FMP (first meaningful paint) data of the first screen. Deprecated: This is no longer recommended. Please use the `useWebVitals` instead. |false|false|
56
56
|enableSPA|Boolean|Monitor the page hashchange event and report PV, which is suitable for [single page application scenarios](https://github.com/apache/skywalking-client-js#spa-page). |false|false|
57
57
|autoTracePerf|Boolean|Support sending of performance data automatically.|false|true|
58
58
|vue|Vue|Support vue2 errors monitoring. Deprecated: This is no longer recommended. Please use the [Catching errors in frames](https://github.com/apache/skywalking-client-js#catching-errors-in-frames-including-react-angular-vue) scenario instead. |false|undefined|
@@ -61,7 +61,7 @@ The register method supports the following parameters.
61
61
|noTraceOrigins|(string \| RegExp)[]|Origin in the `noTraceOrigins` list will not be traced.|false|[]|
62
62
|traceTimeInterval|Number|Support setting time interval to report segments.|false|60000|
63
63
|customTags|Array|Custom Tags|false|-|
64
-
|useWebVitals|Boolean|Collect three core web vitals|false|false|
64
+
|useWebVitals|Boolean|Collect three core web vitals. NOTE, Safari does not support all core web vitals, and Firefox does not support `CLS`.|false|false|
65
65
66
66
## Collect Metrics Manually
67
67
Use the `setPerformance` method to report metrics at the moment of page loaded or any other moment meaningful.
0 commit comments