@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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.17-nightly.2402-05
2
+ * Microsoft.ApplicationInsights, 2.8.17
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -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) {
@@ -1568,7 +1568,7 @@
1568
1568
  }
1569
1569
 
1570
1570
  var _objDefineProperty = ObjDefineProperty;
1571
- var version = "2.8.17-nightly.2402-05";
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: "2.8.17-nightly.2402-05"
5179
+ Version: '2.8.17'
5177
5180
  };
5178
5181
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5179
5182
  EnvelopeCreatorInit(logger, telemetryItem);