@microsoft/applicationinsights-web-basic 2.8.8-nightly.2209-01 → 2.8.8-nightly.2209-02

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.8-nightly.2209-01
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.8-nightly.2209-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1537,7 +1537,7 @@
1537
1537
  }
1538
1538
 
1539
1539
  var _objDefineProperty = ObjDefineProperty;
1540
- var version = "2.8.8-nightly.2209-01";
1540
+ var version = "2.8.8-nightly.2209-02";
1541
1541
  var instanceName = "." + newId(6);
1542
1542
  var _dataUid = 0;
1543
1543
  function _createAccessor(target, prop, value) {
@@ -4278,6 +4278,9 @@
4278
4278
  else if (window && window["opera"] && errorObj[strMessage]) {
4279
4279
  details = _getOperaStack(errorObj[_DYN_MESSAGE ]);
4280
4280
  }
4281
+ else if (errorObj["reason"] && errorObj.reason[strStack]) {
4282
+ details = _convertStackObj(errorObj.reason[strStack]);
4283
+ }
4281
4284
  else if (isString(errorObj)) {
4282
4285
  details = _convertStackObj(errorObj);
4283
4286
  }
@@ -5063,7 +5066,7 @@
5063
5066
  }
5064
5067
  }
5065
5068
  var EnvelopeCreator = {
5066
- Version: "2.8.8-nightly.2209-01"
5069
+ Version: "2.8.8-nightly.2209-02"
5067
5070
  };
5068
5071
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5069
5072
  EnvelopeCreatorInit(logger, telemetryItem);