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

java - Callback from new thread to class from which thread was initiated -

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -