You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I configured the plugin inside my app and the app insights returns an error 400 invalid instrumentation key. Then I created an empty app, and included the plugin again, and I got the same error 400.
Can you help me?
The text was updated successfully, but these errors were encountered:
Hello,
Check the generated file AppInsight.js in the platform folder (platforms\android\assets\www\plugins\cordova-plugin-ms-appinsights\www\AppInsights.js) if it contains the key you specified in config.xml.
Also do not set the key as a variable via plugin add, it doesn't work due to an issue with cordova-lib
I had to set it manually in this file for AppInsight to work.
Is there any progress on this package? Seems to be, that MS isnt very interested in?
There are a couple of ugly things: The instrumentation key cannot assigned by configuration, you can not install the plugin via CLI (just had to clone it locally), no promise implementation, bad documentation. I've forgotten anything? For sure....
Hi,
I configured the plugin inside my app and the app insights returns an error 400 invalid instrumentation key. Then I created an empty app, and included the plugin again, and I got the same error 400.
Can you help me?
The text was updated successfully, but these errors were encountered: