@microsoft/applicationinsights-react-js 19.3.7-nightly.2505-09 → 19.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.
- package/browser/applicationinsights-react-js.js +4 -11
- package/browser/applicationinsights-react-js.js.map +1 -1
- package/browser/applicationinsights-react-js.min.js +2 -2
- package/browser/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.d.ts +1 -1
- package/dist/applicationinsights-react-js.js +4 -11
- package/dist/applicationinsights-react-js.js.map +1 -1
- package/dist/applicationinsights-react-js.min.js +2 -2
- package/dist/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.rollup.d.ts +1 -1
- package/dist-esm/AppInsightsContext.js +1 -1
- package/dist-esm/AppInsightsErrorBoundary.js +1 -1
- package/dist-esm/Interfaces/IReactExtensionConfig.js +1 -1
- package/dist-esm/ReactPlugin.js +1 -1
- package/dist-esm/applicationinsights-react-js.js +1 -1
- package/dist-esm/useTrackEvent.js +1 -1
- package/dist-esm/useTrackMetric.js +1 -1
- package/dist-esm/withAITracking.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Plugin, 19.3.7-nightly.2505-
|
|
2
|
+
* Application Insights JavaScript SDK - React Plugin, 19.3.7-nightly.2505-11
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
var ObjClass$1 = Object;
|
|
39
39
|
var ObjProto$1 = ObjClass$1[strShimPrototype];
|
|
40
40
|
|
|
41
|
-
/*! https://github.com/nevware21/ts-utils v0.12.
|
|
41
|
+
/*! https://github.com/nevware21/ts-utils v0.12.4 */
|
|
42
42
|
function _pureAssign(func1, func2) {
|
|
43
43
|
return func1 || func2;
|
|
44
44
|
}
|
|
@@ -615,13 +615,6 @@
|
|
|
615
615
|
var gblSym = ((!_globalLazyTestHooks.lzy ? _symbol : 0) || _initSymbol());
|
|
616
616
|
return (gblSym.v ? gblSym.v[key] : UNDEF_VALUE);
|
|
617
617
|
}
|
|
618
|
-
function hasSymbol() {
|
|
619
|
-
return !!( getSymbol());
|
|
620
|
-
}
|
|
621
|
-
function getSymbol() {
|
|
622
|
-
!_globalLazyTestHooks && _initTestHooks();
|
|
623
|
-
return ((!_globalLazyTestHooks.lzy ? _symbol : 0) || _initSymbol()).v;
|
|
624
|
-
}
|
|
625
618
|
function getKnownSymbol(name, noPoly) {
|
|
626
619
|
var knownName = _wellKnownSymbolMap[name];
|
|
627
620
|
!_globalLazyTestHooks && _initTestHooks();
|
|
@@ -916,7 +909,7 @@
|
|
|
916
909
|
return splitFn ? splitFn(value, limit) : [value];
|
|
917
910
|
}
|
|
918
911
|
( _unwrapFunction("split", StrProto));
|
|
919
|
-
( _unwrapFunctionWithPoly("split", StrProto,
|
|
912
|
+
( _unwrapFunctionWithPoly("split", StrProto, polyStrSymSplit));
|
|
920
913
|
( _pureAssign(( _pureRef(NumberCls, "isInteger")), _polyNumberIsInteger));
|
|
921
914
|
function _polyNumberIsInteger(value) {
|
|
922
915
|
return isNumber(value) && !isNaN(value) &&
|
|
@@ -1694,7 +1687,7 @@
|
|
|
1694
1687
|
return result;
|
|
1695
1688
|
}
|
|
1696
1689
|
|
|
1697
|
-
var version = '3.3.8-nightly3.2505-
|
|
1690
|
+
var version = '3.3.8-nightly3.2505-18';
|
|
1698
1691
|
var instanceName = "." + newId(6);
|
|
1699
1692
|
var _dataUid = 0;
|
|
1700
1693
|
function _canAcceptData(target) {
|