@microsoft/applicationinsights-react-js 19.3.7-nightly.2507-06 → 19.3.7-nightly.2507-08

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 react plugin, 19.3.7-nightly.2507-06
2
+ * Microsoft Application Insights react plugin, 19.3.7-nightly.2507-08
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 - React Plugin, 19.3.7-nightly.2507-06
2
+ * Application Insights JavaScript SDK - React Plugin, 19.3.7-nightly.2507-08
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1687,7 +1687,7 @@
1687
1687
  return result;
1688
1688
  }
1689
1689
 
1690
- var version = '3.3.10-nightly3.2507-07';
1690
+ var version = '3.3.10-nightly3.2507-18';
1691
1691
  var instanceName = "." + newId(6);
1692
1692
  var _dataUid = 0;
1693
1693
  function _canAcceptData(target) {
@@ -3517,13 +3517,13 @@
3517
3517
  return BaseTelemetryPlugin;
3518
3518
  }());
3519
3519
 
3520
- var SeverityLevel = createEnumStyle({
3520
+ var SeverityLevel = ( createEnumStyle({
3521
3521
  Verbose: 0 ,
3522
3522
  Information: 1 ,
3523
3523
  Warning: 2 ,
3524
3524
  Error: 3 ,
3525
3525
  Critical: 4
3526
- });
3526
+ }));
3527
3527
 
3528
3528
  var PropertiesPluginIdentifier = "AppInsightsPropertiesPlugin";
3529
3529
  var AnalyticsPluginIdentifier = "ApplicationInsightsAnalytics";