@microsoft/applicationinsights-react-native 4.3.7 → 4.3.8-nightly.2507-10

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, 4.3.7
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2507-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1367,6 +1367,8 @@
1367
1367
  }
1368
1368
  dynamicProto[DynProtoDefaultOptions] = _gblInst.o;
1369
1369
 
1370
+ var AnalyticsPluginIdentifier = "ApplicationInsightsAnalytics";
1371
+
1370
1372
  var _DYN_TO_LOWER_CASE = "toLowerCase";
1371
1373
  var _DYN_LENGTH = "length";
1372
1374
  var _DYN_WARN_TO_CONSOLE = "warnToConsole";
@@ -1594,7 +1596,7 @@
1594
1596
  return result;
1595
1597
  }
1596
1598
 
1597
- var version = '3.3.9';
1599
+ var version = '3.3.10-nightly3.2507-24';
1598
1600
  var instanceName = "." + newId(6);
1599
1601
  var _dataUid = 0;
1600
1602
  function _canAcceptData(target) {
@@ -3126,8 +3128,6 @@
3126
3128
  return BaseTelemetryPlugin;
3127
3129
  }());
3128
3130
 
3129
- var AnalyticsPluginIdentifier = "ApplicationInsightsAnalytics";
3130
-
3131
3131
  var defaultReactNativePluginConfig = objDeepFreeze({
3132
3132
  disableDeviceCollection: false,
3133
3133
  disableExceptionCollection: false,