applicationinsights-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -245,2 +245,6 @@ <properties | ||
// Controls what percentage of events will be sent | ||
// Default 100. | ||
samplingPercentage: boolean; | ||
// Default 10s | ||
@@ -247,0 +251,0 @@ diagnosticLogInterval: number; |
{ | ||
"name": "applicationinsights-js", | ||
"main": "dist/ai.0.js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "applicationinsights-js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Microsoft Application Insights JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js", |
@@ -95,3 +95,3 @@ # Microsoft Application Insights JavaScript SDK | ||
## To run check-in tests | ||
* `powershell "& .\RunTestsInBrowser.ps1"` to run `Tests.html` in a browser (you might need to call Set-ExecutionPolicy to be able to execute the script) | ||
* `powershell "& .\scripts\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 | ||
@@ -98,0 +98,0 @@ * Refresh Tests.html in the browser to re-run tests |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368928
4322