applicationinsights-js
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -166,3 +166,3 @@ <properties | ||
---|---|--- | ||
`id` | Unique id, this is used by the backend o correlate server requests. Use `Util.newId()` to generate a unique Id. | ||
`id` | Unique id, this is used by the backend to correlate server requests. Use `Util.newId()` to generate a unique Id. | ||
`method` | Represents request verb (GET, POST, etc.) | ||
@@ -290,2 +290,6 @@ `absoluteUrl` | Absolute url used to make the dependency request | ||
isStorageUseDisabled: boolean; | ||
// 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. | ||
disableCorrelationHeaders: boolean; | ||
} | ||
@@ -292,0 +296,0 @@ |
{ | ||
"name": "applicationinsights-js", | ||
"main": "dist/ai.0.js", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "applicationinsights-js", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Microsoft Application Insights JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
385214
4541