angularjs - Application insights returns 400 error -


today found issue application insights. returns me 400 error when try track event:

post https://dc.services.visualstudio.com/v2/track 400 (106: field 'type' on type 'device' of incorrect type. expected: string, actual: undefined)

nothing changed can lead issues. if event try provide type field cause other error (type user).

i'm using app insights via angularjs module.

can me?

thanks!

got fixed in latest version of plugin (0.2.8). update of nuget package fixed problem.

https://github.com/khaines/angular-applicationinsights/issues/35


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -