@microsoft/applicationinsights-channel-js 2.7.2-nightly.2111-08 → 2.7.2-nightly.2111-09

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.
Files changed (38) hide show
  1. package/Tests/Unit/src/Sample.tests.ts +154 -0
  2. package/Tests/Unit/src/Sender.tests.ts +1578 -0
  3. package/Tests/Unit/src/aichannel.tests.ts +7 -0
  4. package/Tests/UnitTests.html +53 -0
  5. package/Tests/tsconfig.json +17 -0
  6. package/api-extractor.json +361 -0
  7. package/applicationinsights-channel-js.build.error.log +20 -0
  8. package/applicationinsights-channel-js.build.log +265 -0
  9. package/browser/applicationinsights-channel-js.integrity.json +9 -9
  10. package/browser/applicationinsights-channel-js.js +2 -2
  11. package/browser/applicationinsights-channel-js.js.map +1 -1
  12. package/browser/applicationinsights-channel-js.min.js +2 -2
  13. package/browser/applicationinsights-channel-js.min.js.map +1 -1
  14. package/dist/applicationinsights-channel-js.api.json +1 -1
  15. package/dist/applicationinsights-channel-js.d.ts +1 -1
  16. package/dist/applicationinsights-channel-js.js +2 -2
  17. package/dist/applicationinsights-channel-js.js.map +1 -1
  18. package/dist/applicationinsights-channel-js.min.js +2 -2
  19. package/dist/applicationinsights-channel-js.min.js.map +1 -1
  20. package/dist/applicationinsights-channel-js.rollup.d.ts +1 -1
  21. package/dist-esm/EnvelopeCreator.js +2 -2
  22. package/dist-esm/EnvelopeCreator.js.map +1 -1
  23. package/dist-esm/Interfaces.js +1 -1
  24. package/dist-esm/Offline.js +1 -1
  25. package/dist-esm/SendBuffer.js +1 -1
  26. package/dist-esm/Sender.js +1 -1
  27. package/dist-esm/Serializer.js +1 -1
  28. package/dist-esm/TelemetryProcessors/Sample.js +1 -1
  29. package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
  30. package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
  31. package/dist-esm/applicationinsights-channel-js.js +1 -1
  32. package/microsoft-applicationinsights-channel-js-2.7.2-nightly.2111-09.tgz +0 -0
  33. package/package.json +3 -3
  34. package/rollup.config.js +139 -0
  35. package/src/EnvelopeCreator.ts +1 -1
  36. package/temp/applicationinsights-channel-js.api.md +62 -0
  37. package/tslint.json +8 -0
  38. package/types/tsdoc-metadata.json +1 -1
@@ -0,0 +1,265 @@
1
+ Unable to calculate incremental build state: Error: Cannot read property 'readFile' of undefined
2
+ Error loading config file: D:\a\1\s\channels\applicationinsights-channel-js\config\rig.json
3
+
4
+ Rush will proceed without incremental build, caching, and change detection.
5
+
6
+ Invoking: npm run build
7
+
8
+
9
+ > @microsoft/applicationinsights-channel-js@2.7.2-nightly.2111-09 build D:\a\1\s\channels\applicationinsights-channel-js
10
+ > npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen
11
+
12
+
13
+ > @microsoft/applicationinsights-channel-js@2.7.2-nightly.2111-09 build:esm D:\a\1\s\channels\applicationinsights-channel-js
14
+ > grunt aichannel
15
+
16
+ (node:724) ExperimentalWarning: The fs.promises API is experimental
17
+ Running "eslint-ts:aichannel-lint-fix" (eslint-ts) task
18
+ grunt-eslint-typescript options: [object Object]{
19
+ "format": "codeframe",
20
+ "fix": true
21
+ }
22
+ >> The rootDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
23
+ >> - [./channels/applicationinsights-channel-js/src] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\channels\applicationinsights-channel-js\src]
24
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\src]
25
+ >> -- Update or remove to fix this warning
26
+ >> The declarationDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
27
+ >> - [channels/applicationinsights-channel-js/types] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\src\channels\applicationinsights-channel-js\types]
28
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\types]
29
+ >> -- Update or remove to fix this warning
30
+ Using tsconfig: ./channels/applicationinsights-channel-js/tsconfig.json
31
+ Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
32
+ Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
33
+ Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
34
+ Using EsLint Options: [object Object]{
35
+ "baseConfig": {
36
+ "parserOptions": {
37
+ "project": "./channels/applicationinsights-channel-js/tsconfig.json"
38
+ },
39
+ "plugins": [
40
+ "@typescript-eslint",
41
+ "security"
42
+ ],
43
+ "extends": [
44
+ "eslint:recommended",
45
+ "plugin:@typescript-eslint/recommended",
46
+ "plugin:security/recommended"
47
+ ],
48
+ "parser": "@typescript-eslint/parser",
49
+ "rules": {}
50
+ },
51
+ "fix": true
52
+ }
53
+ Linting 1 files...
54
+ - ./channels/applicationinsights-channel-js/./src/**/*.ts
55
+
56
+ 10 Linting Results
57
+ No lint fixes identified...
58
+ warning: 'EventHelper' is defined but never used (@typescript-eslint/no-unused-vars) at channels\applicationinsights-channel-js\src\Offline.ts:1:10:
59
+ > 1 | import { EventHelper, getWindow, getDocument, getNavigator, isUndefined, isNullOrUndefined, attachEvent } from "@microsoft/applicationinsights-core-js";
60
+ | ^
61
+ 2 | import dynamicProto from "@microsoft/dynamicproto-js";
62
+ 3 |
63
+ 4 | /**
64
+
65
+
66
+ warning: '_lastSend' is assigned a value but never used (@typescript-eslint/no-unused-vars) at channels\applicationinsights-channel-js\src\Sender.ts:450:29:
67
+ 448 |
68
+ 449 | // update lastSend time to enable throttling
69
+ > 450 | _lastSend = +new Date;
70
+ | ^
71
+ 451 | } else {
72
+ 452 | buffer.clear();
73
+ 453 | }
74
+
75
+
76
+ warning: Found non-literal argument to RegExp Constructor (security/detect-non-literal-regexp) at channels\applicationinsights-channel-js\src\Sender.ts:1026:32:
77
+ 1024 | }
78
+ 1025 | const UUID_Regex = "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$";
79
+ > 1026 | const regexp = new RegExp(UUID_Regex);
80
+ | ^
81
+ 1027 | return regexp.test(config.instrumentationKey);
82
+ 1028 | }
83
+ 1029 |
84
+
85
+
86
+ 3 warnings found.
87
+
88
+ Running "ts:aichannel" (ts) task
89
+ Module Path: D:/a/1/s/node_modules/@nevware21/grunt-ts-plugin
90
+ Using tsc version: 4.4.4 via grunt-ts-plugin v0.4.3
91
+ >> The rootDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
92
+ >> - [./channels/applicationinsights-channel-js/src] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\channels\applicationinsights-channel-js\src]
93
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\src]
94
+ >> -- Update or remove to fix this warning
95
+ >> The declarationDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
96
+ >> - [channels/applicationinsights-channel-js/types] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\src\channels\applicationinsights-channel-js\types]
97
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\types]
98
+ >> -- Update or remove to fix this warning
99
+ Ts-Plugin...
100
+ rootDir from [cwd:D:\a\1\s]
101
+ - TSConfig: D:\a\1\s\channels\applicationinsights-channel-js
102
+ - Project : <assuming tsconfig location>
103
+ - Actual : D:\a\1\s\channels\applicationinsights-channel-js\src
104
+ Ts-Plugin Invoking: D:\a\1\s\node_modules\typescript\bin\tsc @tscommand-422d0286.tmp
105
+ Contents...
106
+ --declarationDir channels/applicationinsights-channel-js/types
107
+ --rootDir channels/applicationinsights-channel-js/src
108
+ --project ./channels/applicationinsights-channel-js/tsconfig.json
109
+
110
+ TypeScript compiliation completed: 2.80s
111
+
112
+ Running "eslint-ts:aichannel-lint" (eslint-ts) task
113
+ grunt-eslint-typescript options: [object Object]{
114
+ "format": "codeframe"
115
+ }
116
+ >> The rootDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
117
+ >> - [./channels/applicationinsights-channel-js/src] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\channels\applicationinsights-channel-js\src]
118
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\src]
119
+ >> -- Update or remove to fix this warning
120
+ >> The declarationDir specified in your project file [./channels/applicationinsights-channel-js/tsconfig.json] is invalid as it assumes the current working directory.
121
+ >> - [channels/applicationinsights-channel-js/types] resolves to [D:\a\1\s\channels\applicationinsights-channel-js\src\channels\applicationinsights-channel-js\types]
122
+ >> - Overridding to use: [D:\a\1\s\channels\applicationinsights-channel-js\types]
123
+ >> -- Update or remove to fix this warning
124
+ Using tsconfig: ./channels/applicationinsights-channel-js/tsconfig.json
125
+ Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
126
+ Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
127
+ Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
128
+ Using EsLint Options: [object Object]{
129
+ "baseConfig": {
130
+ "parserOptions": {
131
+ "project": "./channels/applicationinsights-channel-js/tsconfig.json"
132
+ },
133
+ "plugins": [
134
+ "@typescript-eslint",
135
+ "security"
136
+ ],
137
+ "extends": [
138
+ "eslint:recommended",
139
+ "plugin:@typescript-eslint/recommended",
140
+ "plugin:security/recommended"
141
+ ],
142
+ "parser": "@typescript-eslint/parser",
143
+ "rules": {}
144
+ }
145
+ }
146
+ Linting 1 files...
147
+ - ./channels/applicationinsights-channel-js/./src/**/*.ts
148
+
149
+ 10 Linting Results
150
+ No lint fixes identified...
151
+ warning: 'EventHelper' is defined but never used (@typescript-eslint/no-unused-vars) at channels\applicationinsights-channel-js\src\Offline.ts:1:10:
152
+ > 1 | import { EventHelper, getWindow, getDocument, getNavigator, isUndefined, isNullOrUndefined, attachEvent } from "@microsoft/applicationinsights-core-js";
153
+ | ^
154
+ 2 | import dynamicProto from "@microsoft/dynamicproto-js";
155
+ 3 |
156
+ 4 | /**
157
+
158
+
159
+ warning: '_lastSend' is assigned a value but never used (@typescript-eslint/no-unused-vars) at channels\applicationinsights-channel-js\src\Sender.ts:450:29:
160
+ 448 |
161
+ 449 | // update lastSend time to enable throttling
162
+ > 450 | _lastSend = +new Date;
163
+ | ^
164
+ 451 | } else {
165
+ 452 | buffer.clear();
166
+ 453 | }
167
+
168
+
169
+ warning: Found non-literal argument to RegExp Constructor (security/detect-non-literal-regexp) at channels\applicationinsights-channel-js\src\Sender.ts:1026:32:
170
+ 1024 | }
171
+ 1025 | const UUID_Regex = "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$";
172
+ > 1026 | const regexp = new RegExp(UUID_Regex);
173
+ | ^
174
+ 1027 | return regexp.test(config.instrumentationKey);
175
+ 1028 | }
176
+ 1029 |
177
+
178
+
179
+ 3 warnings found.
180
+
181
+ Done.
182
+
183
+ > @microsoft/applicationinsights-channel-js@2.7.2-nightly.2111-09 build:browser D:\a\1\s\channels\applicationinsights-channel-js
184
+ > rollup -c
185
+
186
+ Loading - ./dist-esm/applicationinsights-channel-js.js
187
+ Rewriting Map file - ./dist-esm/applicationinsights-channel-js.js.map
188
+ Loading - ./dist-esm/EnvelopeCreator.js
189
+ Replacing [import { __assign } from "tslib";] with [import { __assignFn as __assign } from "@microsoft/applicationinsights-shims";]
190
+ Rewriting Map file - ./dist-esm/EnvelopeCreator.js.map
191
+ Loading - ./dist-esm/Interfaces.js
192
+ Rewriting Map file - ./dist-esm/Interfaces.js.map
193
+ Loading - ./dist-esm/Offline.js
194
+ Prototypes removed...
195
+ Line Changed: OfflineListener.prototype.isOnline = function () {
196
+ Detected Removed lines 66 to 73
197
+ Rewriting Map file - ./dist-esm/Offline.js.map
198
+ Loading - ./dist-esm/SendBuffer.js
199
+ Prototypes removed...
200
+ Line Changed: BaseSendBuffer.prototype.enqueue = function (payload) {
201
+ Detected Removed lines 59 to 80
202
+ Line Changed: ArraySendBuffer.prototype.markAsSent = function (payload) {
203
+ Detected Removed lines 100 to 105
204
+ Line Changed: SessionStorageSendBuffer.prototype.enqueue = function (payload) {
205
+ Detected Removed lines 211 to 222
206
+ Replacing [import { __extends } from "tslib";] with [import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";]
207
+ Rewriting Map file - ./dist-esm/SendBuffer.js.map
208
+ Loading - ./dist-esm/Sender.js
209
+ Prototypes removed...
210
+ Line Changed: /**
211
+ Detected Removed lines 838 to 923
212
+ Replacing [import { __assign, __extends } from "tslib";] with [import { __assignFn as __assign, __extendsFn as __extends } from "@microsoft/applicationinsights-shims";]
213
+ Rewriting Map file - ./dist-esm/Sender.js.map
214
+ Loading - ./dist-esm/Serializer.js
215
+ Prototypes removed...
216
+ Line Changed: /**
217
+ Detected Removed lines 157 to 163
218
+ Rewriting Map file - ./dist-esm/Serializer.js.map
219
+ Loading - ./dist-esm/TelemetryProcessors/Sample.js
220
+ Rewriting Map file - ./dist-esm/TelemetryProcessors/Sample.js.map
221
+ Loading - ./dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js
222
+ Rewriting Map file - ./dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js.map
223
+ Loading - ./dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js
224
+ Rewriting Map file - ./dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js.map
225
+
226
+ dist-esm/applicationinsights-channel-js.js → dist/applicationinsights-channel-js.min.js...
227
+ created dist/applicationinsights-channel-js.min.js in 4.9s
228
+
229
+ dist-esm/applicationinsights-channel-js.js → dist/applicationinsights-channel-js.js...
230
+ created dist/applicationinsights-channel-js.js in 1.1s
231
+
232
+ dist-esm/applicationinsights-channel-js.js → browser/applicationinsights-channel-js.min.js...
233
+ created browser/applicationinsights-channel-js.min.js in 4s
234
+
235
+ dist-esm/applicationinsights-channel-js.js → browser/applicationinsights-channel-js.js...
236
+ created browser/applicationinsights-channel-js.js in 1.2s
237
+
238
+ > @microsoft/applicationinsights-channel-js@2.7.2-nightly.2111-09 sri D:\a\1\s\channels\applicationinsights-channel-js
239
+ > node ../../tools/subResourceIntegrity/generateIntegrityFile.js
240
+
241
+ Loading - ./browser/applicationinsights-channel-js.js (Extension) => (["./browser/applicationinsights-channel-js.js","./browser/applicationinsights-channel-js","2.7.2-nightly.2111-09","js"])
242
+ Loading - ./browser/applicationinsights-channel-js.min.js (Extension) => (["./browser/applicationinsights-channel-js.min.js","./browser/applicationinsights-channel-js","2.7.2-nightly.2111-09","min.js"])
243
+ Writing - ./browser/applicationinsights-channel-js.integrity.json
244
+
245
+ > @microsoft/applicationinsights-channel-js@2.7.2-nightly.2111-09 dtsgen D:\a\1\s\channels\applicationinsights-channel-js
246
+ > api-extractor run --local && node ../../scripts/dtsgen.js "Microsoft Application Insights JavaScript SDK Channel"
247
+
248
+
249
+ api-extractor 7.18.19 - https://api-extractor.com/
250
+
251
+ Using configuration from ./api-extractor.json
252
+ Analysis will use the bundled TypeScript version 4.4.4
253
+ Warning: The API report file was missing, so a new file was created. Please add this file to Git:
254
+ D:\a\1\s\channels\applicationinsights-channel-js\dist\applicationinsights-channel-js.api.md
255
+ Warning: types/Interfaces.d.ts:33:59 - (tsdoc-malformed-html-name) Invalid HTML element: A space is not allowed here
256
+ Warning: types/Sender.d.ts:59:21 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
257
+ Warning: types/Sender.d.ts:60:28 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
258
+ Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:6:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
259
+ Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:7:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
260
+
261
+ API Extractor completed successfully
262
+ Using Package: D:\a\1\s\channels\applicationinsights-channel-js\package.json, current path cwd D:\a\1\s\channels\applicationinsights-channel-js
263
+ Transforming: D:\a\1\s\channels\applicationinsights-channel-js\dist\applicationinsights-channel-js.d.ts
264
+ File...
265
+ Lines: 234
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "applicationinsights-channel-js",
3
- "version": "2.7.2-nightly.2111-08",
3
+ "version": "2.7.2-nightly.2111-09",
4
4
  "ext": {
5
5
  "@js": {
6
6
  "file": "applicationinsights-channel-js.js",
7
7
  "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-wYToStyg8vOXqo5KEEs/Qoyn/+C+Yth2UISdijPbiNc= sha384-xrOk9+BIQo2bJE3A6yWk5gRZvADHwqoE22x4ToX40sFPFfqNu5ZwnGkP49vSHoou sha512-60/l6BBd/CHm3ncv+o4t9TZe9SOCGHTqfluN8XNTXIXcFpiB7e7++JVE6YKausQOga17zFyJ1HktPwiUBVZ0WA==",
8
+ "integrity": "sha256-zVWUvQoPiXj453JXuuywzIX9nLIJK3Hyof+3BXpkL2g= sha384-Lg30GyNPRcPM9iYzprPmQqoXJrG7FobiQrXjwK86qxEBEiVXWd7NPHVMlLb/neWf sha512-snE7BEFsVm0NIZc3+AKTxrpty9uMb27Pp+nNMnKEOPh2uwZIKMFy4al41lG9fnP1oLH1+ewY177RQNXIJlSKFQ==",
9
9
  "hashes": {
10
- "sha256": "wYToStyg8vOXqo5KEEs/Qoyn/+C+Yth2UISdijPbiNc=",
11
- "sha384": "xrOk9+BIQo2bJE3A6yWk5gRZvADHwqoE22x4ToX40sFPFfqNu5ZwnGkP49vSHoou",
12
- "sha512": "60/l6BBd/CHm3ncv+o4t9TZe9SOCGHTqfluN8XNTXIXcFpiB7e7++JVE6YKausQOga17zFyJ1HktPwiUBVZ0WA=="
10
+ "sha256": "zVWUvQoPiXj453JXuuywzIX9nLIJK3Hyof+3BXpkL2g=",
11
+ "sha384": "Lg30GyNPRcPM9iYzprPmQqoXJrG7FobiQrXjwK86qxEBEiVXWd7NPHVMlLb/neWf",
12
+ "sha512": "snE7BEFsVm0NIZc3+AKTxrpty9uMb27Pp+nNMnKEOPh2uwZIKMFy4al41lG9fnP1oLH1+ewY177RQNXIJlSKFQ=="
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-mKdhUi0etozGB9kkRonJOKu9CnxrxlknfaVoLT+Jk3k= sha384-YSH1sNwveDiY/qh2ul5EsmbkI2D8hLcZYI1nUMfJCg86nM/KPvnKAwQ/14s4qNuA sha512-ueroMPpcVyJlIb7mtnFT05BtGh25wnl9Uhwp9FvUQS597pa7z65FZ5RXaVbgBu0DTn68aTALu63Ng0A5mMrbcA==",
18
+ "integrity": "sha256-bnNyIENHEKer1CqvajDJjf2tg0c9ThqTKHqpShB29/E= sha384-U3BquMiFRVOY0NBUB64Zbx4bdGxXBzVFjPIqCVPW/TzR2Rrt5v4vVTJQCqVljosE sha512-QUuTYfXHdy1QLxrf65Y3OH0ZvVMlAtyMwxS4/uiKaGvaCWPa0QBg9qbYMvtCSctjRz3Phz8uSetJAG9jqrR8og==",
19
19
  "hashes": {
20
- "sha256": "mKdhUi0etozGB9kkRonJOKu9CnxrxlknfaVoLT+Jk3k=",
21
- "sha384": "YSH1sNwveDiY/qh2ul5EsmbkI2D8hLcZYI1nUMfJCg86nM/KPvnKAwQ/14s4qNuA",
22
- "sha512": "ueroMPpcVyJlIb7mtnFT05BtGh25wnl9Uhwp9FvUQS597pa7z65FZ5RXaVbgBu0DTn68aTALu63Ng0A5mMrbcA=="
20
+ "sha256": "bnNyIENHEKer1CqvajDJjf2tg0c9ThqTKHqpShB29/E=",
21
+ "sha384": "U3BquMiFRVOY0NBUB64Zbx4bdGxXBzVFjPIqCVPW/TzR2Rrt5v4vVTJQCqVljosE",
22
+ "sha512": "QUuTYfXHdy1QLxrf65Y3OH0ZvVMlAtyMwxS4/uiKaGvaCWPa0QBg9qbYMvtCSctjRz3Phz8uSetJAG9jqrR8og=="
23
23
  }
24
24
  }
25
25
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Channel, 2.7.2-nightly.2111-08
2
+ * Application Insights JavaScript SDK - Channel, 2.7.2-nightly.2111-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2797,7 +2797,7 @@
2797
2797
  }
2798
2798
  }
2799
2799
  var EnvelopeCreator = {
2800
- Version: "2.7.2-nightly.2111-08"
2800
+ Version: "2.7.2-nightly.2111-09"
2801
2801
  };
2802
2802
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
2803
2803
  EnvelopeCreatorInit(logger, telemetryItem);