@microsoft/applicationinsights-web-basic 2.8.17-nightly.2402-05 → 2.8.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/aib.2.8.17.integrity.json +26 -0
- package/browser/{aib.2.8.17-nightly.2402-05.js → aib.2.8.17.js} +9 -6
- package/browser/aib.2.8.17.js.map +1 -0
- package/browser/aib.2.8.17.min.js +6 -0
- package/browser/aib.2.8.17.min.js.map +1 -0
- package/browser/aib.2.js +8 -5
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +6 -3
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +65 -65
- package/browser/aib.2.8.17-nightly.2402-05.integrity.json +0 -26
- package/browser/aib.2.8.17-nightly.2402-05.js.map +0 -1
- package/browser/aib.2.8.17-nightly.2402-05.min.js +0 -6
- package/browser/aib.2.8.17-nightly.2402-05.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.8.17
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.8.17
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
}
|
|
1569
1569
|
|
|
1570
1570
|
var _objDefineProperty = ObjDefineProperty;
|
|
1571
|
-
var version =
|
|
1571
|
+
var version = '2.8.17';
|
|
1572
1572
|
var instanceName = "." + newId(6);
|
|
1573
1573
|
var _dataUid = 0;
|
|
1574
1574
|
function _createAccessor(target, prop, value) {
|
|
@@ -4206,6 +4206,9 @@
|
|
|
4206
4206
|
if (result.endpointsuffix) {
|
|
4207
4207
|
var locationPrefix = result.location ? result.location + "." : "";
|
|
4208
4208
|
result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ] || ("https://" + locationPrefix + "dc." + result.endpointsuffix);
|
|
4209
|
+
if (strEndsWith(result[_DYN_INGESTIONENDPOINT ], "/")) {
|
|
4210
|
+
result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ].slice(0, -1);
|
|
4211
|
+
}
|
|
4209
4212
|
}
|
|
4210
4213
|
result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ] || DEFAULT_BREEZE_ENDPOINT;
|
|
4211
4214
|
}
|
|
@@ -5173,7 +5176,7 @@
|
|
|
5173
5176
|
}
|
|
5174
5177
|
}
|
|
5175
5178
|
var EnvelopeCreator = {
|
|
5176
|
-
Version:
|
|
5179
|
+
Version: '2.8.17'
|
|
5177
5180
|
};
|
|
5178
5181
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
5179
5182
|
EnvelopeCreatorInit(logger, telemetryItem);
|