@microsoft/applicationinsights-react-native 4.3.7-nightly.2505-09 → 4.3.7-nightly.2505-11

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-nightly.2505-09
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.7-nightly.2505-11
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -18,7 +18,7 @@
18
18
  var strShimPrototype = "prototype";
19
19
  var ObjClass$1 = Object;
20
20
 
21
- /*! https://github.com/nevware21/ts-utils v0.12.3 */
21
+ /*! https://github.com/nevware21/ts-utils v0.12.4 */
22
22
  function _pureAssign(func1, func2) {
23
23
  return func1 || func2;
24
24
  }
@@ -571,13 +571,6 @@
571
571
  var gblSym = ((!_globalLazyTestHooks.lzy ? _symbol : 0) || _initSymbol());
572
572
  return (gblSym.v ? gblSym.v[key] : UNDEF_VALUE);
573
573
  }
574
- function hasSymbol() {
575
- return !!( getSymbol());
576
- }
577
- function getSymbol() {
578
- !_globalLazyTestHooks && _initTestHooks();
579
- return ((!_globalLazyTestHooks.lzy ? _symbol : 0) || _initSymbol()).v;
580
- }
581
574
  function getKnownSymbol(name, noPoly) {
582
575
  var knownName = _wellKnownSymbolMap[name];
583
576
  !_globalLazyTestHooks && _initTestHooks();
@@ -872,7 +865,7 @@
872
865
  return splitFn ? splitFn(value, limit) : [value];
873
866
  }
874
867
  ( _unwrapFunction("split", StrProto));
875
- ( _unwrapFunctionWithPoly("split", StrProto, !hasSymbol() ? polyStrSymSplit : NULL_VALUE));
868
+ ( _unwrapFunctionWithPoly("split", StrProto, polyStrSymSplit));
876
869
  ( _pureAssign(( _pureRef(NumberCls, "isInteger")), _polyNumberIsInteger));
877
870
  function _polyNumberIsInteger(value) {
878
871
  return isNumber(value) && !isNaN(value) &&
@@ -1601,7 +1594,7 @@
1601
1594
  return result;
1602
1595
  }
1603
1596
 
1604
- var version = '3.3.8-nightly3.2505-16';
1597
+ var version = '3.3.8-nightly3.2505-18';
1605
1598
  var instanceName = "." + newId(6);
1606
1599
  var _dataUid = 0;
1607
1600
  function _canAcceptData(target) {