@microsoft/applicationinsights-react-js 3.3.0-beta.2203-09 → 3.3.0-beta.2203-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.
- package/browser/applicationinsights-react-js.js +10 -4
- package/browser/applicationinsights-react-js.js.map +1 -1
- package/browser/applicationinsights-react-js.min.js +1 -1
- 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 +10 -4
- package/dist/applicationinsights-react-js.js.map +1 -1
- package/dist/applicationinsights-react-js.min.js +1 -1
- 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 +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Plugin, 3.3.0-beta.2203-
|
|
2
|
+
* Application Insights JavaScript SDK - React Plugin, 3.3.0-beta.2203-10
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -98,7 +98,9 @@
|
|
|
98
98
|
var __assignFn = ObjAssign || __objAssignFnImpl;
|
|
99
99
|
var extendStaticsFn = function (d, b) {
|
|
100
100
|
extendStaticsFn = ObjClass["setPrototypeOf"] ||
|
|
101
|
-
({ __proto__: [] } instanceof Array && function (d, b) {
|
|
101
|
+
({ __proto__: [] } instanceof Array && function (d, b) {
|
|
102
|
+
d.__proto__ = b;
|
|
103
|
+
}) ||
|
|
102
104
|
function (d, b) {
|
|
103
105
|
for (var p in b) {
|
|
104
106
|
if (b[strShimHasOwnProperty](p)) {
|
|
@@ -113,7 +115,9 @@
|
|
|
113
115
|
throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
114
116
|
}
|
|
115
117
|
extendStaticsFn(d, b);
|
|
116
|
-
function __() {
|
|
118
|
+
function __() {
|
|
119
|
+
this.constructor = d;
|
|
120
|
+
}
|
|
117
121
|
d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
|
|
118
122
|
}
|
|
119
123
|
|
|
@@ -1363,7 +1367,9 @@
|
|
|
1363
1367
|
var context = {
|
|
1364
1368
|
_next: _moveNext,
|
|
1365
1369
|
ctx: {
|
|
1366
|
-
core: function () {
|
|
1370
|
+
core: function () {
|
|
1371
|
+
return core;
|
|
1372
|
+
},
|
|
1367
1373
|
diagLog: function () {
|
|
1368
1374
|
return safeGetLogger(core, config);
|
|
1369
1375
|
},
|