Package not found. Please check the package name and try again.
@microsoft/applicationinsights-web-basic 2.8.0-beta.2203-09 → 2.8.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/aib.2.8.0-beta.2203-10.integrity.json +26 -0
- package/browser/{aib.2.8.0-beta.2203-09.js → aib.2.8.0-beta.2203-10.js} +15 -7
- package/browser/aib.2.8.0-beta.2203-10.js.map +1 -0
- package/browser/{aib.2.8.0-beta.2203-09.min.js → aib.2.8.0-beta.2203-10.min.js} +3 -3
- package/browser/aib.2.8.0-beta.2203-10.min.js.map +1 -0
- package/browser/aib.2.js +14 -6
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +14 -6
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +1 -1
- package/dist-esm/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +4 -4
- package/browser/aib.2.8.0-beta.2203-09.integrity.json +0 -26
- package/browser/aib.2.8.0-beta.2203-09.js.map +0 -1
- package/browser/aib.2.8.0-beta.2203-09.min.js.map +0 -1
package/browser/aib.2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-10
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -84,7 +84,9 @@
|
|
|
84
84
|
var __assignFn = ObjAssign || __objAssignFnImpl;
|
|
85
85
|
var extendStaticsFn = function (d, b) {
|
|
86
86
|
extendStaticsFn = ObjClass["setPrototypeOf"] ||
|
|
87
|
-
({ __proto__: [] } instanceof Array && function (d, b) {
|
|
87
|
+
({ __proto__: [] } instanceof Array && function (d, b) {
|
|
88
|
+
d.__proto__ = b;
|
|
89
|
+
}) ||
|
|
88
90
|
function (d, b) {
|
|
89
91
|
for (var p in b) {
|
|
90
92
|
if (b[strShimHasOwnProperty](p)) {
|
|
@@ -99,7 +101,9 @@
|
|
|
99
101
|
throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
100
102
|
}
|
|
101
103
|
extendStaticsFn(d, b);
|
|
102
|
-
function __() {
|
|
104
|
+
function __() {
|
|
105
|
+
this.constructor = d;
|
|
106
|
+
}
|
|
103
107
|
d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
|
|
104
108
|
}
|
|
105
109
|
function __spreadArrayFn(to, from) {
|
|
@@ -1610,7 +1614,9 @@
|
|
|
1610
1614
|
var context = {
|
|
1611
1615
|
_next: _moveNext,
|
|
1612
1616
|
ctx: {
|
|
1613
|
-
core: function () {
|
|
1617
|
+
core: function () {
|
|
1618
|
+
return core;
|
|
1619
|
+
},
|
|
1614
1620
|
diagLog: function () {
|
|
1615
1621
|
return safeGetLogger(core, config);
|
|
1616
1622
|
},
|
|
@@ -2262,7 +2268,9 @@
|
|
|
2262
2268
|
}
|
|
2263
2269
|
});
|
|
2264
2270
|
},
|
|
2265
|
-
isInitialized: function () {
|
|
2271
|
+
isInitialized: function () {
|
|
2272
|
+
return isInitialized;
|
|
2273
|
+
},
|
|
2266
2274
|
processTelemetry: function (item, itemCtx) {
|
|
2267
2275
|
_processChannelQueue(channelQueue, itemCtx || _getTelCtx(), function (chainCtx) {
|
|
2268
2276
|
chainCtx[strProcessNext](item);
|
|
@@ -5048,7 +5056,7 @@
|
|
|
5048
5056
|
}
|
|
5049
5057
|
}
|
|
5050
5058
|
var EnvelopeCreator = {
|
|
5051
|
-
Version: "2.8.0-beta.2203-
|
|
5059
|
+
Version: "2.8.0-beta.2203-10"
|
|
5052
5060
|
};
|
|
5053
5061
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
5054
5062
|
EnvelopeCreatorInit(logger, telemetryItem);
|