ApplicationInsights-JS/README.md

23 строки
1.0 KiB
Markdown
Исходник Обычный вид История

2015-04-15 23:40:58 +03:00
# Microsoft Application Insights JavaScript SDK
## 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.
2015-04-10 01:48:47 +03:00
2015-07-22 01:51:05 +03:00
## API reference
2015-07-22 20:56:28 +03:00
* Check out https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md
2015-07-22 01:51:05 +03:00
2015-04-10 01:48:47 +03:00
## To build:
2015-04-15 23:43:54 +03:00
* Visual Studio 2013 Ultimate with Update 4
2015-04-10 01:48:47 +03:00
* Clone the Git repository
2015-04-15 23:45:18 +03:00
* Open Visual Studio solution (devenv JavaScript\Microsoft.ApplicationInsights.JavaScript.sln)
* Build solution in Visual Studio
## To run check-in tests
2015-08-03 23:18:33 +03:00
* `powershell "& .\RunTestsInBrowser.ps1"` to run `Tests.html` in a browser (you might need to call Set-ExecutionPolicy to be able to execute the script)
* Don't forget to build the solution after changing TypeScript files
* Refresh Tests.html in the browser to re-run tests
2015-08-03 23:45:25 +03:00
## Check out the Wiki for other useful info
2015-08-03 23:45:25 +03:00
https://github.com/Microsoft/ApplicationInsights-JS/wiki