@microsoft/applicationinsights-react-native 2.5.0-nightly.2204-06 → 2.5.0-nightly.2204-07

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
- * Application Insights JavaScript SDK - React Native Plugin, 2.5.0-nightly.2204-06
2
+ * Application Insights JavaScript SDK - React Native Plugin, 2.5.0-nightly.2204-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1000,7 +1000,7 @@
1000
1000
  }
1001
1001
 
1002
1002
  var _objDefineProperty = ObjDefineProperty;
1003
- var version = "2.8.0-nightly.2204-06";
1003
+ var version = "2.8.0-nightly.2204-07";
1004
1004
  var instanceName = "." + newId(6);
1005
1005
  var _dataUid = 0;
1006
1006
  function _createAccessor(target, prop, value) {
@@ -1592,15 +1592,6 @@
1592
1592
  return BaseTelemetryPlugin;
1593
1593
  }());
1594
1594
 
1595
- var SeverityLevel;
1596
- (function (SeverityLevel) {
1597
- SeverityLevel[SeverityLevel["Verbose"] = 0] = "Verbose";
1598
- SeverityLevel[SeverityLevel["Information"] = 1] = "Information";
1599
- SeverityLevel[SeverityLevel["Warning"] = 2] = "Warning";
1600
- SeverityLevel[SeverityLevel["Error"] = 3] = "Error";
1601
- SeverityLevel[SeverityLevel["Critical"] = 4] = "Critical";
1602
- })(SeverityLevel || (SeverityLevel = {}));
1603
-
1604
1595
  var ConfigurationManager = /** @class */ (function () {
1605
1596
  function ConfigurationManager() {
1606
1597
  }
@@ -1734,7 +1725,7 @@
1734
1725
  }
1735
1726
  }
1736
1727
  function _trackException(e, isFatal) {
1737
- var exception = { exception: e, severityLevel: SeverityLevel.Error };
1728
+ var exception = { exception: e, severityLevel: 3 };
1738
1729
  if (_analyticsPlugin) {
1739
1730
  _analyticsPlugin.trackException(exception);
1740
1731
  }