applicationinsights-js
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -272,3 +272,3 @@ <properties | ||
// Default 100. | ||
samplingPercentage: boolean; | ||
samplingPercentage: number; | ||
@@ -342,2 +342,7 @@ // Default 10s | ||
appId: string; | ||
// If true, the SDK will add two headers ('Request-Id' and 'Request-Context') to all | ||
// CORS requests to correlate outgoing AJAX dependencies with corresponding requests on the server side. | ||
// Default false. | ||
enableCorsCorrelation: boolean; | ||
} | ||
@@ -344,0 +349,0 @@ ``` |
@@ -35,2 +35,3 @@ declare module Microsoft.ApplicationInsights { | ||
appId?: string; | ||
enableCorsCorrelation?: boolean; | ||
} | ||
@@ -37,0 +38,0 @@ } |
{ | ||
"name": "applicationinsights-js", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Microsoft Application Insights JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "bundle/ai.module.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1369047
6358