applicationinsights-js
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -318,4 +318,5 @@ <properties | ||
// Default true. If false, the SDK will add two headers ('x-ms-request-root-id' and 'x-ms-request-id) | ||
// to all dependency requests (within the same domain) to correlate them with corresponding requests on the server side. | ||
// If false, the SDK will add two headers ('Request-Id' and 'Request-Context') to all | ||
// dependency requests to correlate them with corresponding requests on the server side. | ||
// Default false. | ||
disableCorrelationHeaders: boolean; | ||
@@ -336,2 +337,7 @@ | ||
isBrowserLinkTrackingEnabled: boolean; | ||
// AppId is used for the correlation between AJAX dependencies happening on the client-side with the server-side requests. | ||
// When Beacon API is enabled it can not be used automatically, but can be set manually in the configuration. | ||
// Default: null | ||
appId: string; | ||
} | ||
@@ -338,0 +344,0 @@ ``` |
@@ -23,2 +23,3 @@ declare module Microsoft.ApplicationInsights { | ||
disableCorrelationHeaders?: boolean; | ||
correlationHeaderExcludedDomains?: string[]; | ||
disableFlushOnBeforeUnload?: boolean; | ||
@@ -34,2 +35,3 @@ enableSessionStorageBuffer?: boolean; | ||
isBrowserLinkTrackingEnabled?: boolean; | ||
appId?: string; | ||
} | ||
@@ -36,0 +38,0 @@ } |
{ | ||
"name": "applicationinsights-js", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"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
1361939
6327