@microsoft/applicationinsights-react-js 19.3.6-nightly.2504-07 → 19.3.6

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-nightly.2504-07
2
+ * Application Insights JavaScript SDK - React Plugin, 19.3.6
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1469,13 +1469,6 @@
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
-
1479
1472
  var rCamelCase = /-([a-z])/g;
1480
1473
  var rNormalizeInvalid = /([^\w\d_$])/g;
1481
1474
  var rLeadingNumeric = /^(\d+[\w\d_$])/;
@@ -1678,7 +1671,7 @@
1678
1671
  return result;
1679
1672
  }
1680
1673
 
1681
- var version = '3.3.7-nightly3.2504-13';
1674
+ var version = '3.3.6';
1682
1675
  var instanceName = "." + newId(6);
1683
1676
  var _dataUid = 0;
1684
1677
  function _canAcceptData(target) {
@@ -2344,6 +2337,13 @@
2344
2337
  return createDynamicConfig(config, null, logger)[_DYN_WATCH ](configHandler);
2345
2338
  }
2346
2339
 
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");