Upon suggestion in the sample, I still continuously get this error, because I defer sending the key until
.config(['$stateProvider', '$urlRouterProvider' , 'insightsProvider', ($stateProvider, $urlRouterProvider, insightsProvider) => {
...
insightsProvider.start('12345', 'MyApp');
}])
and more importantly, the tracking is not working.
Is there some sort of option that can be sent in the initial script to fix this ?
Thanks