@microsoft/applicationinsights-analytics-js 2.7.2-nightly.2112-03 → 2.7.2

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.18.19",
4
+ "toolVersion": "7.18.21",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.2-nightly.2112-03
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.2
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 - Web Analytics, 2.7.2-nightly.2112-03
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.7.2
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2061,7 +2061,7 @@
2061
2061
  else if (_isStackDetails(errorObj[strStackDetails])) {
2062
2062
  details = errorObj[strStackDetails];
2063
2063
  }
2064
- else if (window["opera"] && errorObj[strMessage]) {
2064
+ else if (window && window["opera"] && errorObj[strMessage]) {
2065
2065
  details = _getOperaStack(errorObj.message);
2066
2066
  }
2067
2067
  else if (isString(errorObj)) {
@@ -3440,7 +3440,7 @@
3440
3440
  config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
3441
3441
  return config;
3442
3442
  };
3443
- ApplicationInsights.Version = "2.7.2-nightly.2112-03";
3443
+ ApplicationInsights.Version = "2.7.2";
3444
3444
  return ApplicationInsights;
3445
3445
  }(BaseTelemetryPlugin));
3446
3446
  var Timing = /** @class */ (function () {