@microsoft/applicationinsights-channel-js 2.8.9-nightly.2210-05 → 2.8.9-nightly.2210-06

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 Application Insights JavaScript SDK Channel, 2.8.9-nightly.2210-05
2
+ * Microsoft Application Insights JavaScript SDK Channel, 2.8.9-nightly.2210-06
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 SDK - Channel, 2.8.9-nightly.2210-05
2
+ * Application Insights JavaScript SDK - Channel, 2.8.9-nightly.2210-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1355,7 +1355,7 @@
1355
1355
  }
1356
1356
 
1357
1357
  var _objDefineProperty = ObjDefineProperty;
1358
- var version = "2.8.9-nightly.2210-05";
1358
+ var version = "2.8.9-nightly.2210-06";
1359
1359
  var instanceName = "." + newId(6);
1360
1360
  var _dataUid = 0;
1361
1361
  function _createAccessor(target, prop, value) {
@@ -2142,14 +2142,15 @@
2142
2142
  var _DYN_TO_STRING$1 = "toString";
2143
2143
  var _DYN_REMOVE_ITEM = "removeItem";
2144
2144
  var _DYN_NAME$1 = "name";
2145
+ var _DYN_MESSAGE = "message";
2146
+ var _DYN_COUNT$1 = "count";
2147
+ var _DYN_STRINGIFY$1 = "stringify";
2145
2148
  var _DYN_PATHNAME = "pathname";
2146
2149
  var _DYN_INDEX_OF = "indexOf";
2147
2150
  var _DYN_EXCEPTIONS = "exceptions";
2148
2151
  var _DYN_PARSED_STACK = "parsedStack";
2149
2152
  var _DYN_PROPERTIES = "properties";
2150
2153
  var _DYN_MEASUREMENTS$1 = "measurements";
2151
- var _DYN_STRINGIFY$1 = "stringify";
2152
- var _DYN_MESSAGE = "message";
2153
2154
  var _DYN_SIZE_IN_BYTES = "sizeInBytes";
2154
2155
  var _DYN_TYPE_NAME = "typeName";
2155
2156
  var _DYN_SEVERITY_LEVEL = "severityLevel";
@@ -3028,7 +3029,7 @@
3028
3029
  var _self = this;
3029
3030
  _self.ver = 2;
3030
3031
  var dataPoint = new DataPoint();
3031
- dataPoint.count = count > 0 ? count : undefined;
3032
+ dataPoint[_DYN_COUNT$1 ] = count > 0 ? count : undefined;
3032
3033
  dataPoint.max = isNaN(max) || max === null ? undefined : max;
3033
3034
  dataPoint.min = isNaN(min) || min === null ? undefined : min;
3034
3035
  dataPoint[_DYN_NAME$1 ] = dataSanitizeString(logger, name) || strNotSpecified;
@@ -3440,7 +3441,7 @@
3440
3441
  }
3441
3442
  }
3442
3443
  var EnvelopeCreator = {
3443
- Version: "2.8.9-nightly.2210-05"
3444
+ Version: "2.8.9-nightly.2210-06"
3444
3445
  };
3445
3446
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
3446
3447
  EnvelopeCreatorInit(logger, telemetryItem);