This is an automated email from the ASF dual-hosted git repository.
qiuxiafan 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 e2ef596 Update README.md (#39)
e2ef596 is described below
commit e2ef596ecf49815ea0c714c902a7783a7556ee33
Author: Mountain Ghost <[email protected]>
AuthorDate: Thu Jan 14 15:11:05 2021 +0800
Update README.md (#39)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4f021b7..de84178 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Apache SkyWalking Client JS
The `skywalking-client-js` runtime library is available at
[npm](https://www.npmjs.com/package/skywalking-client-js).
```
-npm install skywalking-client-js --save-dev
+npm install skywalking-client-js --save
```
## Quick Start
@@ -51,7 +51,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|Boolean|Support vue errors monitoring|false|true|
+|vue|Boolean|Support vue errors monitoring|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|