@microsoft/applicationinsights-channel-js 2.7.3 → 2.7.4-nightly.2201-03
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 +2 -2
- 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 +2 -2
- 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 +57 -54
- package/src/EnvelopeCreator.ts +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-channel-js",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.4-nightly.2201-03",
|
|
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-q31Umv7mXP9U7BRtNyfk3giczc3HzwTfJCne2ykeicI= sha384-HmCLQtZnBjAgCx/CUBDwZX3quaDjFQ1kIKZqHFhHKCtisdCYVLExHyxgOGDqK3zd sha512-Pa3vTO1fPeMZuRj1/Mqg5Di5pDbTC5ZAyLwo1mJPDunuN3JgaZ2cfmifjMVKypg+MRN2g855tGQehs12+lz3Iw==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "q31Umv7mXP9U7BRtNyfk3giczc3HzwTfJCne2ykeicI=",
|
|
11
|
+
"sha384": "HmCLQtZnBjAgCx/CUBDwZX3quaDjFQ1kIKZqHFhHKCtisdCYVLExHyxgOGDqK3zd",
|
|
12
|
+
"sha512": "Pa3vTO1fPeMZuRj1/Mqg5Di5pDbTC5ZAyLwo1mJPDunuN3JgaZ2cfmifjMVKypg+MRN2g855tGQehs12+lz3Iw=="
|
|
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-5tRxSUqdHHJw9wYjenpUfX992b/3UpDGqO91in3wFww= sha384-TEaGfMCDsEeFSSm6IN8YRcobM/T08Ls4qRwX781IjQjAdaXyE4gDu2SF2GlY+IK7 sha512-+N+5/6lFZ0IqhYFNvBX9I9pWtbe3vDtfvTWRlVxnEhIkQWWMFdaRoDExby7kvhEElo+Y1njnJ6tgRPg7C1v3xg==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "5tRxSUqdHHJw9wYjenpUfX992b/3UpDGqO91in3wFww=",
|
|
21
|
+
"sha384": "TEaGfMCDsEeFSSm6IN8YRcobM/T08Ls4qRwX781IjQjAdaXyE4gDu2SF2GlY+IK7",
|
|
22
|
+
"sha512": "+N+5/6lFZ0IqhYFNvBX9I9pWtbe3vDtfvTWRlVxnEhIkQWWMFdaRoDExby7kvhEElo+Y1njnJ6tgRPg7C1v3xg=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 2.7.
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.7.4-nightly.2201-03
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
}
|
|
2843
2843
|
}
|
|
2844
2844
|
var EnvelopeCreator = {
|
|
2845
|
-
Version: "2.7.
|
|
2845
|
+
Version: "2.7.4-nightly.2201-03"
|
|
2846
2846
|
};
|
|
2847
2847
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
2848
2848
|
EnvelopeCreatorInit(logger, telemetryItem);
|