@microsoft/applicationinsights-channel-js 2.8.15 → 2.8.16-nightly.2308-04
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 +3 -3
- 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.d.ts +1 -1
- package/dist/applicationinsights-channel-js.js +3 -3
- 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/InternalConstants.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/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-channel-js.js +1 -1
- package/package.json +61 -58
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-channel-js",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.16-nightly.2308-04",
|
|
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-lc7gMUJ3OKO7qcZRb6E0YauUG60gGTMAKXMD8R55hSc= sha384-PTr47C89QVbDF2NwBNLkJTnWBF6eHZC6mqYNwFxT00KVRt1y9/WY7PDkWY/8yBum sha512-6p9uzsrzDVI23PfL+CJ9N6Bneu1GZJxDqtGJrN5Um3jF2Fr1yihHuLi4Y6kyPfwoza6ZiRcpS+wJnaa4AP6W8w==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "lc7gMUJ3OKO7qcZRb6E0YauUG60gGTMAKXMD8R55hSc=",
|
|
11
|
+
"sha384": "PTr47C89QVbDF2NwBNLkJTnWBF6eHZC6mqYNwFxT00KVRt1y9/WY7PDkWY/8yBum",
|
|
12
|
+
"sha512": "6p9uzsrzDVI23PfL+CJ9N6Bneu1GZJxDqtGJrN5Um3jF2Fr1yihHuLi4Y6kyPfwoza6ZiRcpS+wJnaa4AP6W8w=="
|
|
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-FHkUoBj0NWCkcMSeM0q5+8so1jG32BgBQzlWogBv1ss= sha384-v+/NqpsCYBZJyM5D78gRBz710Qm215mc5c+QwttSQ3j3RJUS9FWQZI+D4UIREWWG sha512-t6/ELDR/yRJnCxv0tr5SBnUQd/C/HSUKpOG/VPIAuY46oZBYJ9P9zSoClC+fGLSCcJ1TuNdup4jm/lqntIcNAw==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "FHkUoBj0NWCkcMSeM0q5+8so1jG32BgBQzlWogBv1ss=",
|
|
21
|
+
"sha384": "v+/NqpsCYBZJyM5D78gRBz710Qm215mc5c+QwttSQ3j3RJUS9FWQZI+D4UIREWWG",
|
|
22
|
+
"sha512": "t6/ELDR/yRJnCxv0tr5SBnUQd/C/HSUKpOG/VPIAuY46oZBYJ9P9zSoClC+fGLSCcJ1TuNdup4jm/lqntIcNAw=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.8.16-nightly.2308-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -1382,7 +1382,7 @@ function newId(maxLength) {
|
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
1384
|
var _objDefineProperty = ObjDefineProperty;
|
|
1385
|
-
var version =
|
|
1385
|
+
var version = "2.8.16-nightly.2308-04";
|
|
1386
1386
|
var instanceName = "." + newId(6);
|
|
1387
1387
|
var _dataUid = 0;
|
|
1388
1388
|
function _createAccessor(target, prop, value) {
|
|
@@ -3481,7 +3481,7 @@ function EnvelopeCreatorInit(logger, telemetryItem) {
|
|
|
3481
3481
|
}
|
|
3482
3482
|
}
|
|
3483
3483
|
var EnvelopeCreator = {
|
|
3484
|
-
Version:
|
|
3484
|
+
Version: "2.8.16-nightly.2308-04"
|
|
3485
3485
|
};
|
|
3486
3486
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
3487
3487
|
EnvelopeCreatorInit(logger, telemetryItem);
|