@microsoft/applicationinsights-web-basic 2.7.3-nightly.2201-01 → 2.7.3-nightly.2201-02
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.7.3-nightly.2201-02.integrity.json +26 -0
- package/browser/{aib.2.7.3-nightly.2201-01.js → aib.2.7.3-nightly.2201-02.js} +5 -5
- package/browser/aib.2.7.3-nightly.2201-02.js.map +1 -0
- package/browser/aib.2.7.3-nightly.2201-02.min.js +6 -0
- package/browser/aib.2.7.3-nightly.2201-02.min.js.map +1 -0
- package/browser/aib.2.js +4 -4
- 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.api.json +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +4 -4
- 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/package.json +4 -4
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.2.7.3-nightly.2201-01.integrity.json +0 -26
- package/browser/aib.2.7.3-nightly.2201-01.js.map +0 -1
- package/browser/aib.2.7.3-nightly.2201-01.min.js +0 -6
- package/browser/aib.2.7.3-nightly.2201-01.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.7.3-nightly.2201-
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.7.3-nightly.2201-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
}
|
|
923
923
|
function useXDomainRequest() {
|
|
924
924
|
if (_useXDomainRequest === null) {
|
|
925
|
-
_useXDomainRequest = (typeof XDomainRequest !== undefined);
|
|
925
|
+
_useXDomainRequest = (typeof XDomainRequest !== "undefined");
|
|
926
926
|
if (_useXDomainRequest && isXhrSupported()) {
|
|
927
927
|
_useXDomainRequest = _useXDomainRequest && !_hasProperty(getGlobalInst("XMLHttpRequest"), "withCredentials");
|
|
928
928
|
}
|
|
@@ -3075,7 +3075,7 @@
|
|
|
3075
3075
|
return exceptionData;
|
|
3076
3076
|
};
|
|
3077
3077
|
Exception.prototype.toInterface = function () {
|
|
3078
|
-
var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel
|
|
3078
|
+
var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel, problemGroup = _a.problemGroup, id = _a.id, isManual = _a.isManual;
|
|
3079
3079
|
var exceptionDetailsInterface = exceptions instanceof Array
|
|
3080
3080
|
&& arrMap(exceptions, function (exception) { return exception.toInterface(); })
|
|
3081
3081
|
|| undefined;
|
|
@@ -3859,7 +3859,7 @@
|
|
|
3859
3859
|
}
|
|
3860
3860
|
}
|
|
3861
3861
|
var EnvelopeCreator = {
|
|
3862
|
-
Version: "2.7.3-nightly.2201-
|
|
3862
|
+
Version: "2.7.3-nightly.2201-02"
|
|
3863
3863
|
};
|
|
3864
3864
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
3865
3865
|
EnvelopeCreatorInit(logger, telemetryItem);
|