marcanpilami commented on issue #11662:
URL: https://github.com/apache/skywalking/issues/11662#issuecomment-1858832202

   Just to be sure I have changed my configuratin not to use FMP and with 
`autoTracePerf` explictely to true, no changes.
   
   ```js
   ClientMonitor.register({
                   collector: window.APP_APIM_URL,
                   service: window.APP_APIM_PROJECT_NAME,
                   pagePath: '/app',
                   serviceVersion: 'v1.0.0',
                   useFmp: false,
                   autoTracePerf: true,
                   enableSPA: true,
                   noTraceOrigins: [],
                   customTags: [],
                   traceTimeInterval: 1000,
               });
   ```
   
   Actually it seems that metrics collection is disabled in SPA mode:
   
   ```ts
   if (!this.customOptions.enableSPA) {
         this.performance(this.customOptions);
       }
   ```
   
   (from monitor.ts)


-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to