Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.86 KB

app-insights-platforms.md

File metadata and controls

56 lines (40 loc) · 1.86 KB

Application Insights: platforms

<a name="platforms"Can I use Application Insights with ...?

Please also visit the Application Insights SDK project on GitHub

Cordova and Windows Store JavaScript apps

Use the standard client-side [web app script][usage], but with one change.

When you get the script from the Application Insights portal, insert a line after the instrumentation key:

...{
    instrumentationKey:"00000000-662d-4479-0000-40c89770e67c",
    endpointUrl:"https://dc.services.visualstudio.com/v2/track"
} ...

>Cordova >Windows Store apps using JavaScript

[AZURE.INCLUDE app-insights-learn-more]