Fine0830 commented on code in PR #101:
URL: 
https://github.com/apache/skywalking-client-js/pull/101#discussion_r990966536


##########
README.md:
##########
@@ -180,6 +181,17 @@ Vue.config.errorHandler = (error) => {
 }
 ```
 
+## According to different pages or modules, add custom tags to spans.
+
+```js
+app.on('routeChange', function () {
+  ClientMonitor.setCustomTags([

Review Comment:
   > Could this method be called repeated to override tags list?
   
   Yes, it can override custom tags.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to