@microsoft/applicationinsights-channel-js 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/applicationinsights-channel-js.integrity.json +9 -9
- package/browser/applicationinsights-channel-js.js +4 -4
- package/browser/applicationinsights-channel-js.js.map +1 -1
- package/browser/applicationinsights-channel-js.min.js +2 -2
- package/browser/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.api.json +1 -1
- package/dist/applicationinsights-channel-js.d.ts +1 -1
- package/dist/applicationinsights-channel-js.js +4 -4
- package/dist/applicationinsights-channel-js.js.map +1 -1
- package/dist/applicationinsights-channel-js.min.js +2 -2
- package/dist/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +1 -1
- package/dist-esm/EnvelopeCreator.js +2 -2
- package/dist-esm/EnvelopeCreator.js.map +1 -1
- package/dist-esm/Interfaces.js +1 -1
- package/dist-esm/Offline.js +1 -1
- package/dist-esm/SendBuffer.js +1 -1
- package/dist-esm/Sender.js +1 -1
- package/dist-esm/Serializer.js +1 -1
- package/dist-esm/TelemetryProcessors/Sample.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
- package/dist-esm/applicationinsights-channel-js.js +1 -1
- package/package.json +3 -3
- package/src/EnvelopeCreator.ts +2 -2
- package/src/Offline.ts +1 -1
- package/src/SendBuffer.ts +1 -1
- package/src/Sender.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-channel-js",
|
|
3
|
-
"version": "2.7.3-nightly.2201-
|
|
3
|
+
"version": "2.7.3-nightly.2201-02",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-channel-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-xgZFP17XHxlRnnlOhVVcFsWJNzeiD+2CpLK77jyYCek= sha384-h8f5ytFb6btLzZT99OvwHZmQqv1ZfdGzalO+7VTedA+MYBJbObgSE8OZqUugxYkw sha512-3UtfLcV9JAbSg4iWRXBFrjXo9FjCU1QTRK/kDd5XIF8P3Ui9VCyC7szNNaJgjV11+PRZrdXWcYywa1meJex8Mw==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "xgZFP17XHxlRnnlOhVVcFsWJNzeiD+2CpLK77jyYCek=",
|
|
11
|
+
"sha384": "h8f5ytFb6btLzZT99OvwHZmQqv1ZfdGzalO+7VTedA+MYBJbObgSE8OZqUugxYkw",
|
|
12
|
+
"sha512": "3UtfLcV9JAbSg4iWRXBFrjXo9FjCU1QTRK/kDd5XIF8P3Ui9VCyC7szNNaJgjV11+PRZrdXWcYywa1meJex8Mw=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-channel-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-BuiAbftRfnKpuY+qGZgWsGPYRPA/fT9bYZ12/TFxafA= sha384-r6NOY94+41oYwwsDSnCmW0RSMgfBdbLttXLDj6z05/4tS0ovY+ROj7aS5Ra8hRs6 sha512-EC1KPFLt6boxSaUErc/rst/+Yr55OuWjq2sRTMcVlVrEW3PT8umTnjsbXpe6BLGvdMpELM6gfWhzhhLDnQxwbA==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "BuiAbftRfnKpuY+qGZgWsGPYRPA/fT9bYZ12/TFxafA=",
|
|
21
|
+
"sha384": "r6NOY94+41oYwwsDSnCmW0RSMgfBdbLttXLDj6z05/4tS0ovY+ROj7aS5Ra8hRs6",
|
|
22
|
+
"sha512": "EC1KPFLt6boxSaUErc/rst/+Yr55OuWjq2sRTMcVlVrEW3PT8umTnjsbXpe6BLGvdMpELM6gfWhzhhLDnQxwbA=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 2.7.3-nightly.2201-
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.7.3-nightly.2201-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
}
|
|
799
799
|
function useXDomainRequest() {
|
|
800
800
|
if (_useXDomainRequest === null) {
|
|
801
|
-
_useXDomainRequest = (typeof XDomainRequest !== undefined);
|
|
801
|
+
_useXDomainRequest = (typeof XDomainRequest !== "undefined");
|
|
802
802
|
if (_useXDomainRequest && isXhrSupported()) {
|
|
803
803
|
_useXDomainRequest = _useXDomainRequest && !_hasProperty(getGlobalInst("XMLHttpRequest"), "withCredentials");
|
|
804
804
|
}
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
return exceptionData;
|
|
2058
2058
|
};
|
|
2059
2059
|
Exception.prototype.toInterface = function () {
|
|
2060
|
-
var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel
|
|
2060
|
+
var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel, problemGroup = _a.problemGroup, id = _a.id, isManual = _a.isManual;
|
|
2061
2061
|
var exceptionDetailsInterface = exceptions instanceof Array
|
|
2062
2062
|
&& arrMap(exceptions, function (exception) { return exception.toInterface(); })
|
|
2063
2063
|
|| undefined;
|
|
@@ -2832,7 +2832,7 @@
|
|
|
2832
2832
|
}
|
|
2833
2833
|
}
|
|
2834
2834
|
var EnvelopeCreator = {
|
|
2835
|
-
Version: "2.7.3-nightly.2201-
|
|
2835
|
+
Version: "2.7.3-nightly.2201-02"
|
|
2836
2836
|
};
|
|
2837
2837
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
2838
2838
|
EnvelopeCreatorInit(logger, telemetryItem);
|