@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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "aib",
3
+ "version": "2.8.17",
4
+ "ext": {
5
+ "@js": {
6
+ "file": "aib.2.8.17.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-8Y2VOzQsAybRVEkpb2pjXTVV4pwM3iN7NXM5Ly6tGiI= sha384-KhSQU7cVwEKAsZsUl9nyvGfzawnAeQPdU6x4k7ORbXox4QRQq/RX1PDxJ8d48LqT sha512-DWBed6ALIvl2JUbG8SzuHixHQOp6akA0kBxkCj0o/yW03JT5Oi98vneZumGpMgQjp4pitenluobyBsCDW/PAWA==",
9
+ "hashes": {
10
+ "sha256": "8Y2VOzQsAybRVEkpb2pjXTVV4pwM3iN7NXM5Ly6tGiI=",
11
+ "sha384": "KhSQU7cVwEKAsZsUl9nyvGfzawnAeQPdU6x4k7ORbXox4QRQq/RX1PDxJ8d48LqT",
12
+ "sha512": "DWBed6ALIvl2JUbG8SzuHixHQOp6akA0kBxkCj0o/yW03JT5Oi98vneZumGpMgQjp4pitenluobyBsCDW/PAWA=="
13
+ }
14
+ },
15
+ "@min.js": {
16
+ "file": "aib.2.8.17.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-MxGpnoTvNYK5jEhN3syknX40hRngYpwJpd8VX6GkLQg= sha384-xiqX0uG1/Bcgq8eGItfXw1FLsJej+Qmx/ogyIWHKyCILWuwN3SMaSJBE1lntgkDA sha512-Xgqyj7s8at/0R0VvVjx0KNh+0lw1zE2sSrehvqRAZzYH5Wid/SXq4cApuM3z1Li28APJ2nIi4UCdDdYsPLxx0A==",
19
+ "hashes": {
20
+ "sha256": "MxGpnoTvNYK5jEhN3syknX40hRngYpwJpd8VX6GkLQg=",
21
+ "sha384": "xiqX0uG1/Bcgq8eGItfXw1FLsJej+Qmx/ogyIWHKyCILWuwN3SMaSJBE1lntgkDA",
22
+ "sha512": "Xgqyj7s8at/0R0VvVjx0KNh+0lw1zE2sSrehvqRAZzYH5Wid/SXq4cApuM3z1Li28APJ2nIi4UCdDdYsPLxx0A=="
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.17-nightly.2402-05
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) {
@@ -7,8 +7,8 @@
7
7
  typeof exports === "object" && typeof module !== undef ? factory(exports) :
8
8
  typeof define === "function" && define.amd ? define(["exports"], factory) :
9
9
  (function(global){
10
- var nsKey, key, nm, theExports = {}, modName = "esm_aib_2_8_17_nightly_2402_05", msMod="__ms$mod__";
11
- var mods={}, modDetail=mods[modName]={}, ver="2.8.17-nightly.2402-05";
10
+ var nsKey, key, nm, theExports = {}, modName = "esm_aib_2_8_17", msMod="__ms$mod__";
11
+ var mods={}, modDetail=mods[modName]={}, ver="2.8.17";
12
12
  var baseNs=global, nsKey="Microsoft", baseNs=baseNs[nsKey]=(baseNs[nsKey]||{});
13
13
  // Versioned namespace "Microsoft.ApplicationInsights2"
14
14
  var exportNs=baseNs, nsKey="ApplicationInsights2", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
@@ -1592,7 +1592,7 @@ function newId(maxLength) {
1592
1592
  }
1593
1593
 
1594
1594
  var _objDefineProperty = ObjDefineProperty;
1595
- var version = "2.8.17-nightly.2402-05";
1595
+ var version = '2.8.17';
1596
1596
  var instanceName = "." + newId(6);
1597
1597
  var _dataUid = 0;
1598
1598
  function _createAccessor(target, prop, value) {
@@ -4230,6 +4230,9 @@ function parseConnectionString(connectionString) {
4230
4230
  if (result.endpointsuffix) {
4231
4231
  var locationPrefix = result.location ? result.location + "." : "";
4232
4232
  result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ] || ("https://" + locationPrefix + "dc." + result.endpointsuffix);
4233
+ if (strEndsWith(result[_DYN_INGESTIONENDPOINT ], "/")) {
4234
+ result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ].slice(0, -1);
4235
+ }
4233
4236
  }
4234
4237
  result[_DYN_INGESTIONENDPOINT ] = result[_DYN_INGESTIONENDPOINT ] || DEFAULT_BREEZE_ENDPOINT;
4235
4238
  }
@@ -5197,7 +5200,7 @@ function EnvelopeCreatorInit(logger, telemetryItem) {
5197
5200
  }
5198
5201
  }
5199
5202
  var EnvelopeCreator = {
5200
- Version: "2.8.17-nightly.2402-05"
5203
+ Version: '2.8.17'
5201
5204
  };
5202
5205
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5203
5206
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -6613,4 +6616,4 @@ exports.proxyFunctions = proxyFunctions;
6613
6616
  exports.throwError = throwError;
6614
6617
 
6615
6618
  }));
6616
- //# sourceMappingURL=aib.2.8.17-nightly.2402-05.js.map
6619
+ //# sourceMappingURL=aib.2.8.17.js.map