angular-appinsights icon indicating copy to clipboard operation
angular-appinsights copied to clipboard

An Angular module for using Microsoft's Application Insights within a SPA

Results 6 angular-appinsights issues
Sort by recently updated
recently updated
newest added

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

I am getting the above error when i try to execute the app isnights js file

Just installed version 0.0.4 and we are getting this message whenever we try to log an error. I looked through the new version and didn't see a trace of logEvent....

I've seen this covered off in another more complicated pull request which is still awaiting merging, so thought I'd get this in there as it would have saved me some...

Few different changes - I wish I had created smaller pull requests, sorry! 1. Support running in ng-strict mode 2. Allow start to be called after the config phase. The...

ready