You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/03 13:22:16 UTC

[skywalking-client-js] branch master updated: docs: update README (#109)

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-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ec6d44  docs: update README (#109)
9ec6d44 is described below

commit 9ec6d44798d6d89574d1774c8153fd40d8ddbd29
Author: Fine0830 <fa...@gmail.com>
AuthorDate: Fri Mar 3 21:22:09 2023 +0800

    docs: update README (#109)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8feb2af..cfabce9 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ The register method supports the following parameters.
 |useFmp|Boolean|Collect FMP (first meaningful paint) data of the first screen|false|false|
 |enableSPA|Boolean|Monitor the page hashchange event and report PV, which is suitable for single page application scenarios|false|false|
 |autoTracePerf|Boolean|Support sending of performance data automatically.|false|true|
-|vue|Vue|Support vue errors monitoring|false|undefined|
+|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|
 |traceSDKInternal|Boolean|Support tracing SDK internal RPC.|false|false|
 |detailMode|Boolean|Support tracing http method and url as tags in spans.|false|true|
 |noTraceOrigins|(string \| RegExp)[]|Origin in the `noTraceOrigins` list will not be traced.|false|[]|