@microsoft/applicationinsights-properties-js 2.8.2-nightly.2204-22 → 2.8.2-nightly.2204-24

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,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.22.2",
4
+ "toolVersion": "7.23.0",
5
5
  "schemaVersion": 1005,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 2.8.2-nightly.2204-22
2
+ * Microsoft Application Insights properties plugin, 2.8.2-nightly.2204-24
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 - Properties Plugin, 2.8.2-nightly.2204-22
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.2-nightly.2204-24
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  /*!
89
- * Microsoft Dynamic Proto Utility, 1.1.4
89
+ * Microsoft Dynamic Proto Utility, 1.1.5
90
90
  * Copyright (c) Microsoft and contributors. All rights reserved.
91
91
  */
92
92
  var Constructor = 'constructor';
@@ -99,6 +99,7 @@
99
99
  var DynInstChkTag = '_dynInstChk';
100
100
  var DynAllowInstChkTag = DynInstChkTag;
101
101
  var DynProtoDefaultOptions = '_dfOpts';
102
+ var DynProtoPolyProto = "_dynProto";
102
103
  var UnknownValue = '_unknown_';
103
104
  var str__Proto$1 = "__proto__";
104
105
  var strUseBaseInst = 'useBaseInst';
@@ -120,8 +121,11 @@
120
121
  if (_objGetPrototypeOf$1) {
121
122
  return _objGetPrototypeOf$1(target);
122
123
  }
123
- var newProto = target[str__Proto$1] || target[Prototype] || (target[Constructor] ? target[Constructor][Prototype] : null);
124
+ var newProto = target[DynProtoPolyProto] || target[str__Proto$1] || target[Prototype] || (target[Constructor] ? target[Constructor][Prototype] : null);
124
125
  if (newProto) {
126
+ if (!target[DynProtoPolyProto]) {
127
+ target[DynProtoPolyProto] = newProto;
128
+ }
125
129
  return newProto;
126
130
  }
127
131
  }
@@ -280,8 +284,9 @@
280
284
  visited.push(thisProto);
281
285
  thisProto = _getObjProto$1(thisProto);
282
286
  }
287
+ return false;
283
288
  }
284
- return false;
289
+ return true;
285
290
  }
286
291
  function _getObjName(target, unknownValue) {
287
292
  if (_hasOwnProperty(target, Prototype)) {
@@ -885,7 +890,7 @@
885
890
  if (isUserAct === void 0) { isUserAct = false; }
886
891
  var message = new _InternalLogMessage(msgId, msg, isUserAct, properties);
887
892
  if (_self.enableDebugExceptions()) {
888
- throw message;
893
+ throw dumpObj(message);
889
894
  }
890
895
  else {
891
896
  var logFunc = severity === 1 ? strErrorToConsole : strWarnToConsole;
@@ -1165,7 +1170,7 @@
1165
1170
  }
1166
1171
 
1167
1172
  var _objDefineProperty = ObjDefineProperty;
1168
- var version = "2.8.2-nightly.2204-22";
1173
+ var version = "2.8.2-nightly.2204-24";
1169
1174
  var instanceName = "." + newId(6);
1170
1175
  var _dataUid = 0;
1171
1176
  function _createAccessor(target, prop, value) {
@@ -2504,7 +2509,7 @@
2504
2509
  return Device;
2505
2510
  }());
2506
2511
 
2507
- var Version = "2.8.2-nightly.2204-22";
2512
+ var Version = "2.8.2-nightly.2204-24";
2508
2513
  var Internal = /** @class */ (function () {
2509
2514
  function Internal(config) {
2510
2515
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;