impavido-7 commented on issue #6892:
URL: https://github.com/apache/skywalking/issues/6892#issuecomment-831152782


   I am really sorry Sir,....To be more precise with the question, I am using 
skywalking like this
   
   ClientMonitor.register({
       collector: 'http://127.0.0.1:8080',
       service: 'browser-app',
       serviceVersion: '1.0.0',
       pagePath: location.href,
       enableSPA: true,
       useFmp: true
     });
   
   And in the index.js file in skywalking-client-js/lib, I console logged the 
data like this 
   
   Report.prototype.sendByXhr = function (data) {
     delete data.collector;
     if (!this.url) {
       return;
     }
     console.log(data);
   }
   
   This data, I am getting the same .....
   
   Hope I provided some information. If still the question looks stupid, I am 
sorry
   


-- 
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.

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


Reply via email to