This commit is contained in:
Alan Cameron Wills 2015-08-18 14:10:32 +01:00
Родитель ad3a0ec304
Коммит c2533a6711
1 изменённых файлов: 20 добавлений и 1 удалений

Просмотреть файл

@ -1,8 +1,27 @@
# Microsoft Application Insights JavaScript SDK
[Application Insights](https://azure.microsoft.com/services/application-insights/) tells you about your app's performance and usage. By adding a few lines of code to your web pages, you get data about how many users you have, which pages are most popular, how fast pages load, whether they throw exceptions, and more. And you can add code to track more detailed user activity.
## Try Application Insights with JavaScript SDK - no Azure subscription required
If you don't have an Azure subscription and would like to try Application Insights with JavaScript SDK, visit this website to get a preview of Application Insights: http://aka.ms/ainow.
If you don't have an Azure subscription and would like to try Application Insights on one of your own web pages, visit [Try Application Insights Now](http://aka.ms/ainow).
## Get started
To use this SDK, you'll need a subscription to [Microsoft Azure](https://azure.com). (There's a free package.)
In the [Azure Preview Portal](https://portal.azure.com), open an Application Insights resource.
Get "code to monitor my web pages" from the Quick Start page, and insert it in the head of your web pages.
Use your web pages, and then look for user and page view results in the Application Insights resource.
[Learn more.](https://azure.microsoft.com/documentation/articles/app-insights-javascript/)
## API reference
Data on users, page views, and exceptions are provided out of the box. You can write your own code to track specific events and metrics.
* Check out https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md
## To build: