@microsoft/applicationinsights-react-js 19.3.6 → 19.3.7-nightly.2504-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
- * Application Insights JavaScript SDK - React Plugin, 19.3.6
2
+ * Application Insights JavaScript SDK - React Plugin, 19.3.7-nightly.2504-08
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1469,6 +1469,13 @@
1469
1469
  var STR_PATH = "path";
1470
1470
  var STR_NOT_DYNAMIC_ERROR = "Not dynamic - ";
1471
1471
 
1472
+ function cfgDfMerge(defaultValue) {
1473
+ return {
1474
+ mrg: true,
1475
+ v: defaultValue
1476
+ };
1477
+ }
1478
+
1472
1479
  var rCamelCase = /-([a-z])/g;
1473
1480
  var rNormalizeInvalid = /([^\w\d_$])/g;
1474
1481
  var rLeadingNumeric = /^(\d+[\w\d_$])/;
@@ -1671,7 +1678,7 @@
1671
1678
  return result;
1672
1679
  }
1673
1680
 
1674
- var version = '3.3.6';
1681
+ var version = '3.3.7-nightly3.2504-16';
1675
1682
  var instanceName = "." + newId(6);
1676
1683
  var _dataUid = 0;
1677
1684
  function _canAcceptData(target) {
@@ -2337,13 +2344,6 @@
2337
2344
  return createDynamicConfig(config, null, logger)[_DYN_WATCH ](configHandler);
2338
2345
  }
2339
2346
 
2340
- function cfgDfMerge(defaultValue) {
2341
- return {
2342
- mrg: true,
2343
- v: defaultValue
2344
- };
2345
- }
2346
-
2347
2347
  var _aiNamespace = null;
2348
2348
  function _getExtensionNamespace() {
2349
2349
  var target = getInst("Microsoft");