For SPA2 applications, configuring the primary metric causes base page events to be sent on navComplete; previously the base page events were sent upon page load. This may cause slow performance, and you may want to disable the primary metric. 

To disable the primary metric, add the following flag in your JavaScript code: 

 config.enablePrimaryMetrics = false 
JS