@microsoft/applicationinsights-web-basic 2.8.0-beta.2203-08 → 2.8.0-beta.2203-11
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.8.0-beta.2203-11.integrity.json +26 -0
- package/browser/{aib.2.8.0-beta.2203-08.js → aib.2.8.0-beta.2203-11.js} +167 -151
- package/browser/aib.2.8.0-beta.2203-11.js.map +1 -0
- package/browser/aib.2.8.0-beta.2203-11.min.js +6 -0
- package/browser/aib.2.8.0-beta.2203-11.min.js.map +1 -0
- package/browser/aib.2.js +166 -150
- 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 +3417 -278
- package/dist/applicationinsights-web-basic.api.md +322 -9
- package/dist/applicationinsights-web-basic.d.ts +57 -6
- package/dist/applicationinsights-web-basic.js +166 -150
- 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 +64 -13
- package/dist-esm/index.js +47 -57
- package/dist-esm/index.js.map +1 -1
- package/package.json +8 -6
- package/src/index.ts +203 -0
- package/tsconfig.json +7 -3
- package/types/index.d.ts +34 -5
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.2.8.0-beta.2203-08.integrity.json +0 -26
- package/browser/aib.2.8.0-beta.2203-08.js.map +0 -1
- package/browser/aib.2.8.0-beta.2203-08.min.js +0 -6
- package/browser/aib.2.8.0-beta.2203-08.min.js.map +0 -1
- package/index.ts +0 -125
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.19.
|
|
4
|
+
"toolVersion": "7.19.5",
|
|
5
5
|
"schemaVersion": 1004,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -170,98 +170,2189 @@
|
|
|
170
170
|
"name": "",
|
|
171
171
|
"members": [
|
|
172
172
|
{
|
|
173
|
-
"kind": "
|
|
174
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
173
|
+
"kind": "Enum",
|
|
174
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId:enum",
|
|
175
175
|
"docComment": "",
|
|
176
176
|
"excerptTokens": [
|
|
177
177
|
{
|
|
178
178
|
"kind": "Content",
|
|
179
|
-
"text": "export declare
|
|
179
|
+
"text": "export declare const enum _eInternalMessageId "
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"releaseTag": "Public",
|
|
183
|
+
"name": "_eInternalMessageId",
|
|
184
|
+
"members": [
|
|
185
|
+
{
|
|
186
|
+
"kind": "EnumMember",
|
|
187
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserCannotReadLocalStorage:member",
|
|
188
|
+
"docComment": "",
|
|
189
|
+
"excerptTokens": [
|
|
190
|
+
{
|
|
191
|
+
"kind": "Content",
|
|
192
|
+
"text": "BrowserCannotReadLocalStorage = "
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"kind": "Content",
|
|
196
|
+
"text": "1"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"releaseTag": "Public",
|
|
200
|
+
"name": "BrowserCannotReadLocalStorage",
|
|
201
|
+
"initializerTokenRange": {
|
|
202
|
+
"startIndex": 1,
|
|
203
|
+
"endIndex": 2
|
|
204
|
+
}
|
|
180
205
|
},
|
|
181
206
|
{
|
|
182
|
-
"kind": "
|
|
183
|
-
"
|
|
184
|
-
"
|
|
207
|
+
"kind": "EnumMember",
|
|
208
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserCannotReadSessionStorage:member",
|
|
209
|
+
"docComment": "",
|
|
210
|
+
"excerptTokens": [
|
|
211
|
+
{
|
|
212
|
+
"kind": "Content",
|
|
213
|
+
"text": "BrowserCannotReadSessionStorage = "
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "Content",
|
|
217
|
+
"text": "2"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"releaseTag": "Public",
|
|
221
|
+
"name": "BrowserCannotReadSessionStorage",
|
|
222
|
+
"initializerTokenRange": {
|
|
223
|
+
"startIndex": 1,
|
|
224
|
+
"endIndex": 2
|
|
225
|
+
}
|
|
185
226
|
},
|
|
186
227
|
{
|
|
187
|
-
"kind": "
|
|
188
|
-
"
|
|
228
|
+
"kind": "EnumMember",
|
|
229
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserCannotWriteLocalStorage:member",
|
|
230
|
+
"docComment": "",
|
|
231
|
+
"excerptTokens": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "Content",
|
|
234
|
+
"text": "BrowserCannotWriteLocalStorage = "
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"kind": "Content",
|
|
238
|
+
"text": "3"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"releaseTag": "Public",
|
|
242
|
+
"name": "BrowserCannotWriteLocalStorage",
|
|
243
|
+
"initializerTokenRange": {
|
|
244
|
+
"startIndex": 1,
|
|
245
|
+
"endIndex": 2
|
|
246
|
+
}
|
|
189
247
|
},
|
|
190
248
|
{
|
|
191
|
-
"kind": "
|
|
192
|
-
"
|
|
249
|
+
"kind": "EnumMember",
|
|
250
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserCannotWriteSessionStorage:member",
|
|
251
|
+
"docComment": "",
|
|
252
|
+
"excerptTokens": [
|
|
253
|
+
{
|
|
254
|
+
"kind": "Content",
|
|
255
|
+
"text": "BrowserCannotWriteSessionStorage = "
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"kind": "Content",
|
|
259
|
+
"text": "4"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"releaseTag": "Public",
|
|
263
|
+
"name": "BrowserCannotWriteSessionStorage",
|
|
264
|
+
"initializerTokenRange": {
|
|
265
|
+
"startIndex": 1,
|
|
266
|
+
"endIndex": 2
|
|
267
|
+
}
|
|
193
268
|
},
|
|
194
269
|
{
|
|
195
|
-
"kind": "
|
|
196
|
-
"
|
|
197
|
-
"
|
|
270
|
+
"kind": "EnumMember",
|
|
271
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserDoesNotSupportLocalStorage:member",
|
|
272
|
+
"docComment": "",
|
|
273
|
+
"excerptTokens": [
|
|
274
|
+
{
|
|
275
|
+
"kind": "Content",
|
|
276
|
+
"text": "BrowserDoesNotSupportLocalStorage = "
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"kind": "Content",
|
|
280
|
+
"text": "0"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"releaseTag": "Public",
|
|
284
|
+
"name": "BrowserDoesNotSupportLocalStorage",
|
|
285
|
+
"initializerTokenRange": {
|
|
286
|
+
"startIndex": 1,
|
|
287
|
+
"endIndex": 2
|
|
288
|
+
}
|
|
198
289
|
},
|
|
199
290
|
{
|
|
200
|
-
"kind": "
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
291
|
+
"kind": "EnumMember",
|
|
292
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserFailedRemovalFromLocalStorage:member",
|
|
293
|
+
"docComment": "",
|
|
294
|
+
"excerptTokens": [
|
|
295
|
+
{
|
|
296
|
+
"kind": "Content",
|
|
297
|
+
"text": "BrowserFailedRemovalFromLocalStorage = "
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "Content",
|
|
301
|
+
"text": "5"
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"releaseTag": "Public",
|
|
305
|
+
"name": "BrowserFailedRemovalFromLocalStorage",
|
|
306
|
+
"initializerTokenRange": {
|
|
307
|
+
"startIndex": 1,
|
|
308
|
+
"endIndex": 2
|
|
309
|
+
}
|
|
310
|
+
},
|
|
207
311
|
{
|
|
208
|
-
"kind": "
|
|
209
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
210
|
-
"docComment": "
|
|
312
|
+
"kind": "EnumMember",
|
|
313
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.BrowserFailedRemovalFromSessionStorage:member",
|
|
314
|
+
"docComment": "",
|
|
211
315
|
"excerptTokens": [
|
|
212
316
|
{
|
|
213
317
|
"kind": "Content",
|
|
214
|
-
"text": "
|
|
318
|
+
"text": "BrowserFailedRemovalFromSessionStorage = "
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"kind": "Content",
|
|
322
|
+
"text": "6"
|
|
215
323
|
}
|
|
216
324
|
],
|
|
217
325
|
"releaseTag": "Public",
|
|
218
|
-
"
|
|
219
|
-
"
|
|
326
|
+
"name": "BrowserFailedRemovalFromSessionStorage",
|
|
327
|
+
"initializerTokenRange": {
|
|
328
|
+
"startIndex": 1,
|
|
329
|
+
"endIndex": 2
|
|
330
|
+
}
|
|
220
331
|
},
|
|
221
332
|
{
|
|
222
|
-
"kind": "
|
|
223
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
333
|
+
"kind": "EnumMember",
|
|
334
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CannotAccessCookie:member",
|
|
224
335
|
"docComment": "",
|
|
225
336
|
"excerptTokens": [
|
|
226
337
|
{
|
|
227
338
|
"kind": "Content",
|
|
228
|
-
"text": "
|
|
339
|
+
"text": "CannotAccessCookie = "
|
|
229
340
|
},
|
|
230
341
|
{
|
|
231
|
-
"kind": "
|
|
232
|
-
"text": "
|
|
233
|
-
|
|
342
|
+
"kind": "Content",
|
|
343
|
+
"text": "68"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"releaseTag": "Public",
|
|
347
|
+
"name": "CannotAccessCookie",
|
|
348
|
+
"initializerTokenRange": {
|
|
349
|
+
"startIndex": 1,
|
|
350
|
+
"endIndex": 2
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "EnumMember",
|
|
355
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CannotParseAiBlobValue:member",
|
|
356
|
+
"docComment": "",
|
|
357
|
+
"excerptTokens": [
|
|
358
|
+
{
|
|
359
|
+
"kind": "Content",
|
|
360
|
+
"text": "CannotParseAiBlobValue = "
|
|
234
361
|
},
|
|
235
362
|
{
|
|
236
363
|
"kind": "Content",
|
|
237
|
-
"text": "
|
|
364
|
+
"text": "101"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"releaseTag": "Public",
|
|
368
|
+
"name": "CannotParseAiBlobValue",
|
|
369
|
+
"initializerTokenRange": {
|
|
370
|
+
"startIndex": 1,
|
|
371
|
+
"endIndex": 2
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "EnumMember",
|
|
376
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CannotSendEmptyTelemetry:member",
|
|
377
|
+
"docComment": "",
|
|
378
|
+
"excerptTokens": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "Content",
|
|
381
|
+
"text": "CannotSendEmptyTelemetry = "
|
|
238
382
|
},
|
|
239
383
|
{
|
|
240
|
-
"kind": "
|
|
241
|
-
"text": "
|
|
242
|
-
|
|
384
|
+
"kind": "Content",
|
|
385
|
+
"text": "7"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"releaseTag": "Public",
|
|
389
|
+
"name": "CannotSendEmptyTelemetry",
|
|
390
|
+
"initializerTokenRange": {
|
|
391
|
+
"startIndex": 1,
|
|
392
|
+
"endIndex": 2
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "EnumMember",
|
|
397
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CannotSerializeObject:member",
|
|
398
|
+
"docComment": "",
|
|
399
|
+
"excerptTokens": [
|
|
400
|
+
{
|
|
401
|
+
"kind": "Content",
|
|
402
|
+
"text": "CannotSerializeObject = "
|
|
243
403
|
},
|
|
244
404
|
{
|
|
245
405
|
"kind": "Content",
|
|
246
|
-
"text": "
|
|
406
|
+
"text": "48"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"releaseTag": "Public",
|
|
410
|
+
"name": "CannotSerializeObject",
|
|
411
|
+
"initializerTokenRange": {
|
|
412
|
+
"startIndex": 1,
|
|
413
|
+
"endIndex": 2
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"kind": "EnumMember",
|
|
418
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CannotSerializeObjectNonSerializable:member",
|
|
419
|
+
"docComment": "",
|
|
420
|
+
"excerptTokens": [
|
|
421
|
+
{
|
|
422
|
+
"kind": "Content",
|
|
423
|
+
"text": "CannotSerializeObjectNonSerializable = "
|
|
247
424
|
},
|
|
248
425
|
{
|
|
249
426
|
"kind": "Content",
|
|
250
|
-
"text": "
|
|
427
|
+
"text": "49"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"releaseTag": "Public",
|
|
431
|
+
"name": "CannotSerializeObjectNonSerializable",
|
|
432
|
+
"initializerTokenRange": {
|
|
433
|
+
"startIndex": 1,
|
|
434
|
+
"endIndex": 2
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "EnumMember",
|
|
439
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CircularReferenceDetected:member",
|
|
440
|
+
"docComment": "",
|
|
441
|
+
"excerptTokens": [
|
|
442
|
+
{
|
|
443
|
+
"kind": "Content",
|
|
444
|
+
"text": "CircularReferenceDetected = "
|
|
251
445
|
},
|
|
252
446
|
{
|
|
253
|
-
"kind": "
|
|
254
|
-
"text": "
|
|
255
|
-
|
|
447
|
+
"kind": "Content",
|
|
448
|
+
"text": "50"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"releaseTag": "Public",
|
|
452
|
+
"name": "CircularReferenceDetected",
|
|
453
|
+
"initializerTokenRange": {
|
|
454
|
+
"startIndex": 1,
|
|
455
|
+
"endIndex": 2
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "EnumMember",
|
|
460
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ClearAuthContextFailed:member",
|
|
461
|
+
"docComment": "",
|
|
462
|
+
"excerptTokens": [
|
|
463
|
+
{
|
|
464
|
+
"kind": "Content",
|
|
465
|
+
"text": "ClearAuthContextFailed = "
|
|
256
466
|
},
|
|
257
467
|
{
|
|
258
468
|
"kind": "Content",
|
|
259
|
-
"text": "
|
|
469
|
+
"text": "51"
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
"releaseTag": "Public",
|
|
473
|
+
"name": "ClearAuthContextFailed",
|
|
474
|
+
"initializerTokenRange": {
|
|
475
|
+
"startIndex": 1,
|
|
476
|
+
"endIndex": 2
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"kind": "EnumMember",
|
|
481
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ClientPerformanceMathError:member",
|
|
482
|
+
"docComment": "",
|
|
483
|
+
"excerptTokens": [
|
|
484
|
+
{
|
|
485
|
+
"kind": "Content",
|
|
486
|
+
"text": "ClientPerformanceMathError = "
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"kind": "Content",
|
|
490
|
+
"text": "8"
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"releaseTag": "Public",
|
|
494
|
+
"name": "ClientPerformanceMathError",
|
|
495
|
+
"initializerTokenRange": {
|
|
496
|
+
"startIndex": 1,
|
|
497
|
+
"endIndex": 2
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"kind": "EnumMember",
|
|
502
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.CreateEnvelopeError:member",
|
|
503
|
+
"docComment": "",
|
|
504
|
+
"excerptTokens": [
|
|
505
|
+
{
|
|
506
|
+
"kind": "Content",
|
|
507
|
+
"text": "CreateEnvelopeError = "
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "Content",
|
|
511
|
+
"text": "47"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"releaseTag": "Public",
|
|
515
|
+
"name": "CreateEnvelopeError",
|
|
516
|
+
"initializerTokenRange": {
|
|
517
|
+
"startIndex": 1,
|
|
518
|
+
"endIndex": 2
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "EnumMember",
|
|
523
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ErrorParsingAISessionCookie:member",
|
|
524
|
+
"docComment": "",
|
|
525
|
+
"excerptTokens": [
|
|
526
|
+
{
|
|
527
|
+
"kind": "Content",
|
|
528
|
+
"text": "ErrorParsingAISessionCookie = "
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"kind": "Content",
|
|
532
|
+
"text": "9"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"releaseTag": "Public",
|
|
536
|
+
"name": "ErrorParsingAISessionCookie",
|
|
537
|
+
"initializerTokenRange": {
|
|
538
|
+
"startIndex": 1,
|
|
539
|
+
"endIndex": 2
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"kind": "EnumMember",
|
|
544
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ErrorPVCalc:member",
|
|
545
|
+
"docComment": "",
|
|
546
|
+
"excerptTokens": [
|
|
547
|
+
{
|
|
548
|
+
"kind": "Content",
|
|
549
|
+
"text": "ErrorPVCalc = "
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"kind": "Content",
|
|
553
|
+
"text": "10"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"releaseTag": "Public",
|
|
557
|
+
"name": "ErrorPVCalc",
|
|
558
|
+
"initializerTokenRange": {
|
|
559
|
+
"startIndex": 1,
|
|
560
|
+
"endIndex": 2
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"kind": "EnumMember",
|
|
565
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ExceptionTruncated:member",
|
|
566
|
+
"docComment": "",
|
|
567
|
+
"excerptTokens": [
|
|
568
|
+
{
|
|
569
|
+
"kind": "Content",
|
|
570
|
+
"text": "ExceptionTruncated = "
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"kind": "Content",
|
|
574
|
+
"text": "52"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"releaseTag": "Public",
|
|
578
|
+
"name": "ExceptionTruncated",
|
|
579
|
+
"initializerTokenRange": {
|
|
580
|
+
"startIndex": 1,
|
|
581
|
+
"endIndex": 2
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "EnumMember",
|
|
586
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ExceptionWhileLoggingError:member",
|
|
587
|
+
"docComment": "",
|
|
588
|
+
"excerptTokens": [
|
|
589
|
+
{
|
|
590
|
+
"kind": "Content",
|
|
591
|
+
"text": "ExceptionWhileLoggingError = "
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "Content",
|
|
595
|
+
"text": "11"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"releaseTag": "Public",
|
|
599
|
+
"name": "ExceptionWhileLoggingError",
|
|
600
|
+
"initializerTokenRange": {
|
|
601
|
+
"startIndex": 1,
|
|
602
|
+
"endIndex": 2
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "EnumMember",
|
|
607
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedAddingCustomDefinedRequestContext:member",
|
|
608
|
+
"docComment": "",
|
|
609
|
+
"excerptTokens": [
|
|
610
|
+
{
|
|
611
|
+
"kind": "Content",
|
|
612
|
+
"text": "FailedAddingCustomDefinedRequestContext = "
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "Content",
|
|
616
|
+
"text": "104"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"releaseTag": "Public",
|
|
620
|
+
"name": "FailedAddingCustomDefinedRequestContext",
|
|
621
|
+
"initializerTokenRange": {
|
|
622
|
+
"startIndex": 1,
|
|
623
|
+
"endIndex": 2
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"kind": "EnumMember",
|
|
628
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedAddingTelemetryToBuffer:member",
|
|
629
|
+
"docComment": "",
|
|
630
|
+
"excerptTokens": [
|
|
631
|
+
{
|
|
632
|
+
"kind": "Content",
|
|
633
|
+
"text": "FailedAddingTelemetryToBuffer = "
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"kind": "Content",
|
|
637
|
+
"text": "12"
|
|
638
|
+
}
|
|
639
|
+
],
|
|
640
|
+
"releaseTag": "Public",
|
|
641
|
+
"name": "FailedAddingTelemetryToBuffer",
|
|
642
|
+
"initializerTokenRange": {
|
|
643
|
+
"startIndex": 1,
|
|
644
|
+
"endIndex": 2
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"kind": "EnumMember",
|
|
649
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxAbort:member",
|
|
650
|
+
"docComment": "",
|
|
651
|
+
"excerptTokens": [
|
|
652
|
+
{
|
|
653
|
+
"kind": "Content",
|
|
654
|
+
"text": "FailedMonitorAjaxAbort = "
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "Content",
|
|
658
|
+
"text": "13"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"releaseTag": "Public",
|
|
662
|
+
"name": "FailedMonitorAjaxAbort",
|
|
663
|
+
"initializerTokenRange": {
|
|
664
|
+
"startIndex": 1,
|
|
665
|
+
"endIndex": 2
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "EnumMember",
|
|
670
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxDur:member",
|
|
671
|
+
"docComment": "",
|
|
672
|
+
"excerptTokens": [
|
|
673
|
+
{
|
|
674
|
+
"kind": "Content",
|
|
675
|
+
"text": "FailedMonitorAjaxDur = "
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "Content",
|
|
679
|
+
"text": "14"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"releaseTag": "Public",
|
|
683
|
+
"name": "FailedMonitorAjaxDur",
|
|
684
|
+
"initializerTokenRange": {
|
|
685
|
+
"startIndex": 1,
|
|
686
|
+
"endIndex": 2
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"kind": "EnumMember",
|
|
691
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxGetCorrelationHeader:member",
|
|
692
|
+
"docComment": "",
|
|
693
|
+
"excerptTokens": [
|
|
694
|
+
{
|
|
695
|
+
"kind": "Content",
|
|
696
|
+
"text": "FailedMonitorAjaxGetCorrelationHeader = "
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"kind": "Content",
|
|
700
|
+
"text": "18"
|
|
701
|
+
}
|
|
702
|
+
],
|
|
703
|
+
"releaseTag": "Public",
|
|
704
|
+
"name": "FailedMonitorAjaxGetCorrelationHeader",
|
|
705
|
+
"initializerTokenRange": {
|
|
706
|
+
"startIndex": 1,
|
|
707
|
+
"endIndex": 2
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "EnumMember",
|
|
712
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxOpen:member",
|
|
713
|
+
"docComment": "",
|
|
714
|
+
"excerptTokens": [
|
|
715
|
+
{
|
|
716
|
+
"kind": "Content",
|
|
717
|
+
"text": "FailedMonitorAjaxOpen = "
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "Content",
|
|
721
|
+
"text": "15"
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"releaseTag": "Public",
|
|
725
|
+
"name": "FailedMonitorAjaxOpen",
|
|
726
|
+
"initializerTokenRange": {
|
|
727
|
+
"startIndex": 1,
|
|
728
|
+
"endIndex": 2
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "EnumMember",
|
|
733
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxRSC:member",
|
|
734
|
+
"docComment": "",
|
|
735
|
+
"excerptTokens": [
|
|
736
|
+
{
|
|
737
|
+
"kind": "Content",
|
|
738
|
+
"text": "FailedMonitorAjaxRSC = "
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "Content",
|
|
742
|
+
"text": "16"
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"releaseTag": "Public",
|
|
746
|
+
"name": "FailedMonitorAjaxRSC",
|
|
747
|
+
"initializerTokenRange": {
|
|
748
|
+
"startIndex": 1,
|
|
749
|
+
"endIndex": 2
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"kind": "EnumMember",
|
|
754
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxSend:member",
|
|
755
|
+
"docComment": "",
|
|
756
|
+
"excerptTokens": [
|
|
757
|
+
{
|
|
758
|
+
"kind": "Content",
|
|
759
|
+
"text": "FailedMonitorAjaxSend = "
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"kind": "Content",
|
|
763
|
+
"text": "17"
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"releaseTag": "Public",
|
|
767
|
+
"name": "FailedMonitorAjaxSend",
|
|
768
|
+
"initializerTokenRange": {
|
|
769
|
+
"startIndex": 1,
|
|
770
|
+
"endIndex": 2
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"kind": "EnumMember",
|
|
775
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedMonitorAjaxSetRequestHeader:member",
|
|
776
|
+
"docComment": "",
|
|
777
|
+
"excerptTokens": [
|
|
778
|
+
{
|
|
779
|
+
"kind": "Content",
|
|
780
|
+
"text": "FailedMonitorAjaxSetRequestHeader = "
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"kind": "Content",
|
|
784
|
+
"text": "71"
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"releaseTag": "Public",
|
|
788
|
+
"name": "FailedMonitorAjaxSetRequestHeader",
|
|
789
|
+
"initializerTokenRange": {
|
|
790
|
+
"startIndex": 1,
|
|
791
|
+
"endIndex": 2
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "EnumMember",
|
|
796
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToAddHandlerForOnBeforeUnload:member",
|
|
797
|
+
"docComment": "",
|
|
798
|
+
"excerptTokens": [
|
|
799
|
+
{
|
|
800
|
+
"kind": "Content",
|
|
801
|
+
"text": "FailedToAddHandlerForOnBeforeUnload = "
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"kind": "Content",
|
|
805
|
+
"text": "19"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"releaseTag": "Public",
|
|
809
|
+
"name": "FailedToAddHandlerForOnBeforeUnload",
|
|
810
|
+
"initializerTokenRange": {
|
|
811
|
+
"startIndex": 1,
|
|
812
|
+
"endIndex": 2
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"kind": "EnumMember",
|
|
817
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToFixDepricatedValues:member",
|
|
818
|
+
"docComment": "",
|
|
819
|
+
"excerptTokens": [
|
|
820
|
+
{
|
|
821
|
+
"kind": "Content",
|
|
822
|
+
"text": "FailedToFixDepricatedValues = "
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "Content",
|
|
826
|
+
"text": "44"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"releaseTag": "Public",
|
|
830
|
+
"name": "FailedToFixDepricatedValues",
|
|
831
|
+
"initializerTokenRange": {
|
|
832
|
+
"startIndex": 1,
|
|
833
|
+
"endIndex": 2
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "EnumMember",
|
|
838
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToReportDataLoss:member",
|
|
839
|
+
"docComment": "",
|
|
840
|
+
"excerptTokens": [
|
|
841
|
+
{
|
|
842
|
+
"kind": "Content",
|
|
843
|
+
"text": "FailedToReportDataLoss = "
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "Content",
|
|
847
|
+
"text": "21"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"releaseTag": "Public",
|
|
851
|
+
"name": "FailedToReportDataLoss",
|
|
852
|
+
"initializerTokenRange": {
|
|
853
|
+
"startIndex": 1,
|
|
854
|
+
"endIndex": 2
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"kind": "EnumMember",
|
|
859
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToRestoreStorageBuffer:member",
|
|
860
|
+
"docComment": "",
|
|
861
|
+
"excerptTokens": [
|
|
862
|
+
{
|
|
863
|
+
"kind": "Content",
|
|
864
|
+
"text": "FailedToRestoreStorageBuffer = "
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"kind": "Content",
|
|
868
|
+
"text": "42"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"releaseTag": "Public",
|
|
872
|
+
"name": "FailedToRestoreStorageBuffer",
|
|
873
|
+
"initializerTokenRange": {
|
|
874
|
+
"startIndex": 1,
|
|
875
|
+
"endIndex": 2
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "EnumMember",
|
|
880
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToSendQueuedTelemetry:member",
|
|
881
|
+
"docComment": "",
|
|
882
|
+
"excerptTokens": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "Content",
|
|
885
|
+
"text": "FailedToSendQueuedTelemetry = "
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "Content",
|
|
889
|
+
"text": "20"
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"releaseTag": "Public",
|
|
893
|
+
"name": "FailedToSendQueuedTelemetry",
|
|
894
|
+
"initializerTokenRange": {
|
|
895
|
+
"startIndex": 1,
|
|
896
|
+
"endIndex": 2
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "EnumMember",
|
|
901
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FailedToSetStorageBuffer:member",
|
|
902
|
+
"docComment": "",
|
|
903
|
+
"excerptTokens": [
|
|
904
|
+
{
|
|
905
|
+
"kind": "Content",
|
|
906
|
+
"text": "FailedToSetStorageBuffer = "
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "Content",
|
|
910
|
+
"text": "41"
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"releaseTag": "Public",
|
|
914
|
+
"name": "FailedToSetStorageBuffer",
|
|
915
|
+
"initializerTokenRange": {
|
|
916
|
+
"startIndex": 1,
|
|
917
|
+
"endIndex": 2
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "EnumMember",
|
|
922
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.FlushFailed:member",
|
|
923
|
+
"docComment": "",
|
|
924
|
+
"excerptTokens": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "Content",
|
|
927
|
+
"text": "FlushFailed = "
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "Content",
|
|
931
|
+
"text": "22"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"releaseTag": "Public",
|
|
935
|
+
"name": "FlushFailed",
|
|
936
|
+
"initializerTokenRange": {
|
|
937
|
+
"startIndex": 1,
|
|
938
|
+
"endIndex": 2
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "EnumMember",
|
|
943
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.IdTooLong:member",
|
|
944
|
+
"docComment": "",
|
|
945
|
+
"excerptTokens": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "Content",
|
|
948
|
+
"text": "IdTooLong = "
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"kind": "Content",
|
|
952
|
+
"text": "69"
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"releaseTag": "Public",
|
|
956
|
+
"name": "IdTooLong",
|
|
957
|
+
"initializerTokenRange": {
|
|
958
|
+
"startIndex": 1,
|
|
959
|
+
"endIndex": 2
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "EnumMember",
|
|
964
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.IllegalCharsInName:member",
|
|
965
|
+
"docComment": "",
|
|
966
|
+
"excerptTokens": [
|
|
967
|
+
{
|
|
968
|
+
"kind": "Content",
|
|
969
|
+
"text": "IllegalCharsInName = "
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"kind": "Content",
|
|
973
|
+
"text": "53"
|
|
974
|
+
}
|
|
975
|
+
],
|
|
976
|
+
"releaseTag": "Public",
|
|
977
|
+
"name": "IllegalCharsInName",
|
|
978
|
+
"initializerTokenRange": {
|
|
979
|
+
"startIndex": 1,
|
|
980
|
+
"endIndex": 2
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"kind": "EnumMember",
|
|
985
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InMemoryStorageBufferFull:member",
|
|
986
|
+
"docComment": "",
|
|
987
|
+
"excerptTokens": [
|
|
988
|
+
{
|
|
989
|
+
"kind": "Content",
|
|
990
|
+
"text": "InMemoryStorageBufferFull = "
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "Content",
|
|
994
|
+
"text": "105"
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"releaseTag": "Public",
|
|
998
|
+
"name": "InMemoryStorageBufferFull",
|
|
999
|
+
"initializerTokenRange": {
|
|
1000
|
+
"startIndex": 1,
|
|
1001
|
+
"endIndex": 2
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "EnumMember",
|
|
1006
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InvalidBackendResponse:member",
|
|
1007
|
+
"docComment": "",
|
|
1008
|
+
"excerptTokens": [
|
|
1009
|
+
{
|
|
1010
|
+
"kind": "Content",
|
|
1011
|
+
"text": "InvalidBackendResponse = "
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "Content",
|
|
1015
|
+
"text": "43"
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1018
|
+
"releaseTag": "Public",
|
|
1019
|
+
"name": "InvalidBackendResponse",
|
|
1020
|
+
"initializerTokenRange": {
|
|
1021
|
+
"startIndex": 1,
|
|
1022
|
+
"endIndex": 2
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "EnumMember",
|
|
1027
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InvalidContentBlob:member",
|
|
1028
|
+
"docComment": "",
|
|
1029
|
+
"excerptTokens": [
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "Content",
|
|
1032
|
+
"text": "InvalidContentBlob = "
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"kind": "Content",
|
|
1036
|
+
"text": "102"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"releaseTag": "Public",
|
|
1040
|
+
"name": "InvalidContentBlob",
|
|
1041
|
+
"initializerTokenRange": {
|
|
1042
|
+
"startIndex": 1,
|
|
1043
|
+
"endIndex": 2
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"kind": "EnumMember",
|
|
1048
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InvalidDurationValue:member",
|
|
1049
|
+
"docComment": "",
|
|
1050
|
+
"excerptTokens": [
|
|
1051
|
+
{
|
|
1052
|
+
"kind": "Content",
|
|
1053
|
+
"text": "InvalidDurationValue = "
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "Content",
|
|
1057
|
+
"text": "45"
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"releaseTag": "Public",
|
|
1061
|
+
"name": "InvalidDurationValue",
|
|
1062
|
+
"initializerTokenRange": {
|
|
1063
|
+
"startIndex": 1,
|
|
1064
|
+
"endIndex": 2
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "EnumMember",
|
|
1069
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InvalidEvent:member",
|
|
1070
|
+
"docComment": "",
|
|
1071
|
+
"excerptTokens": [
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "Content",
|
|
1074
|
+
"text": "InvalidEvent = "
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "Content",
|
|
1078
|
+
"text": "70"
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"releaseTag": "Public",
|
|
1082
|
+
"name": "InvalidEvent",
|
|
1083
|
+
"initializerTokenRange": {
|
|
1084
|
+
"startIndex": 1,
|
|
1085
|
+
"endIndex": 2
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "EnumMember",
|
|
1090
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.InvalidInstrumentationKey:member",
|
|
1091
|
+
"docComment": "",
|
|
1092
|
+
"excerptTokens": [
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "Content",
|
|
1095
|
+
"text": "InvalidInstrumentationKey = "
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "Content",
|
|
1099
|
+
"text": "100"
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"releaseTag": "Public",
|
|
1103
|
+
"name": "InvalidInstrumentationKey",
|
|
1104
|
+
"initializerTokenRange": {
|
|
1105
|
+
"startIndex": 1,
|
|
1106
|
+
"endIndex": 2
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "EnumMember",
|
|
1111
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.ItemNotInArray:member",
|
|
1112
|
+
"docComment": "",
|
|
1113
|
+
"excerptTokens": [
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "Content",
|
|
1116
|
+
"text": "ItemNotInArray = "
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "Content",
|
|
1120
|
+
"text": "54"
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"releaseTag": "Public",
|
|
1124
|
+
"name": "ItemNotInArray",
|
|
1125
|
+
"initializerTokenRange": {
|
|
1126
|
+
"startIndex": 1,
|
|
1127
|
+
"endIndex": 2
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"kind": "EnumMember",
|
|
1132
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.MaxAjaxPerPVExceeded:member",
|
|
1133
|
+
"docComment": "",
|
|
1134
|
+
"excerptTokens": [
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "Content",
|
|
1137
|
+
"text": "MaxAjaxPerPVExceeded = "
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "Content",
|
|
1141
|
+
"text": "55"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"releaseTag": "Public",
|
|
1145
|
+
"name": "MaxAjaxPerPVExceeded",
|
|
1146
|
+
"initializerTokenRange": {
|
|
1147
|
+
"startIndex": 1,
|
|
1148
|
+
"endIndex": 2
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"kind": "EnumMember",
|
|
1153
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.MessageLimitPerPVExceeded:member",
|
|
1154
|
+
"docComment": "",
|
|
1155
|
+
"excerptTokens": [
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "Content",
|
|
1158
|
+
"text": "MessageLimitPerPVExceeded = "
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "Content",
|
|
1162
|
+
"text": "23"
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"releaseTag": "Public",
|
|
1166
|
+
"name": "MessageLimitPerPVExceeded",
|
|
1167
|
+
"initializerTokenRange": {
|
|
1168
|
+
"startIndex": 1,
|
|
1169
|
+
"endIndex": 2
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "EnumMember",
|
|
1174
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.MessageTruncated:member",
|
|
1175
|
+
"docComment": "",
|
|
1176
|
+
"excerptTokens": [
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "Content",
|
|
1179
|
+
"text": "MessageTruncated = "
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "Content",
|
|
1183
|
+
"text": "56"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"releaseTag": "Public",
|
|
1187
|
+
"name": "MessageTruncated",
|
|
1188
|
+
"initializerTokenRange": {
|
|
1189
|
+
"startIndex": 1,
|
|
1190
|
+
"endIndex": 2
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"kind": "EnumMember",
|
|
1195
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.MissingRequiredFieldSpecification:member",
|
|
1196
|
+
"docComment": "",
|
|
1197
|
+
"excerptTokens": [
|
|
1198
|
+
{
|
|
1199
|
+
"kind": "Content",
|
|
1200
|
+
"text": "MissingRequiredFieldSpecification = "
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"kind": "Content",
|
|
1204
|
+
"text": "24"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"releaseTag": "Public",
|
|
1208
|
+
"name": "MissingRequiredFieldSpecification",
|
|
1209
|
+
"initializerTokenRange": {
|
|
1210
|
+
"startIndex": 1,
|
|
1211
|
+
"endIndex": 2
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "EnumMember",
|
|
1216
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.NameTooLong:member",
|
|
1217
|
+
"docComment": "",
|
|
1218
|
+
"excerptTokens": [
|
|
1219
|
+
{
|
|
1220
|
+
"kind": "Content",
|
|
1221
|
+
"text": "NameTooLong = "
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "Content",
|
|
1225
|
+
"text": "57"
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"releaseTag": "Public",
|
|
1229
|
+
"name": "NameTooLong",
|
|
1230
|
+
"initializerTokenRange": {
|
|
1231
|
+
"startIndex": 1,
|
|
1232
|
+
"endIndex": 2
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"kind": "EnumMember",
|
|
1237
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.NavigationTimingNotSupported:member",
|
|
1238
|
+
"docComment": "",
|
|
1239
|
+
"excerptTokens": [
|
|
1240
|
+
{
|
|
1241
|
+
"kind": "Content",
|
|
1242
|
+
"text": "NavigationTimingNotSupported = "
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"kind": "Content",
|
|
1246
|
+
"text": "25"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"releaseTag": "Public",
|
|
1250
|
+
"name": "NavigationTimingNotSupported",
|
|
1251
|
+
"initializerTokenRange": {
|
|
1252
|
+
"startIndex": 1,
|
|
1253
|
+
"endIndex": 2
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "EnumMember",
|
|
1258
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.NotificationException:member",
|
|
1259
|
+
"docComment": "",
|
|
1260
|
+
"excerptTokens": [
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "Content",
|
|
1263
|
+
"text": "NotificationException = "
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"kind": "Content",
|
|
1267
|
+
"text": "74"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"releaseTag": "Public",
|
|
1271
|
+
"name": "NotificationException",
|
|
1272
|
+
"initializerTokenRange": {
|
|
1273
|
+
"startIndex": 1,
|
|
1274
|
+
"endIndex": 2
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "EnumMember",
|
|
1279
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.OnError:member",
|
|
1280
|
+
"docComment": "",
|
|
1281
|
+
"excerptTokens": [
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "Content",
|
|
1284
|
+
"text": "OnError = "
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "Content",
|
|
1288
|
+
"text": "26"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"releaseTag": "Public",
|
|
1292
|
+
"name": "OnError",
|
|
1293
|
+
"initializerTokenRange": {
|
|
1294
|
+
"startIndex": 1,
|
|
1295
|
+
"endIndex": 2
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"kind": "EnumMember",
|
|
1300
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.PluginException:member",
|
|
1301
|
+
"docComment": "",
|
|
1302
|
+
"excerptTokens": [
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "Content",
|
|
1305
|
+
"text": "PluginException = "
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "Content",
|
|
1309
|
+
"text": "73"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"releaseTag": "Public",
|
|
1313
|
+
"name": "PluginException",
|
|
1314
|
+
"initializerTokenRange": {
|
|
1315
|
+
"startIndex": 1,
|
|
1316
|
+
"endIndex": 2
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "EnumMember",
|
|
1321
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SampleRateOutOfRange:member",
|
|
1322
|
+
"docComment": "",
|
|
1323
|
+
"excerptTokens": [
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "Content",
|
|
1326
|
+
"text": "SampleRateOutOfRange = "
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "Content",
|
|
1330
|
+
"text": "58"
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"releaseTag": "Public",
|
|
1334
|
+
"name": "SampleRateOutOfRange",
|
|
1335
|
+
"initializerTokenRange": {
|
|
1336
|
+
"startIndex": 1,
|
|
1337
|
+
"endIndex": 2
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"kind": "EnumMember",
|
|
1342
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SendBrowserInfoOnUserInit:member",
|
|
1343
|
+
"docComment": "",
|
|
1344
|
+
"excerptTokens": [
|
|
1345
|
+
{
|
|
1346
|
+
"kind": "Content",
|
|
1347
|
+
"text": "SendBrowserInfoOnUserInit = "
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "Content",
|
|
1351
|
+
"text": "72"
|
|
1352
|
+
}
|
|
1353
|
+
],
|
|
1354
|
+
"releaseTag": "Public",
|
|
1355
|
+
"name": "SendBrowserInfoOnUserInit",
|
|
1356
|
+
"initializerTokenRange": {
|
|
1357
|
+
"startIndex": 1,
|
|
1358
|
+
"endIndex": 2
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "EnumMember",
|
|
1363
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SenderNotInitialized:member",
|
|
1364
|
+
"docComment": "",
|
|
1365
|
+
"excerptTokens": [
|
|
1366
|
+
{
|
|
1367
|
+
"kind": "Content",
|
|
1368
|
+
"text": "SenderNotInitialized = "
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "Content",
|
|
1372
|
+
"text": "28"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"releaseTag": "Public",
|
|
1376
|
+
"name": "SenderNotInitialized",
|
|
1377
|
+
"initializerTokenRange": {
|
|
1378
|
+
"startIndex": 1,
|
|
1379
|
+
"endIndex": 2
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "EnumMember",
|
|
1384
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SessionRenewalDateIsZero:member",
|
|
1385
|
+
"docComment": "",
|
|
1386
|
+
"excerptTokens": [
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "Content",
|
|
1389
|
+
"text": "SessionRenewalDateIsZero = "
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "Content",
|
|
1393
|
+
"text": "27"
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"releaseTag": "Public",
|
|
1397
|
+
"name": "SessionRenewalDateIsZero",
|
|
1398
|
+
"initializerTokenRange": {
|
|
1399
|
+
"startIndex": 1,
|
|
1400
|
+
"endIndex": 2
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "EnumMember",
|
|
1405
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SessionStorageBufferFull:member",
|
|
1406
|
+
"docComment": "",
|
|
1407
|
+
"excerptTokens": [
|
|
1408
|
+
{
|
|
1409
|
+
"kind": "Content",
|
|
1410
|
+
"text": "SessionStorageBufferFull = "
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "Content",
|
|
1414
|
+
"text": "67"
|
|
1415
|
+
}
|
|
1416
|
+
],
|
|
1417
|
+
"releaseTag": "Public",
|
|
1418
|
+
"name": "SessionStorageBufferFull",
|
|
1419
|
+
"initializerTokenRange": {
|
|
1420
|
+
"startIndex": 1,
|
|
1421
|
+
"endIndex": 2
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "EnumMember",
|
|
1426
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SetAuthContextFailed:member",
|
|
1427
|
+
"docComment": "",
|
|
1428
|
+
"excerptTokens": [
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "Content",
|
|
1431
|
+
"text": "SetAuthContextFailed = "
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "Content",
|
|
1435
|
+
"text": "59"
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"releaseTag": "Public",
|
|
1439
|
+
"name": "SetAuthContextFailed",
|
|
1440
|
+
"initializerTokenRange": {
|
|
1441
|
+
"startIndex": 1,
|
|
1442
|
+
"endIndex": 2
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "EnumMember",
|
|
1447
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SetAuthContextFailedAccountName:member",
|
|
1448
|
+
"docComment": "",
|
|
1449
|
+
"excerptTokens": [
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "Content",
|
|
1452
|
+
"text": "SetAuthContextFailedAccountName = "
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "Content",
|
|
1456
|
+
"text": "60"
|
|
1457
|
+
}
|
|
1458
|
+
],
|
|
1459
|
+
"releaseTag": "Public",
|
|
1460
|
+
"name": "SetAuthContextFailedAccountName",
|
|
1461
|
+
"initializerTokenRange": {
|
|
1462
|
+
"startIndex": 1,
|
|
1463
|
+
"endIndex": 2
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "EnumMember",
|
|
1468
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.SnippetScriptLoadFailure:member",
|
|
1469
|
+
"docComment": "",
|
|
1470
|
+
"excerptTokens": [
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "Content",
|
|
1473
|
+
"text": "SnippetScriptLoadFailure = "
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "Content",
|
|
1477
|
+
"text": "99"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"releaseTag": "Public",
|
|
1481
|
+
"name": "SnippetScriptLoadFailure",
|
|
1482
|
+
"initializerTokenRange": {
|
|
1483
|
+
"startIndex": 1,
|
|
1484
|
+
"endIndex": 2
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "EnumMember",
|
|
1489
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StartCalledMoreThanOnce:member",
|
|
1490
|
+
"docComment": "",
|
|
1491
|
+
"excerptTokens": [
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "Content",
|
|
1494
|
+
"text": "StartCalledMoreThanOnce = "
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "Content",
|
|
1498
|
+
"text": "62"
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
1501
|
+
"releaseTag": "Public",
|
|
1502
|
+
"name": "StartCalledMoreThanOnce",
|
|
1503
|
+
"initializerTokenRange": {
|
|
1504
|
+
"startIndex": 1,
|
|
1505
|
+
"endIndex": 2
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "EnumMember",
|
|
1510
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StartTrackEventFailed:member",
|
|
1511
|
+
"docComment": "",
|
|
1512
|
+
"excerptTokens": [
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "Content",
|
|
1515
|
+
"text": "StartTrackEventFailed = "
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "Content",
|
|
1519
|
+
"text": "29"
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1522
|
+
"releaseTag": "Public",
|
|
1523
|
+
"name": "StartTrackEventFailed",
|
|
1524
|
+
"initializerTokenRange": {
|
|
1525
|
+
"startIndex": 1,
|
|
1526
|
+
"endIndex": 2
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"kind": "EnumMember",
|
|
1531
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StartTrackFailed:member",
|
|
1532
|
+
"docComment": "",
|
|
1533
|
+
"excerptTokens": [
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "Content",
|
|
1536
|
+
"text": "StartTrackFailed = "
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "Content",
|
|
1540
|
+
"text": "31"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"releaseTag": "Public",
|
|
1544
|
+
"name": "StartTrackFailed",
|
|
1545
|
+
"initializerTokenRange": {
|
|
1546
|
+
"startIndex": 1,
|
|
1547
|
+
"endIndex": 2
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "EnumMember",
|
|
1552
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StopCalledWithoutStart:member",
|
|
1553
|
+
"docComment": "",
|
|
1554
|
+
"excerptTokens": [
|
|
1555
|
+
{
|
|
1556
|
+
"kind": "Content",
|
|
1557
|
+
"text": "StopCalledWithoutStart = "
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "Content",
|
|
1561
|
+
"text": "63"
|
|
1562
|
+
}
|
|
1563
|
+
],
|
|
1564
|
+
"releaseTag": "Public",
|
|
1565
|
+
"name": "StopCalledWithoutStart",
|
|
1566
|
+
"initializerTokenRange": {
|
|
1567
|
+
"startIndex": 1,
|
|
1568
|
+
"endIndex": 2
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "EnumMember",
|
|
1573
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StopTrackEventFailed:member",
|
|
1574
|
+
"docComment": "",
|
|
1575
|
+
"excerptTokens": [
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "Content",
|
|
1578
|
+
"text": "StopTrackEventFailed = "
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "Content",
|
|
1582
|
+
"text": "30"
|
|
1583
|
+
}
|
|
1584
|
+
],
|
|
1585
|
+
"releaseTag": "Public",
|
|
1586
|
+
"name": "StopTrackEventFailed",
|
|
1587
|
+
"initializerTokenRange": {
|
|
1588
|
+
"startIndex": 1,
|
|
1589
|
+
"endIndex": 2
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "EnumMember",
|
|
1594
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StopTrackFailed:member",
|
|
1595
|
+
"docComment": "",
|
|
1596
|
+
"excerptTokens": [
|
|
1597
|
+
{
|
|
1598
|
+
"kind": "Content",
|
|
1599
|
+
"text": "StopTrackFailed = "
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "Content",
|
|
1603
|
+
"text": "32"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"releaseTag": "Public",
|
|
1607
|
+
"name": "StopTrackFailed",
|
|
1608
|
+
"initializerTokenRange": {
|
|
1609
|
+
"startIndex": 1,
|
|
1610
|
+
"endIndex": 2
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "EnumMember",
|
|
1615
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.StringValueTooLong:member",
|
|
1616
|
+
"docComment": "",
|
|
1617
|
+
"excerptTokens": [
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "Content",
|
|
1620
|
+
"text": "StringValueTooLong = "
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "Content",
|
|
1624
|
+
"text": "61"
|
|
1625
|
+
}
|
|
1626
|
+
],
|
|
1627
|
+
"releaseTag": "Public",
|
|
1628
|
+
"name": "StringValueTooLong",
|
|
1629
|
+
"initializerTokenRange": {
|
|
1630
|
+
"startIndex": 1,
|
|
1631
|
+
"endIndex": 2
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "EnumMember",
|
|
1636
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TelemetryEnvelopeInvalid:member",
|
|
1637
|
+
"docComment": "",
|
|
1638
|
+
"excerptTokens": [
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "Content",
|
|
1641
|
+
"text": "TelemetryEnvelopeInvalid = "
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"kind": "Content",
|
|
1645
|
+
"text": "46"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"releaseTag": "Public",
|
|
1649
|
+
"name": "TelemetryEnvelopeInvalid",
|
|
1650
|
+
"initializerTokenRange": {
|
|
1651
|
+
"startIndex": 1,
|
|
1652
|
+
"endIndex": 2
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "EnumMember",
|
|
1657
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TelemetryInitializerFailed:member",
|
|
1658
|
+
"docComment": "",
|
|
1659
|
+
"excerptTokens": [
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "Content",
|
|
1662
|
+
"text": "TelemetryInitializerFailed = "
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "Content",
|
|
1666
|
+
"text": "64"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"releaseTag": "Public",
|
|
1670
|
+
"name": "TelemetryInitializerFailed",
|
|
1671
|
+
"initializerTokenRange": {
|
|
1672
|
+
"startIndex": 1,
|
|
1673
|
+
"endIndex": 2
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "EnumMember",
|
|
1678
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TelemetrySampledAndNotSent:member",
|
|
1679
|
+
"docComment": "",
|
|
1680
|
+
"excerptTokens": [
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "Content",
|
|
1683
|
+
"text": "TelemetrySampledAndNotSent = "
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "Content",
|
|
1687
|
+
"text": "33"
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"releaseTag": "Public",
|
|
1691
|
+
"name": "TelemetrySampledAndNotSent",
|
|
1692
|
+
"initializerTokenRange": {
|
|
1693
|
+
"startIndex": 1,
|
|
1694
|
+
"endIndex": 2
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "EnumMember",
|
|
1699
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackArgumentsNotSpecified:member",
|
|
1700
|
+
"docComment": "",
|
|
1701
|
+
"excerptTokens": [
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "Content",
|
|
1704
|
+
"text": "TrackArgumentsNotSpecified = "
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "Content",
|
|
1708
|
+
"text": "65"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"releaseTag": "Public",
|
|
1712
|
+
"name": "TrackArgumentsNotSpecified",
|
|
1713
|
+
"initializerTokenRange": {
|
|
1714
|
+
"startIndex": 1,
|
|
1715
|
+
"endIndex": 2
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "EnumMember",
|
|
1720
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackEventFailed:member",
|
|
1721
|
+
"docComment": "",
|
|
1722
|
+
"excerptTokens": [
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "Content",
|
|
1725
|
+
"text": "TrackEventFailed = "
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"kind": "Content",
|
|
1729
|
+
"text": "34"
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"releaseTag": "Public",
|
|
1733
|
+
"name": "TrackEventFailed",
|
|
1734
|
+
"initializerTokenRange": {
|
|
1735
|
+
"startIndex": 1,
|
|
1736
|
+
"endIndex": 2
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "EnumMember",
|
|
1741
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackExceptionFailed:member",
|
|
1742
|
+
"docComment": "",
|
|
1743
|
+
"excerptTokens": [
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "Content",
|
|
1746
|
+
"text": "TrackExceptionFailed = "
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "Content",
|
|
1750
|
+
"text": "35"
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"releaseTag": "Public",
|
|
1754
|
+
"name": "TrackExceptionFailed",
|
|
1755
|
+
"initializerTokenRange": {
|
|
1756
|
+
"startIndex": 1,
|
|
1757
|
+
"endIndex": 2
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "EnumMember",
|
|
1762
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackMetricFailed:member",
|
|
1763
|
+
"docComment": "",
|
|
1764
|
+
"excerptTokens": [
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "Content",
|
|
1767
|
+
"text": "TrackMetricFailed = "
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "Content",
|
|
1771
|
+
"text": "36"
|
|
1772
|
+
}
|
|
1773
|
+
],
|
|
1774
|
+
"releaseTag": "Public",
|
|
1775
|
+
"name": "TrackMetricFailed",
|
|
1776
|
+
"initializerTokenRange": {
|
|
1777
|
+
"startIndex": 1,
|
|
1778
|
+
"endIndex": 2
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "EnumMember",
|
|
1783
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackPageActionEventFailed:member",
|
|
1784
|
+
"docComment": "",
|
|
1785
|
+
"excerptTokens": [
|
|
1786
|
+
{
|
|
1787
|
+
"kind": "Content",
|
|
1788
|
+
"text": "TrackPageActionEventFailed = "
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "Content",
|
|
1792
|
+
"text": "103"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"releaseTag": "Public",
|
|
1796
|
+
"name": "TrackPageActionEventFailed",
|
|
1797
|
+
"initializerTokenRange": {
|
|
1798
|
+
"startIndex": 1,
|
|
1799
|
+
"endIndex": 2
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "EnumMember",
|
|
1804
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackPVFailed:member",
|
|
1805
|
+
"docComment": "",
|
|
1806
|
+
"excerptTokens": [
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "Content",
|
|
1809
|
+
"text": "TrackPVFailed = "
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"kind": "Content",
|
|
1813
|
+
"text": "37"
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"releaseTag": "Public",
|
|
1817
|
+
"name": "TrackPVFailed",
|
|
1818
|
+
"initializerTokenRange": {
|
|
1819
|
+
"startIndex": 1,
|
|
1820
|
+
"endIndex": 2
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "EnumMember",
|
|
1825
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackPVFailedCalc:member",
|
|
1826
|
+
"docComment": "",
|
|
1827
|
+
"excerptTokens": [
|
|
1828
|
+
{
|
|
1829
|
+
"kind": "Content",
|
|
1830
|
+
"text": "TrackPVFailedCalc = "
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "Content",
|
|
1834
|
+
"text": "38"
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
"releaseTag": "Public",
|
|
1838
|
+
"name": "TrackPVFailedCalc",
|
|
1839
|
+
"initializerTokenRange": {
|
|
1840
|
+
"startIndex": 1,
|
|
1841
|
+
"endIndex": 2
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "EnumMember",
|
|
1846
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TrackTraceFailed:member",
|
|
1847
|
+
"docComment": "",
|
|
1848
|
+
"excerptTokens": [
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "Content",
|
|
1851
|
+
"text": "TrackTraceFailed = "
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"kind": "Content",
|
|
1855
|
+
"text": "39"
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"releaseTag": "Public",
|
|
1859
|
+
"name": "TrackTraceFailed",
|
|
1860
|
+
"initializerTokenRange": {
|
|
1861
|
+
"startIndex": 1,
|
|
1862
|
+
"endIndex": 2
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"kind": "EnumMember",
|
|
1867
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.TransmissionFailed:member",
|
|
1868
|
+
"docComment": "",
|
|
1869
|
+
"excerptTokens": [
|
|
1870
|
+
{
|
|
1871
|
+
"kind": "Content",
|
|
1872
|
+
"text": "TransmissionFailed = "
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"kind": "Content",
|
|
1876
|
+
"text": "40"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"releaseTag": "Public",
|
|
1880
|
+
"name": "TransmissionFailed",
|
|
1881
|
+
"initializerTokenRange": {
|
|
1882
|
+
"startIndex": 1,
|
|
1883
|
+
"endIndex": 2
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "EnumMember",
|
|
1888
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId.UrlTooLong:member",
|
|
1889
|
+
"docComment": "",
|
|
1890
|
+
"excerptTokens": [
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "Content",
|
|
1893
|
+
"text": "UrlTooLong = "
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "Content",
|
|
1897
|
+
"text": "66"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"releaseTag": "Public",
|
|
1901
|
+
"name": "UrlTooLong",
|
|
1902
|
+
"initializerTokenRange": {
|
|
1903
|
+
"startIndex": 1,
|
|
1904
|
+
"endIndex": 2
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"kind": "TypeAlias",
|
|
1911
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_InternalMessageId:type",
|
|
1912
|
+
"docComment": "",
|
|
1913
|
+
"excerptTokens": [
|
|
1914
|
+
{
|
|
1915
|
+
"kind": "Content",
|
|
1916
|
+
"text": "export declare type _InternalMessageId = "
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"kind": "Content",
|
|
1920
|
+
"text": "number | "
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "Reference",
|
|
1924
|
+
"text": "_eInternalMessageId",
|
|
1925
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_eInternalMessageId:enum"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "Content",
|
|
1929
|
+
"text": ";"
|
|
1930
|
+
}
|
|
1931
|
+
],
|
|
1932
|
+
"releaseTag": "Public",
|
|
1933
|
+
"name": "_InternalMessageId",
|
|
1934
|
+
"typeTokenRange": {
|
|
1935
|
+
"startIndex": 1,
|
|
1936
|
+
"endIndex": 3
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "Variable",
|
|
1941
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!_InternalMessageId:var",
|
|
1942
|
+
"docComment": "/**\n * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered\n */\n",
|
|
1943
|
+
"excerptTokens": [
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "Content",
|
|
1946
|
+
"text": "_InternalMessageId: "
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"kind": "Content",
|
|
1950
|
+
"text": "{\n BrowserDoesNotSupportLocalStorage: number;\n BrowserCannotReadLocalStorage: number;\n BrowserCannotReadSessionStorage: number;\n BrowserCannotWriteLocalStorage: number;\n BrowserCannotWriteSessionStorage: number;\n BrowserFailedRemovalFromLocalStorage: number;\n BrowserFailedRemovalFromSessionStorage: number;\n CannotSendEmptyTelemetry: number;\n ClientPerformanceMathError: number;\n ErrorParsingAISessionCookie: number;\n ErrorPVCalc: number;\n ExceptionWhileLoggingError: number;\n FailedAddingTelemetryToBuffer: number;\n FailedMonitorAjaxAbort: number;\n FailedMonitorAjaxDur: number;\n FailedMonitorAjaxOpen: number;\n FailedMonitorAjaxRSC: number;\n FailedMonitorAjaxSend: number;\n FailedMonitorAjaxGetCorrelationHeader: number;\n FailedToAddHandlerForOnBeforeUnload: number;\n FailedToSendQueuedTelemetry: number;\n FailedToReportDataLoss: number;\n FlushFailed: number;\n MessageLimitPerPVExceeded: number;\n MissingRequiredFieldSpecification: number;\n NavigationTimingNotSupported: number;\n OnError: number;\n SessionRenewalDateIsZero: number;\n SenderNotInitialized: number;\n StartTrackEventFailed: number;\n StopTrackEventFailed: number;\n StartTrackFailed: number;\n StopTrackFailed: number;\n TelemetrySampledAndNotSent: number;\n TrackEventFailed: number;\n TrackExceptionFailed: number;\n TrackMetricFailed: number;\n TrackPVFailed: number;\n TrackPVFailedCalc: number;\n TrackTraceFailed: number;\n TransmissionFailed: number;\n FailedToSetStorageBuffer: number;\n FailedToRestoreStorageBuffer: number;\n InvalidBackendResponse: number;\n FailedToFixDepricatedValues: number;\n InvalidDurationValue: number;\n TelemetryEnvelopeInvalid: number;\n CreateEnvelopeError: number;\n CannotSerializeObject: number;\n CannotSerializeObjectNonSerializable: number;\n CircularReferenceDetected: number;\n ClearAuthContextFailed: number;\n ExceptionTruncated: number;\n IllegalCharsInName: number;\n ItemNotInArray: number;\n MaxAjaxPerPVExceeded: number;\n MessageTruncated: number;\n NameTooLong: number;\n SampleRateOutOfRange: number;\n SetAuthContextFailed: number;\n SetAuthContextFailedAccountName: number;\n StringValueTooLong: number;\n StartCalledMoreThanOnce: number;\n StopCalledWithoutStart: number;\n TelemetryInitializerFailed: number;\n TrackArgumentsNotSpecified: number;\n UrlTooLong: number;\n SessionStorageBufferFull: number;\n CannotAccessCookie: number;\n IdTooLong: number;\n InvalidEvent: number;\n FailedMonitorAjaxSetRequestHeader: number;\n SendBrowserInfoOnUserInit: number;\n PluginException: number;\n NotificationException: number;\n SnippetScriptLoadFailure: number;\n InvalidInstrumentationKey: number;\n CannotParseAiBlobValue: number;\n InvalidContentBlob: number;\n TrackPageActionEventFailed: number;\n FailedAddingCustomDefinedRequestContext: number;\n InMemoryStorageBufferFull: number;\n}"
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1953
|
+
"releaseTag": "Public",
|
|
1954
|
+
"name": "_InternalMessageId",
|
|
1955
|
+
"variableTypeTokenRange": {
|
|
1956
|
+
"startIndex": 1,
|
|
1957
|
+
"endIndex": 2
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "Class",
|
|
1962
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!AppInsightsCore:class",
|
|
1963
|
+
"docComment": "",
|
|
1964
|
+
"excerptTokens": [
|
|
1965
|
+
{
|
|
1966
|
+
"kind": "Content",
|
|
1967
|
+
"text": "export declare class AppInsightsCore extends "
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "Reference",
|
|
1971
|
+
"text": "BaseCore",
|
|
1972
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!BaseCore:class"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "Content",
|
|
1976
|
+
"text": " "
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "Content",
|
|
1980
|
+
"text": "implements "
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "Reference",
|
|
1984
|
+
"text": "IAppInsightsCore",
|
|
1985
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IAppInsightsCore:interface"
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"kind": "Content",
|
|
1989
|
+
"text": " "
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
"releaseTag": "Public",
|
|
1993
|
+
"name": "AppInsightsCore",
|
|
1994
|
+
"members": [
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "Constructor",
|
|
1997
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!AppInsightsCore:constructor(1)",
|
|
1998
|
+
"docComment": "/**\n * Constructs a new instance of the `AppInsightsCore` class\n */\n",
|
|
1999
|
+
"excerptTokens": [
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "Content",
|
|
2002
|
+
"text": "constructor();"
|
|
2003
|
+
}
|
|
2004
|
+
],
|
|
2005
|
+
"releaseTag": "Public",
|
|
2006
|
+
"overloadIndex": 1,
|
|
2007
|
+
"parameters": []
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "Method",
|
|
2011
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!AppInsightsCore#initialize:member(1)",
|
|
2012
|
+
"docComment": "",
|
|
2013
|
+
"excerptTokens": [
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "Content",
|
|
2016
|
+
"text": "initialize(config: "
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "Reference",
|
|
2020
|
+
"text": "IConfiguration",
|
|
2021
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfiguration:interface"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "Content",
|
|
2025
|
+
"text": ", extensions: "
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"kind": "Reference",
|
|
2029
|
+
"text": "IPlugin",
|
|
2030
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "Content",
|
|
2034
|
+
"text": "[]"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"kind": "Content",
|
|
2038
|
+
"text": ", logger?: "
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "Reference",
|
|
2042
|
+
"text": "IDiagnosticLogger",
|
|
2043
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IDiagnosticLogger:interface"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "Content",
|
|
2047
|
+
"text": ", notificationManager?: "
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"kind": "Reference",
|
|
2051
|
+
"text": "INotificationManager",
|
|
2052
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!INotificationManager:interface"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "Content",
|
|
2056
|
+
"text": "): "
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "Content",
|
|
2060
|
+
"text": "void"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "Content",
|
|
2064
|
+
"text": ";"
|
|
2065
|
+
}
|
|
2066
|
+
],
|
|
2067
|
+
"isOptional": false,
|
|
2068
|
+
"isStatic": false,
|
|
2069
|
+
"returnTypeTokenRange": {
|
|
2070
|
+
"startIndex": 10,
|
|
2071
|
+
"endIndex": 11
|
|
2072
|
+
},
|
|
2073
|
+
"releaseTag": "Public",
|
|
2074
|
+
"overloadIndex": 1,
|
|
2075
|
+
"parameters": [
|
|
2076
|
+
{
|
|
2077
|
+
"parameterName": "config",
|
|
2078
|
+
"parameterTypeTokenRange": {
|
|
2079
|
+
"startIndex": 1,
|
|
2080
|
+
"endIndex": 2
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"parameterName": "extensions",
|
|
2085
|
+
"parameterTypeTokenRange": {
|
|
2086
|
+
"startIndex": 3,
|
|
2087
|
+
"endIndex": 5
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"parameterName": "logger",
|
|
2092
|
+
"parameterTypeTokenRange": {
|
|
2093
|
+
"startIndex": 6,
|
|
2094
|
+
"endIndex": 7
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"parameterName": "notificationManager",
|
|
2099
|
+
"parameterTypeTokenRange": {
|
|
2100
|
+
"startIndex": 8,
|
|
2101
|
+
"endIndex": 9
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
],
|
|
2105
|
+
"name": "initialize"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"kind": "Method",
|
|
2109
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!AppInsightsCore#track:member(1)",
|
|
2110
|
+
"docComment": "",
|
|
2111
|
+
"excerptTokens": [
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "Content",
|
|
2114
|
+
"text": "track(telemetryItem: "
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "Reference",
|
|
2118
|
+
"text": "ITelemetryItem",
|
|
2119
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryItem:interface"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "Content",
|
|
2123
|
+
"text": "): "
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "Content",
|
|
2127
|
+
"text": "void"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "Content",
|
|
2131
|
+
"text": ";"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"isOptional": false,
|
|
2135
|
+
"isStatic": false,
|
|
2136
|
+
"returnTypeTokenRange": {
|
|
2137
|
+
"startIndex": 3,
|
|
2138
|
+
"endIndex": 4
|
|
2139
|
+
},
|
|
2140
|
+
"releaseTag": "Public",
|
|
2141
|
+
"overloadIndex": 1,
|
|
2142
|
+
"parameters": [
|
|
2143
|
+
{
|
|
2144
|
+
"parameterName": "telemetryItem",
|
|
2145
|
+
"parameterTypeTokenRange": {
|
|
2146
|
+
"startIndex": 1,
|
|
2147
|
+
"endIndex": 2
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
],
|
|
2151
|
+
"name": "track"
|
|
2152
|
+
}
|
|
2153
|
+
],
|
|
2154
|
+
"extendsTokenRange": {
|
|
2155
|
+
"startIndex": 1,
|
|
2156
|
+
"endIndex": 3
|
|
2157
|
+
},
|
|
2158
|
+
"implementsTokenRanges": [
|
|
2159
|
+
{
|
|
2160
|
+
"startIndex": 4,
|
|
2161
|
+
"endIndex": 6
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"kind": "Class",
|
|
2167
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights:class",
|
|
2168
|
+
"docComment": "/**\n * @export @class ApplicationInsights\n */\n",
|
|
2169
|
+
"excerptTokens": [
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "Content",
|
|
2172
|
+
"text": "export declare class ApplicationInsights "
|
|
2173
|
+
}
|
|
2174
|
+
],
|
|
2175
|
+
"releaseTag": "Public",
|
|
2176
|
+
"name": "ApplicationInsights",
|
|
2177
|
+
"members": [
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "Constructor",
|
|
2180
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights:constructor(1)",
|
|
2181
|
+
"docComment": "/**\n * Creates an instance of ApplicationInsights.\n *\n * @param config - @memberof ApplicationInsights\n */\n",
|
|
2182
|
+
"excerptTokens": [
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "Content",
|
|
2185
|
+
"text": "constructor(config: "
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"kind": "Reference",
|
|
2189
|
+
"text": "IConfiguration",
|
|
2190
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfiguration:interface"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "Content",
|
|
2194
|
+
"text": " & "
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "Reference",
|
|
2198
|
+
"text": "IConfig",
|
|
2199
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfig:interface"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "Content",
|
|
2203
|
+
"text": ");"
|
|
2204
|
+
}
|
|
2205
|
+
],
|
|
2206
|
+
"releaseTag": "Public",
|
|
2207
|
+
"overloadIndex": 1,
|
|
2208
|
+
"parameters": [
|
|
2209
|
+
{
|
|
2210
|
+
"parameterName": "config",
|
|
2211
|
+
"parameterTypeTokenRange": {
|
|
2212
|
+
"startIndex": 1,
|
|
2213
|
+
"endIndex": 4
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"kind": "Method",
|
|
2220
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#addPlugin:member(1)",
|
|
2221
|
+
"docComment": "/**\n * Add a new plugin to the installation\n *\n * @param plugin - The new plugin to add\n *\n * @param replaceExisting - should any existing plugin be replaced\n *\n * @param doAsync - Should the add be performed asynchronously\n */\n",
|
|
2222
|
+
"excerptTokens": [
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "Content",
|
|
2225
|
+
"text": "addPlugin<T extends "
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"kind": "Reference",
|
|
2229
|
+
"text": "IPlugin",
|
|
2230
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"kind": "Content",
|
|
2234
|
+
"text": " "
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "Content",
|
|
2238
|
+
"text": "= "
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "Reference",
|
|
2242
|
+
"text": "ITelemetryPlugin",
|
|
2243
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPlugin:interface"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "Content",
|
|
2247
|
+
"text": ">(plugin: "
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "Content",
|
|
2251
|
+
"text": "T"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "Content",
|
|
2255
|
+
"text": ", replaceExisting: "
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "Content",
|
|
2259
|
+
"text": "boolean"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "Content",
|
|
2263
|
+
"text": ", doAsync: "
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "Content",
|
|
2267
|
+
"text": "boolean"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"kind": "Content",
|
|
2271
|
+
"text": ", addCb?: "
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "Content",
|
|
2275
|
+
"text": "(added?: boolean) => void"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"kind": "Content",
|
|
2279
|
+
"text": "): "
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "Content",
|
|
2283
|
+
"text": "void"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "Content",
|
|
2287
|
+
"text": ";"
|
|
2288
|
+
}
|
|
2289
|
+
],
|
|
2290
|
+
"isOptional": false,
|
|
2291
|
+
"isStatic": false,
|
|
2292
|
+
"returnTypeTokenRange": {
|
|
2293
|
+
"startIndex": 14,
|
|
2294
|
+
"endIndex": 15
|
|
2295
|
+
},
|
|
2296
|
+
"releaseTag": "Public",
|
|
2297
|
+
"overloadIndex": 1,
|
|
2298
|
+
"parameters": [
|
|
2299
|
+
{
|
|
2300
|
+
"parameterName": "plugin",
|
|
2301
|
+
"parameterTypeTokenRange": {
|
|
2302
|
+
"startIndex": 6,
|
|
2303
|
+
"endIndex": 7
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"parameterName": "replaceExisting",
|
|
2308
|
+
"parameterTypeTokenRange": {
|
|
2309
|
+
"startIndex": 8,
|
|
2310
|
+
"endIndex": 9
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"parameterName": "doAsync",
|
|
2315
|
+
"parameterTypeTokenRange": {
|
|
2316
|
+
"startIndex": 10,
|
|
2317
|
+
"endIndex": 11
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"parameterName": "addCb",
|
|
2322
|
+
"parameterTypeTokenRange": {
|
|
2323
|
+
"startIndex": 12,
|
|
2324
|
+
"endIndex": 13
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
],
|
|
2328
|
+
"typeParameters": [
|
|
2329
|
+
{
|
|
2330
|
+
"typeParameterName": "T",
|
|
2331
|
+
"constraintTokenRange": {
|
|
2332
|
+
"startIndex": 1,
|
|
2333
|
+
"endIndex": 3
|
|
2334
|
+
},
|
|
2335
|
+
"defaultTypeTokenRange": {
|
|
2336
|
+
"startIndex": 4,
|
|
2337
|
+
"endIndex": 5
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"name": "addPlugin"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "Method",
|
|
2345
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#addUnloadCb:member(1)",
|
|
2346
|
+
"docComment": "/**\n * Add an unload handler that will be called when the SDK is being unloaded\n *\n * @param handler - the handler\n */\n",
|
|
2347
|
+
"excerptTokens": [
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "Content",
|
|
2350
|
+
"text": "addUnloadCb(handler: "
|
|
260
2351
|
},
|
|
261
2352
|
{
|
|
262
2353
|
"kind": "Reference",
|
|
263
|
-
"text": "
|
|
264
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
2354
|
+
"text": "UnloadHandler",
|
|
2355
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!UnloadHandler:type"
|
|
265
2356
|
},
|
|
266
2357
|
{
|
|
267
2358
|
"kind": "Content",
|
|
@@ -279,56 +2370,100 @@
|
|
|
279
2370
|
"isOptional": false,
|
|
280
2371
|
"isStatic": false,
|
|
281
2372
|
"returnTypeTokenRange": {
|
|
282
|
-
"startIndex":
|
|
283
|
-
"endIndex":
|
|
2373
|
+
"startIndex": 3,
|
|
2374
|
+
"endIndex": 4
|
|
284
2375
|
},
|
|
285
2376
|
"releaseTag": "Public",
|
|
286
2377
|
"overloadIndex": 1,
|
|
287
2378
|
"parameters": [
|
|
288
2379
|
{
|
|
289
|
-
"parameterName": "
|
|
2380
|
+
"parameterName": "handler",
|
|
290
2381
|
"parameterTypeTokenRange": {
|
|
291
2382
|
"startIndex": 1,
|
|
292
2383
|
"endIndex": 2
|
|
293
2384
|
}
|
|
2385
|
+
}
|
|
2386
|
+
],
|
|
2387
|
+
"name": "addUnloadCb"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "Property",
|
|
2391
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#config:member",
|
|
2392
|
+
"docComment": "",
|
|
2393
|
+
"excerptTokens": [
|
|
2394
|
+
{
|
|
2395
|
+
"kind": "Content",
|
|
2396
|
+
"text": "config: "
|
|
294
2397
|
},
|
|
295
2398
|
{
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
|
|
299
|
-
"endIndex": 5
|
|
300
|
-
}
|
|
2399
|
+
"kind": "Reference",
|
|
2400
|
+
"text": "IConfiguration",
|
|
2401
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfiguration:interface"
|
|
301
2402
|
},
|
|
302
2403
|
{
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"startIndex": 6,
|
|
306
|
-
"endIndex": 7
|
|
307
|
-
}
|
|
2404
|
+
"kind": "Content",
|
|
2405
|
+
"text": " & "
|
|
308
2406
|
},
|
|
309
2407
|
{
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
2408
|
+
"kind": "Reference",
|
|
2409
|
+
"text": "IConfig",
|
|
2410
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfig:interface"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"kind": "Content",
|
|
2414
|
+
"text": ";"
|
|
315
2415
|
}
|
|
316
2416
|
],
|
|
317
|
-
"
|
|
2417
|
+
"isOptional": false,
|
|
2418
|
+
"releaseTag": "Public",
|
|
2419
|
+
"name": "config",
|
|
2420
|
+
"propertyTypeTokenRange": {
|
|
2421
|
+
"startIndex": 1,
|
|
2422
|
+
"endIndex": 4
|
|
2423
|
+
},
|
|
2424
|
+
"isStatic": false
|
|
318
2425
|
},
|
|
319
2426
|
{
|
|
320
2427
|
"kind": "Method",
|
|
321
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
322
|
-
"docComment": "",
|
|
2428
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#evtNamespace:member(1)",
|
|
2429
|
+
"docComment": "/**\n * Returns the unique event namespace that should be used\n */\n",
|
|
323
2430
|
"excerptTokens": [
|
|
324
2431
|
{
|
|
325
2432
|
"kind": "Content",
|
|
326
|
-
"text": "
|
|
2433
|
+
"text": "evtNamespace(): "
|
|
327
2434
|
},
|
|
328
2435
|
{
|
|
329
|
-
"kind": "
|
|
330
|
-
"text": "
|
|
331
|
-
|
|
2436
|
+
"kind": "Content",
|
|
2437
|
+
"text": "string"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "Content",
|
|
2441
|
+
"text": ";"
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"isOptional": false,
|
|
2445
|
+
"isStatic": false,
|
|
2446
|
+
"returnTypeTokenRange": {
|
|
2447
|
+
"startIndex": 1,
|
|
2448
|
+
"endIndex": 2
|
|
2449
|
+
},
|
|
2450
|
+
"releaseTag": "Public",
|
|
2451
|
+
"overloadIndex": 1,
|
|
2452
|
+
"parameters": [],
|
|
2453
|
+
"name": "evtNamespace"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "Method",
|
|
2457
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#flush:member(1)",
|
|
2458
|
+
"docComment": "/**\n * Immediately send all batched telemetry\n *\n * @param async - @memberof ApplicationInsights\n */\n",
|
|
2459
|
+
"excerptTokens": [
|
|
2460
|
+
{
|
|
2461
|
+
"kind": "Content",
|
|
2462
|
+
"text": "flush(async?: "
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"kind": "Content",
|
|
2466
|
+
"text": "boolean"
|
|
332
2467
|
},
|
|
333
2468
|
{
|
|
334
2469
|
"kind": "Content",
|
|
@@ -353,102 +2488,112 @@
|
|
|
353
2488
|
"overloadIndex": 1,
|
|
354
2489
|
"parameters": [
|
|
355
2490
|
{
|
|
356
|
-
"parameterName": "
|
|
2491
|
+
"parameterName": "async",
|
|
357
2492
|
"parameterTypeTokenRange": {
|
|
358
2493
|
"startIndex": 1,
|
|
359
2494
|
"endIndex": 2
|
|
360
2495
|
}
|
|
361
2496
|
}
|
|
362
2497
|
],
|
|
363
|
-
"name": "
|
|
364
|
-
}
|
|
365
|
-
],
|
|
366
|
-
"extendsTokenRange": {
|
|
367
|
-
"startIndex": 1,
|
|
368
|
-
"endIndex": 3
|
|
369
|
-
},
|
|
370
|
-
"implementsTokenRanges": [
|
|
371
|
-
{
|
|
372
|
-
"startIndex": 4,
|
|
373
|
-
"endIndex": 6
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "Class",
|
|
379
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights:class",
|
|
380
|
-
"docComment": "/**\n * @export @class ApplicationInsights\n */\n",
|
|
381
|
-
"excerptTokens": [
|
|
382
|
-
{
|
|
383
|
-
"kind": "Content",
|
|
384
|
-
"text": "export declare class ApplicationInsights "
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"releaseTag": "Public",
|
|
388
|
-
"name": "ApplicationInsights",
|
|
389
|
-
"members": [
|
|
2498
|
+
"name": "flush"
|
|
2499
|
+
},
|
|
390
2500
|
{
|
|
391
|
-
"kind": "
|
|
392
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights:
|
|
393
|
-
"docComment": "/**\n *
|
|
2501
|
+
"kind": "Method",
|
|
2502
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#getPlugin:member(1)",
|
|
2503
|
+
"docComment": "/**\n * Find and return the (first) plugin with the specified identifier if present\n *\n * @param pluginIdentifier - \n */\n",
|
|
394
2504
|
"excerptTokens": [
|
|
395
2505
|
{
|
|
396
2506
|
"kind": "Content",
|
|
397
|
-
"text": "
|
|
2507
|
+
"text": "getPlugin<T extends "
|
|
398
2508
|
},
|
|
399
2509
|
{
|
|
400
2510
|
"kind": "Reference",
|
|
401
|
-
"text": "
|
|
402
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
2511
|
+
"text": "IPlugin",
|
|
2512
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
403
2513
|
},
|
|
404
2514
|
{
|
|
405
2515
|
"kind": "Content",
|
|
406
|
-
"text": "
|
|
2516
|
+
"text": " "
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "Content",
|
|
2520
|
+
"text": "= "
|
|
407
2521
|
},
|
|
408
2522
|
{
|
|
409
2523
|
"kind": "Reference",
|
|
410
|
-
"text": "
|
|
411
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
2524
|
+
"text": "IPlugin",
|
|
2525
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
412
2526
|
},
|
|
413
2527
|
{
|
|
414
2528
|
"kind": "Content",
|
|
415
|
-
"text": "
|
|
2529
|
+
"text": ">(pluginIdentifier: "
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"kind": "Content",
|
|
2533
|
+
"text": "string"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"kind": "Content",
|
|
2537
|
+
"text": "): "
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"kind": "Reference",
|
|
2541
|
+
"text": "ILoadedPlugin",
|
|
2542
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin:interface"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "Content",
|
|
2546
|
+
"text": "<T>"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"kind": "Content",
|
|
2550
|
+
"text": ";"
|
|
416
2551
|
}
|
|
417
2552
|
],
|
|
2553
|
+
"isOptional": false,
|
|
2554
|
+
"isStatic": false,
|
|
2555
|
+
"returnTypeTokenRange": {
|
|
2556
|
+
"startIndex": 8,
|
|
2557
|
+
"endIndex": 10
|
|
2558
|
+
},
|
|
418
2559
|
"releaseTag": "Public",
|
|
419
2560
|
"overloadIndex": 1,
|
|
420
2561
|
"parameters": [
|
|
421
2562
|
{
|
|
422
|
-
"parameterName": "
|
|
2563
|
+
"parameterName": "pluginIdentifier",
|
|
423
2564
|
"parameterTypeTokenRange": {
|
|
2565
|
+
"startIndex": 6,
|
|
2566
|
+
"endIndex": 7
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"typeParameters": [
|
|
2571
|
+
{
|
|
2572
|
+
"typeParameterName": "T",
|
|
2573
|
+
"constraintTokenRange": {
|
|
424
2574
|
"startIndex": 1,
|
|
425
|
-
"endIndex":
|
|
2575
|
+
"endIndex": 3
|
|
2576
|
+
},
|
|
2577
|
+
"defaultTypeTokenRange": {
|
|
2578
|
+
"startIndex": 4,
|
|
2579
|
+
"endIndex": 5
|
|
426
2580
|
}
|
|
427
2581
|
}
|
|
428
|
-
]
|
|
2582
|
+
],
|
|
2583
|
+
"name": "getPlugin"
|
|
429
2584
|
},
|
|
430
2585
|
{
|
|
431
|
-
"kind": "
|
|
432
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#
|
|
2586
|
+
"kind": "Method",
|
|
2587
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#getSKUDefaults:member(1)",
|
|
433
2588
|
"docComment": "",
|
|
434
2589
|
"excerptTokens": [
|
|
435
2590
|
{
|
|
436
2591
|
"kind": "Content",
|
|
437
|
-
"text": "
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"kind": "Reference",
|
|
441
|
-
"text": "IConfiguration",
|
|
442
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfiguration:interface"
|
|
2592
|
+
"text": "getSKUDefaults(): "
|
|
443
2593
|
},
|
|
444
2594
|
{
|
|
445
2595
|
"kind": "Content",
|
|
446
|
-
"text": "
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "Reference",
|
|
450
|
-
"text": "IConfig",
|
|
451
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfig:interface"
|
|
2596
|
+
"text": "void"
|
|
452
2597
|
},
|
|
453
2598
|
{
|
|
454
2599
|
"kind": "Content",
|
|
@@ -456,30 +2601,24 @@
|
|
|
456
2601
|
}
|
|
457
2602
|
],
|
|
458
2603
|
"isOptional": false,
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"propertyTypeTokenRange": {
|
|
2604
|
+
"isStatic": false,
|
|
2605
|
+
"returnTypeTokenRange": {
|
|
462
2606
|
"startIndex": 1,
|
|
463
|
-
"endIndex":
|
|
2607
|
+
"endIndex": 2
|
|
464
2608
|
},
|
|
465
|
-
"
|
|
2609
|
+
"releaseTag": "Public",
|
|
2610
|
+
"overloadIndex": 1,
|
|
2611
|
+
"parameters": [],
|
|
2612
|
+
"name": "getSKUDefaults"
|
|
466
2613
|
},
|
|
467
2614
|
{
|
|
468
2615
|
"kind": "Method",
|
|
469
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#
|
|
470
|
-
"docComment": "/**\n *
|
|
2616
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#initialize:member(1)",
|
|
2617
|
+
"docComment": "/**\n * Initialize this instance of ApplicationInsights\n *\n * @memberof ApplicationInsights\n */\n",
|
|
471
2618
|
"excerptTokens": [
|
|
472
2619
|
{
|
|
473
2620
|
"kind": "Content",
|
|
474
|
-
"text": "
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"kind": "Content",
|
|
478
|
-
"text": "boolean"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"kind": "Content",
|
|
482
|
-
"text": "): "
|
|
2621
|
+
"text": "initialize(): "
|
|
483
2622
|
},
|
|
484
2623
|
{
|
|
485
2624
|
"kind": "Content",
|
|
@@ -493,30 +2632,22 @@
|
|
|
493
2632
|
"isOptional": false,
|
|
494
2633
|
"isStatic": false,
|
|
495
2634
|
"returnTypeTokenRange": {
|
|
496
|
-
"startIndex":
|
|
497
|
-
"endIndex":
|
|
2635
|
+
"startIndex": 1,
|
|
2636
|
+
"endIndex": 2
|
|
498
2637
|
},
|
|
499
2638
|
"releaseTag": "Public",
|
|
500
2639
|
"overloadIndex": 1,
|
|
501
|
-
"parameters": [
|
|
502
|
-
|
|
503
|
-
"parameterName": "async",
|
|
504
|
-
"parameterTypeTokenRange": {
|
|
505
|
-
"startIndex": 1,
|
|
506
|
-
"endIndex": 2
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
],
|
|
510
|
-
"name": "flush"
|
|
2640
|
+
"parameters": [],
|
|
2641
|
+
"name": "initialize"
|
|
511
2642
|
},
|
|
512
2643
|
{
|
|
513
2644
|
"kind": "Method",
|
|
514
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#
|
|
515
|
-
"docComment": "
|
|
2645
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#pollInternalLogs:member(1)",
|
|
2646
|
+
"docComment": "",
|
|
516
2647
|
"excerptTokens": [
|
|
517
2648
|
{
|
|
518
2649
|
"kind": "Content",
|
|
519
|
-
"text": "
|
|
2650
|
+
"text": "pollInternalLogs(): "
|
|
520
2651
|
},
|
|
521
2652
|
{
|
|
522
2653
|
"kind": "Content",
|
|
@@ -536,7 +2667,7 @@
|
|
|
536
2667
|
"releaseTag": "Public",
|
|
537
2668
|
"overloadIndex": 1,
|
|
538
2669
|
"parameters": [],
|
|
539
|
-
"name": "
|
|
2670
|
+
"name": "pollInternalLogs"
|
|
540
2671
|
},
|
|
541
2672
|
{
|
|
542
2673
|
"kind": "Method",
|
|
@@ -612,10 +2743,164 @@
|
|
|
612
2743
|
}
|
|
613
2744
|
],
|
|
614
2745
|
"name": "track"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "Method",
|
|
2749
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ApplicationInsights#unload:member(1)",
|
|
2750
|
+
"docComment": "/**\n * Unload and Tear down the SDK and any initialized plugins, after calling this the SDK will be considered to be un-initialized and non-operational, re-initializing the SDK should only be attempted if the previous unload call return `true` stating that all plugins reported that they also unloaded, the recommended approach is to create a new instance and initialize that instance. This is due to possible unexpected side effects caused by plugins not supporting unload / teardown, unable to successfully remove any global references or they may just be completing the unload process asynchronously.\n */\n",
|
|
2751
|
+
"excerptTokens": [
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "Content",
|
|
2754
|
+
"text": "unload(isAsync?: "
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "Content",
|
|
2758
|
+
"text": "boolean"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "Content",
|
|
2762
|
+
"text": ", unloadComplete?: "
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "Content",
|
|
2766
|
+
"text": "() => void"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "Content",
|
|
2770
|
+
"text": "): "
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "Content",
|
|
2774
|
+
"text": "void"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "Content",
|
|
2778
|
+
"text": ";"
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"isOptional": false,
|
|
2782
|
+
"isStatic": false,
|
|
2783
|
+
"returnTypeTokenRange": {
|
|
2784
|
+
"startIndex": 5,
|
|
2785
|
+
"endIndex": 6
|
|
2786
|
+
},
|
|
2787
|
+
"releaseTag": "Public",
|
|
2788
|
+
"overloadIndex": 1,
|
|
2789
|
+
"parameters": [
|
|
2790
|
+
{
|
|
2791
|
+
"parameterName": "isAsync",
|
|
2792
|
+
"parameterTypeTokenRange": {
|
|
2793
|
+
"startIndex": 1,
|
|
2794
|
+
"endIndex": 2
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"parameterName": "unloadComplete",
|
|
2799
|
+
"parameterTypeTokenRange": {
|
|
2800
|
+
"startIndex": 3,
|
|
2801
|
+
"endIndex": 4
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
],
|
|
2805
|
+
"name": "unload"
|
|
615
2806
|
}
|
|
616
2807
|
],
|
|
617
2808
|
"implementsTokenRanges": []
|
|
618
2809
|
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "Function",
|
|
2812
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!arrForEach:function(1)",
|
|
2813
|
+
"docComment": "/**\n * Performs the specified action for each element in an array. This helper exists to avoid adding a polyfil for older browsers that do not define Array.prototype.xxxx (eg. ES3 only, IE8) just in case any page checks for presence/absence of the prototype implementation. Note: For consistency this will not use the Array.prototype.xxxx implementation if it exists as this would cause a testing requirement to test with and without the implementations\n *\n * @param callbackfn - A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array. It can return -1 to break out of the loop\n *\n * @param thisArg - [Optional] An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.\n */\n",
|
|
2814
|
+
"excerptTokens": [
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "Content",
|
|
2817
|
+
"text": "export declare function arrForEach<T = "
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "Content",
|
|
2821
|
+
"text": "any"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"kind": "Content",
|
|
2825
|
+
"text": ">(arr: "
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "Content",
|
|
2829
|
+
"text": "T[]"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "Content",
|
|
2833
|
+
"text": ", callbackfn: "
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"kind": "Content",
|
|
2837
|
+
"text": "(value: T, index?: number, array?: T[]) => undefined | void | number"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "Content",
|
|
2841
|
+
"text": ", thisArg?: "
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"kind": "Content",
|
|
2845
|
+
"text": "any"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "Content",
|
|
2849
|
+
"text": "): "
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"kind": "Content",
|
|
2853
|
+
"text": "void"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "Content",
|
|
2857
|
+
"text": ";"
|
|
2858
|
+
}
|
|
2859
|
+
],
|
|
2860
|
+
"returnTypeTokenRange": {
|
|
2861
|
+
"startIndex": 9,
|
|
2862
|
+
"endIndex": 10
|
|
2863
|
+
},
|
|
2864
|
+
"releaseTag": "Public",
|
|
2865
|
+
"overloadIndex": 1,
|
|
2866
|
+
"parameters": [
|
|
2867
|
+
{
|
|
2868
|
+
"parameterName": "arr",
|
|
2869
|
+
"parameterTypeTokenRange": {
|
|
2870
|
+
"startIndex": 3,
|
|
2871
|
+
"endIndex": 4
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"parameterName": "callbackfn",
|
|
2876
|
+
"parameterTypeTokenRange": {
|
|
2877
|
+
"startIndex": 5,
|
|
2878
|
+
"endIndex": 6
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"parameterName": "thisArg",
|
|
2883
|
+
"parameterTypeTokenRange": {
|
|
2884
|
+
"startIndex": 7,
|
|
2885
|
+
"endIndex": 8
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"typeParameters": [
|
|
2890
|
+
{
|
|
2891
|
+
"typeParameterName": "T",
|
|
2892
|
+
"constraintTokenRange": {
|
|
2893
|
+
"startIndex": 0,
|
|
2894
|
+
"endIndex": 0
|
|
2895
|
+
},
|
|
2896
|
+
"defaultTypeTokenRange": {
|
|
2897
|
+
"startIndex": 1,
|
|
2898
|
+
"endIndex": 2
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"name": "arrForEach"
|
|
2903
|
+
},
|
|
619
2904
|
{
|
|
620
2905
|
"kind": "Variable",
|
|
621
2906
|
"canonicalReference": "@microsoft/applicationinsights-web-basic!CoreUtils:var",
|
|
@@ -2956,35 +5241,182 @@
|
|
|
2956
5241
|
"text": "IPartC",
|
|
2957
5242
|
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPartC:interface"
|
|
2958
5243
|
},
|
|
2959
|
-
{
|
|
2960
|
-
"kind": "Content",
|
|
2961
|
-
"text": " "
|
|
2962
|
-
}
|
|
2963
|
-
],
|
|
2964
|
-
"releaseTag": "Public",
|
|
2965
|
-
"name": "IEventTelemetry",
|
|
2966
|
-
"members": [
|
|
5244
|
+
{
|
|
5245
|
+
"kind": "Content",
|
|
5246
|
+
"text": " "
|
|
5247
|
+
}
|
|
5248
|
+
],
|
|
5249
|
+
"releaseTag": "Public",
|
|
5250
|
+
"name": "IEventTelemetry",
|
|
5251
|
+
"members": [
|
|
5252
|
+
{
|
|
5253
|
+
"kind": "PropertySignature",
|
|
5254
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IEventTelemetry#iKey:member",
|
|
5255
|
+
"docComment": "/**\n * @description custom defined iKey @type {string} @memberof IEventTelemetry\n */\n",
|
|
5256
|
+
"excerptTokens": [
|
|
5257
|
+
{
|
|
5258
|
+
"kind": "Content",
|
|
5259
|
+
"text": "iKey?: "
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "Content",
|
|
5263
|
+
"text": "string"
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"kind": "Content",
|
|
5267
|
+
"text": ";"
|
|
5268
|
+
}
|
|
5269
|
+
],
|
|
5270
|
+
"isOptional": true,
|
|
5271
|
+
"releaseTag": "Public",
|
|
5272
|
+
"name": "iKey",
|
|
5273
|
+
"propertyTypeTokenRange": {
|
|
5274
|
+
"startIndex": 1,
|
|
5275
|
+
"endIndex": 2
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"kind": "PropertySignature",
|
|
5280
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IEventTelemetry#name:member",
|
|
5281
|
+
"docComment": "/**\n * @description An event name string @type {string} @memberof IEventTelemetry\n */\n",
|
|
5282
|
+
"excerptTokens": [
|
|
5283
|
+
{
|
|
5284
|
+
"kind": "Content",
|
|
5285
|
+
"text": "name: "
|
|
5286
|
+
},
|
|
5287
|
+
{
|
|
5288
|
+
"kind": "Content",
|
|
5289
|
+
"text": "string"
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"kind": "Content",
|
|
5293
|
+
"text": ";"
|
|
5294
|
+
}
|
|
5295
|
+
],
|
|
5296
|
+
"isOptional": false,
|
|
5297
|
+
"releaseTag": "Public",
|
|
5298
|
+
"name": "name",
|
|
5299
|
+
"propertyTypeTokenRange": {
|
|
5300
|
+
"startIndex": 1,
|
|
5301
|
+
"endIndex": 2
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
],
|
|
5305
|
+
"extendsTokenRanges": [
|
|
5306
|
+
{
|
|
5307
|
+
"startIndex": 1,
|
|
5308
|
+
"endIndex": 3
|
|
5309
|
+
}
|
|
5310
|
+
]
|
|
5311
|
+
},
|
|
5312
|
+
{
|
|
5313
|
+
"kind": "Interface",
|
|
5314
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin:interface",
|
|
5315
|
+
"docComment": "",
|
|
5316
|
+
"excerptTokens": [
|
|
5317
|
+
{
|
|
5318
|
+
"kind": "Content",
|
|
5319
|
+
"text": "export interface ILoadedPlugin<T extends "
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"kind": "Reference",
|
|
5323
|
+
"text": "IPlugin",
|
|
5324
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
"kind": "Content",
|
|
5328
|
+
"text": "> "
|
|
5329
|
+
}
|
|
5330
|
+
],
|
|
5331
|
+
"releaseTag": "Public",
|
|
5332
|
+
"typeParameters": [
|
|
5333
|
+
{
|
|
5334
|
+
"typeParameterName": "T",
|
|
5335
|
+
"constraintTokenRange": {
|
|
5336
|
+
"startIndex": 1,
|
|
5337
|
+
"endIndex": 2
|
|
5338
|
+
},
|
|
5339
|
+
"defaultTypeTokenRange": {
|
|
5340
|
+
"startIndex": 0,
|
|
5341
|
+
"endIndex": 0
|
|
5342
|
+
}
|
|
5343
|
+
}
|
|
5344
|
+
],
|
|
5345
|
+
"name": "ILoadedPlugin",
|
|
5346
|
+
"members": [
|
|
5347
|
+
{
|
|
5348
|
+
"kind": "PropertySignature",
|
|
5349
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin#isEnabled:member",
|
|
5350
|
+
"docComment": "/**\n * Identifies whether the plugin is enabled and can process events. This is slightly different from isInitialized as the plugin may be initialized but disabled via the setEnabled() or it may be a shared plugin which has had it's teardown function called from another instance..\n *\n * @returns boolean = true if the plugin is in a state where it is operational.\n */\n",
|
|
5351
|
+
"excerptTokens": [
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "Content",
|
|
5354
|
+
"text": "isEnabled: "
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"kind": "Content",
|
|
5358
|
+
"text": "() => boolean"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"kind": "Content",
|
|
5362
|
+
"text": ";"
|
|
5363
|
+
}
|
|
5364
|
+
],
|
|
5365
|
+
"isOptional": false,
|
|
5366
|
+
"releaseTag": "Public",
|
|
5367
|
+
"name": "isEnabled",
|
|
5368
|
+
"propertyTypeTokenRange": {
|
|
5369
|
+
"startIndex": 1,
|
|
5370
|
+
"endIndex": 2
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"kind": "PropertySignature",
|
|
5375
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin#plugin:member",
|
|
5376
|
+
"docComment": "",
|
|
5377
|
+
"excerptTokens": [
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "Content",
|
|
5380
|
+
"text": "plugin: "
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"kind": "Content",
|
|
5384
|
+
"text": "T"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "Content",
|
|
5388
|
+
"text": ";"
|
|
5389
|
+
}
|
|
5390
|
+
],
|
|
5391
|
+
"isOptional": false,
|
|
5392
|
+
"releaseTag": "Public",
|
|
5393
|
+
"name": "plugin",
|
|
5394
|
+
"propertyTypeTokenRange": {
|
|
5395
|
+
"startIndex": 1,
|
|
5396
|
+
"endIndex": 2
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
2967
5399
|
{
|
|
2968
5400
|
"kind": "PropertySignature",
|
|
2969
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
2970
|
-
"docComment": "
|
|
5401
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin#remove:member",
|
|
5402
|
+
"docComment": "",
|
|
2971
5403
|
"excerptTokens": [
|
|
2972
5404
|
{
|
|
2973
5405
|
"kind": "Content",
|
|
2974
|
-
"text": "
|
|
5406
|
+
"text": "remove: "
|
|
2975
5407
|
},
|
|
2976
5408
|
{
|
|
2977
5409
|
"kind": "Content",
|
|
2978
|
-
"text": "
|
|
5410
|
+
"text": "(isAsync?: boolean, removeCb?: (removed?: boolean) => void) => void"
|
|
2979
5411
|
},
|
|
2980
5412
|
{
|
|
2981
5413
|
"kind": "Content",
|
|
2982
5414
|
"text": ";"
|
|
2983
5415
|
}
|
|
2984
5416
|
],
|
|
2985
|
-
"isOptional":
|
|
5417
|
+
"isOptional": false,
|
|
2986
5418
|
"releaseTag": "Public",
|
|
2987
|
-
"name": "
|
|
5419
|
+
"name": "remove",
|
|
2988
5420
|
"propertyTypeTokenRange": {
|
|
2989
5421
|
"startIndex": 1,
|
|
2990
5422
|
"endIndex": 2
|
|
@@ -2992,16 +5424,16 @@
|
|
|
2992
5424
|
},
|
|
2993
5425
|
{
|
|
2994
5426
|
"kind": "PropertySignature",
|
|
2995
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
2996
|
-
"docComment": "/**\n *
|
|
5427
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ILoadedPlugin#setEnabled:member",
|
|
5428
|
+
"docComment": "/**\n * You can optionally enable / disable a plugin from processing events. Setting enabled to true will not necessarily cause the `isEnabled()` to also return true as the plugin must also have been successfully initialized and not had it's `teardown` method called (unless it's also been re-initialized)\n */\n",
|
|
2997
5429
|
"excerptTokens": [
|
|
2998
5430
|
{
|
|
2999
5431
|
"kind": "Content",
|
|
3000
|
-
"text": "
|
|
5432
|
+
"text": "setEnabled: "
|
|
3001
5433
|
},
|
|
3002
5434
|
{
|
|
3003
5435
|
"kind": "Content",
|
|
3004
|
-
"text": "
|
|
5436
|
+
"text": "(isEnabled: boolean) => void"
|
|
3005
5437
|
},
|
|
3006
5438
|
{
|
|
3007
5439
|
"kind": "Content",
|
|
@@ -3010,19 +5442,14 @@
|
|
|
3010
5442
|
],
|
|
3011
5443
|
"isOptional": false,
|
|
3012
5444
|
"releaseTag": "Public",
|
|
3013
|
-
"name": "
|
|
5445
|
+
"name": "setEnabled",
|
|
3014
5446
|
"propertyTypeTokenRange": {
|
|
3015
5447
|
"startIndex": 1,
|
|
3016
5448
|
"endIndex": 2
|
|
3017
5449
|
}
|
|
3018
5450
|
}
|
|
3019
5451
|
],
|
|
3020
|
-
"extendsTokenRanges": [
|
|
3021
|
-
{
|
|
3022
|
-
"startIndex": 1,
|
|
3023
|
-
"endIndex": 3
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
5452
|
+
"extendsTokenRanges": []
|
|
3026
5453
|
},
|
|
3027
5454
|
{
|
|
3028
5455
|
"kind": "Interface",
|
|
@@ -3533,59 +5960,272 @@
|
|
|
3533
5960
|
},
|
|
3534
5961
|
{
|
|
3535
5962
|
"kind": "Content",
|
|
3536
|
-
"text": "boolean"
|
|
5963
|
+
"text": "boolean"
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"kind": "Content",
|
|
5967
|
+
"text": ";"
|
|
5968
|
+
}
|
|
5969
|
+
],
|
|
5970
|
+
"isOptional": true,
|
|
5971
|
+
"releaseTag": "Public",
|
|
5972
|
+
"name": "isLoggedIn",
|
|
5973
|
+
"propertyTypeTokenRange": {
|
|
5974
|
+
"startIndex": 1,
|
|
5975
|
+
"endIndex": 2
|
|
5976
|
+
}
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"kind": "PropertySignature",
|
|
5980
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#name:member",
|
|
5981
|
+
"docComment": "/**\n * name String - The string you used as the name in startTrackPage. Defaults to the document title.\n */\n",
|
|
5982
|
+
"excerptTokens": [
|
|
5983
|
+
{
|
|
5984
|
+
"kind": "Content",
|
|
5985
|
+
"text": "name?: "
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"kind": "Content",
|
|
5989
|
+
"text": "string"
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"kind": "Content",
|
|
5993
|
+
"text": ";"
|
|
5994
|
+
}
|
|
5995
|
+
],
|
|
5996
|
+
"isOptional": true,
|
|
5997
|
+
"releaseTag": "Public",
|
|
5998
|
+
"name": "name",
|
|
5999
|
+
"propertyTypeTokenRange": {
|
|
6000
|
+
"startIndex": 1,
|
|
6001
|
+
"endIndex": 2
|
|
6002
|
+
}
|
|
6003
|
+
},
|
|
6004
|
+
{
|
|
6005
|
+
"kind": "PropertySignature",
|
|
6006
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#pageType:member",
|
|
6007
|
+
"docComment": "/**\n * pageType String - page type\n */\n",
|
|
6008
|
+
"excerptTokens": [
|
|
6009
|
+
{
|
|
6010
|
+
"kind": "Content",
|
|
6011
|
+
"text": "pageType?: "
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"kind": "Content",
|
|
6015
|
+
"text": "string"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "Content",
|
|
6019
|
+
"text": ";"
|
|
6020
|
+
}
|
|
6021
|
+
],
|
|
6022
|
+
"isOptional": true,
|
|
6023
|
+
"releaseTag": "Public",
|
|
6024
|
+
"name": "pageType",
|
|
6025
|
+
"propertyTypeTokenRange": {
|
|
6026
|
+
"startIndex": 1,
|
|
6027
|
+
"endIndex": 2
|
|
6028
|
+
}
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
"kind": "PropertySignature",
|
|
6032
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#properties:member",
|
|
6033
|
+
"docComment": "/**\n * Property bag to contain additional custom properties (Part C)\n */\n",
|
|
6034
|
+
"excerptTokens": [
|
|
6035
|
+
{
|
|
6036
|
+
"kind": "Content",
|
|
6037
|
+
"text": "properties?: "
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"kind": "Content",
|
|
6041
|
+
"text": "{\n duration?: number;\n [key: string]: any;\n }"
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"kind": "Content",
|
|
6045
|
+
"text": ";"
|
|
6046
|
+
}
|
|
6047
|
+
],
|
|
6048
|
+
"isOptional": true,
|
|
6049
|
+
"releaseTag": "Public",
|
|
6050
|
+
"name": "properties",
|
|
6051
|
+
"propertyTypeTokenRange": {
|
|
6052
|
+
"startIndex": 1,
|
|
6053
|
+
"endIndex": 2
|
|
6054
|
+
}
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"kind": "PropertySignature",
|
|
6058
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#refUri:member",
|
|
6059
|
+
"docComment": "/**\n * refUri String - the URL of the source page where current page is loaded from\n */\n",
|
|
6060
|
+
"excerptTokens": [
|
|
6061
|
+
{
|
|
6062
|
+
"kind": "Content",
|
|
6063
|
+
"text": "refUri?: "
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"kind": "Content",
|
|
6067
|
+
"text": "string"
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"kind": "Content",
|
|
6071
|
+
"text": ";"
|
|
6072
|
+
}
|
|
6073
|
+
],
|
|
6074
|
+
"isOptional": true,
|
|
6075
|
+
"releaseTag": "Public",
|
|
6076
|
+
"name": "refUri",
|
|
6077
|
+
"propertyTypeTokenRange": {
|
|
6078
|
+
"startIndex": 1,
|
|
6079
|
+
"endIndex": 2
|
|
6080
|
+
}
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"kind": "PropertySignature",
|
|
6084
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#uri:member",
|
|
6085
|
+
"docComment": "/**\n * uri String - a relative or absolute URL that identifies the page or other item. Defaults to the window location.\n */\n",
|
|
6086
|
+
"excerptTokens": [
|
|
6087
|
+
{
|
|
6088
|
+
"kind": "Content",
|
|
6089
|
+
"text": "uri?: "
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"kind": "Content",
|
|
6093
|
+
"text": "string"
|
|
6094
|
+
},
|
|
6095
|
+
{
|
|
6096
|
+
"kind": "Content",
|
|
6097
|
+
"text": ";"
|
|
6098
|
+
}
|
|
6099
|
+
],
|
|
6100
|
+
"isOptional": true,
|
|
6101
|
+
"releaseTag": "Public",
|
|
6102
|
+
"name": "uri",
|
|
6103
|
+
"propertyTypeTokenRange": {
|
|
6104
|
+
"startIndex": 1,
|
|
6105
|
+
"endIndex": 2
|
|
6106
|
+
}
|
|
6107
|
+
}
|
|
6108
|
+
],
|
|
6109
|
+
"extendsTokenRanges": [
|
|
6110
|
+
{
|
|
6111
|
+
"startIndex": 1,
|
|
6112
|
+
"endIndex": 3
|
|
6113
|
+
}
|
|
6114
|
+
]
|
|
6115
|
+
},
|
|
6116
|
+
{
|
|
6117
|
+
"kind": "Interface",
|
|
6118
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface",
|
|
6119
|
+
"docComment": "",
|
|
6120
|
+
"excerptTokens": [
|
|
6121
|
+
{
|
|
6122
|
+
"kind": "Content",
|
|
6123
|
+
"text": "export interface IPlugin "
|
|
6124
|
+
}
|
|
6125
|
+
],
|
|
6126
|
+
"releaseTag": "Public",
|
|
6127
|
+
"name": "IPlugin",
|
|
6128
|
+
"members": [
|
|
6129
|
+
{
|
|
6130
|
+
"kind": "PropertySignature",
|
|
6131
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin#identifier:member",
|
|
6132
|
+
"docComment": "/**\n * Extension name\n */\n",
|
|
6133
|
+
"excerptTokens": [
|
|
6134
|
+
{
|
|
6135
|
+
"kind": "Content",
|
|
6136
|
+
"text": "readonly identifier: "
|
|
6137
|
+
},
|
|
6138
|
+
{
|
|
6139
|
+
"kind": "Content",
|
|
6140
|
+
"text": "string"
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "Content",
|
|
6144
|
+
"text": ";"
|
|
6145
|
+
}
|
|
6146
|
+
],
|
|
6147
|
+
"isOptional": false,
|
|
6148
|
+
"releaseTag": "Public",
|
|
6149
|
+
"name": "identifier",
|
|
6150
|
+
"propertyTypeTokenRange": {
|
|
6151
|
+
"startIndex": 1,
|
|
6152
|
+
"endIndex": 2
|
|
6153
|
+
}
|
|
6154
|
+
},
|
|
6155
|
+
{
|
|
6156
|
+
"kind": "PropertySignature",
|
|
6157
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin#initialize:member",
|
|
6158
|
+
"docComment": "/**\n * Initialize plugin loaded by SDK\n *\n * @param config - The config for the plugin to use\n *\n * @param core - The current App Insights core to use for initializing this plugin instance\n *\n * @param extensions - The complete set of extensions to be used for initializing the plugin\n *\n * @param pluginChain - [Optional] specifies the current plugin chain which identifies the set of plugins and the order they should be executed for the current request.\n */\n",
|
|
6159
|
+
"excerptTokens": [
|
|
6160
|
+
{
|
|
6161
|
+
"kind": "Content",
|
|
6162
|
+
"text": "initialize: "
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"kind": "Content",
|
|
6166
|
+
"text": "(config: "
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"kind": "Reference",
|
|
6170
|
+
"text": "IConfiguration",
|
|
6171
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IConfiguration:interface"
|
|
6172
|
+
},
|
|
6173
|
+
{
|
|
6174
|
+
"kind": "Content",
|
|
6175
|
+
"text": ", core: "
|
|
6176
|
+
},
|
|
6177
|
+
{
|
|
6178
|
+
"kind": "Reference",
|
|
6179
|
+
"text": "IAppInsightsCore",
|
|
6180
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IAppInsightsCore:interface"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"kind": "Content",
|
|
6184
|
+
"text": ", extensions: "
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"kind": "Reference",
|
|
6188
|
+
"text": "IPlugin",
|
|
6189
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"kind": "Content",
|
|
6193
|
+
"text": "[], pluginChain?: "
|
|
3537
6194
|
},
|
|
3538
6195
|
{
|
|
3539
|
-
"kind": "
|
|
3540
|
-
"text": "
|
|
3541
|
-
|
|
3542
|
-
],
|
|
3543
|
-
"isOptional": true,
|
|
3544
|
-
"releaseTag": "Public",
|
|
3545
|
-
"name": "isLoggedIn",
|
|
3546
|
-
"propertyTypeTokenRange": {
|
|
3547
|
-
"startIndex": 1,
|
|
3548
|
-
"endIndex": 2
|
|
3549
|
-
}
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "PropertySignature",
|
|
3553
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#name:member",
|
|
3554
|
-
"docComment": "/**\n * name String - The string you used as the name in startTrackPage. Defaults to the document title.\n */\n",
|
|
3555
|
-
"excerptTokens": [
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "Content",
|
|
3558
|
-
"text": "name?: "
|
|
6196
|
+
"kind": "Reference",
|
|
6197
|
+
"text": "ITelemetryPluginChain",
|
|
6198
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPluginChain:interface"
|
|
3559
6199
|
},
|
|
3560
6200
|
{
|
|
3561
6201
|
"kind": "Content",
|
|
3562
|
-
"text": "
|
|
6202
|
+
"text": ") => void"
|
|
3563
6203
|
},
|
|
3564
6204
|
{
|
|
3565
6205
|
"kind": "Content",
|
|
3566
6206
|
"text": ";"
|
|
3567
6207
|
}
|
|
3568
6208
|
],
|
|
3569
|
-
"isOptional":
|
|
6209
|
+
"isOptional": false,
|
|
3570
6210
|
"releaseTag": "Public",
|
|
3571
|
-
"name": "
|
|
6211
|
+
"name": "initialize",
|
|
3572
6212
|
"propertyTypeTokenRange": {
|
|
3573
6213
|
"startIndex": 1,
|
|
3574
|
-
"endIndex":
|
|
6214
|
+
"endIndex": 10
|
|
3575
6215
|
}
|
|
3576
6216
|
},
|
|
3577
6217
|
{
|
|
3578
6218
|
"kind": "PropertySignature",
|
|
3579
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
3580
|
-
"docComment": "/**\n *
|
|
6219
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin#isInitialized:member",
|
|
6220
|
+
"docComment": "/**\n * Returns a value that indicates whether the plugin has already been previously initialized. New plugins should implement this method to avoid being initialized more than once.\n */\n",
|
|
3581
6221
|
"excerptTokens": [
|
|
3582
6222
|
{
|
|
3583
6223
|
"kind": "Content",
|
|
3584
|
-
"text": "
|
|
6224
|
+
"text": "isInitialized?: "
|
|
3585
6225
|
},
|
|
3586
6226
|
{
|
|
3587
6227
|
"kind": "Content",
|
|
3588
|
-
"text": "
|
|
6228
|
+
"text": "() => boolean"
|
|
3589
6229
|
},
|
|
3590
6230
|
{
|
|
3591
6231
|
"kind": "Content",
|
|
@@ -3594,7 +6234,7 @@
|
|
|
3594
6234
|
],
|
|
3595
6235
|
"isOptional": true,
|
|
3596
6236
|
"releaseTag": "Public",
|
|
3597
|
-
"name": "
|
|
6237
|
+
"name": "isInitialized",
|
|
3598
6238
|
"propertyTypeTokenRange": {
|
|
3599
6239
|
"startIndex": 1,
|
|
3600
6240
|
"endIndex": 2
|
|
@@ -3602,42 +6242,34 @@
|
|
|
3602
6242
|
},
|
|
3603
6243
|
{
|
|
3604
6244
|
"kind": "PropertySignature",
|
|
3605
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
3606
|
-
"docComment": "/**\n *
|
|
6245
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin#teardown:member",
|
|
6246
|
+
"docComment": "/**\n * Tear down the plugin and remove any hooked value, the plugin should be removed so that it is no longer initialized and therefore could be re-initialized after being torn down. The plugin should ensure that once this has been called any further processTelemetry calls are ignored and it just calls the processNext() with the provided context.\n *\n * @param unloadCtx - This is the context that should be used during unloading.\n *\n * @param unloadState - The details / state of the unload process, it holds details like whether it should be unloaded synchronously or asynchronously and the reason for the unload.\n *\n * @returns boolean - true if the plugin has or will call processNext(), this for backward compatibility as previously teardown was synchronous and returned nothing.\n */\n",
|
|
3607
6247
|
"excerptTokens": [
|
|
3608
6248
|
{
|
|
3609
6249
|
"kind": "Content",
|
|
3610
|
-
"text": "
|
|
6250
|
+
"text": "teardown?: "
|
|
3611
6251
|
},
|
|
3612
6252
|
{
|
|
3613
6253
|
"kind": "Content",
|
|
3614
|
-
"text": "
|
|
6254
|
+
"text": "(unloadCtx: "
|
|
3615
6255
|
},
|
|
3616
6256
|
{
|
|
3617
|
-
"kind": "
|
|
3618
|
-
"text": "
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
"isOptional": true,
|
|
3622
|
-
"releaseTag": "Public",
|
|
3623
|
-
"name": "properties",
|
|
3624
|
-
"propertyTypeTokenRange": {
|
|
3625
|
-
"startIndex": 1,
|
|
3626
|
-
"endIndex": 2
|
|
3627
|
-
}
|
|
3628
|
-
},
|
|
3629
|
-
{
|
|
3630
|
-
"kind": "PropertySignature",
|
|
3631
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPageViewTelemetry#refUri:member",
|
|
3632
|
-
"docComment": "/**\n * refUri String - the URL of the source page where current page is loaded from\n */\n",
|
|
3633
|
-
"excerptTokens": [
|
|
6257
|
+
"kind": "Reference",
|
|
6258
|
+
"text": "IProcessTelemetryUnloadContext",
|
|
6259
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IProcessTelemetryUnloadContext:interface"
|
|
6260
|
+
},
|
|
3634
6261
|
{
|
|
3635
6262
|
"kind": "Content",
|
|
3636
|
-
"text": "
|
|
6263
|
+
"text": ", unloadState?: "
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"kind": "Reference",
|
|
6267
|
+
"text": "ITelemetryUnloadState",
|
|
6268
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryUnloadState:interface"
|
|
3637
6269
|
},
|
|
3638
6270
|
{
|
|
3639
6271
|
"kind": "Content",
|
|
3640
|
-
"text": "
|
|
6272
|
+
"text": ") => void | boolean"
|
|
3641
6273
|
},
|
|
3642
6274
|
{
|
|
3643
6275
|
"kind": "Content",
|
|
@@ -3646,20 +6278,20 @@
|
|
|
3646
6278
|
],
|
|
3647
6279
|
"isOptional": true,
|
|
3648
6280
|
"releaseTag": "Public",
|
|
3649
|
-
"name": "
|
|
6281
|
+
"name": "teardown",
|
|
3650
6282
|
"propertyTypeTokenRange": {
|
|
3651
6283
|
"startIndex": 1,
|
|
3652
|
-
"endIndex":
|
|
6284
|
+
"endIndex": 6
|
|
3653
6285
|
}
|
|
3654
6286
|
},
|
|
3655
6287
|
{
|
|
3656
6288
|
"kind": "PropertySignature",
|
|
3657
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!
|
|
3658
|
-
"docComment": "/**\n *
|
|
6289
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin#version:member",
|
|
6290
|
+
"docComment": "/**\n * Plugin version (available in data.properties.version in common schema)\n */\n",
|
|
3659
6291
|
"excerptTokens": [
|
|
3660
6292
|
{
|
|
3661
6293
|
"kind": "Content",
|
|
3662
|
-
"text": "
|
|
6294
|
+
"text": "readonly version?: "
|
|
3663
6295
|
},
|
|
3664
6296
|
{
|
|
3665
6297
|
"kind": "Content",
|
|
@@ -3672,19 +6304,62 @@
|
|
|
3672
6304
|
],
|
|
3673
6305
|
"isOptional": true,
|
|
3674
6306
|
"releaseTag": "Public",
|
|
3675
|
-
"name": "
|
|
6307
|
+
"name": "version",
|
|
3676
6308
|
"propertyTypeTokenRange": {
|
|
3677
6309
|
"startIndex": 1,
|
|
3678
6310
|
"endIndex": 2
|
|
3679
6311
|
}
|
|
3680
6312
|
}
|
|
3681
6313
|
],
|
|
3682
|
-
"extendsTokenRanges": [
|
|
6314
|
+
"extendsTokenRanges": []
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
"kind": "Function",
|
|
6318
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!isNullOrUndefined:function(1)",
|
|
6319
|
+
"docComment": "",
|
|
6320
|
+
"excerptTokens": [
|
|
3683
6321
|
{
|
|
3684
|
-
"
|
|
3685
|
-
"
|
|
6322
|
+
"kind": "Content",
|
|
6323
|
+
"text": "export declare function isNullOrUndefined(value: "
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"kind": "Content",
|
|
6327
|
+
"text": "any"
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"kind": "Content",
|
|
6331
|
+
"text": "): "
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
"kind": "Reference",
|
|
6335
|
+
"text": "value",
|
|
6336
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!~value"
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"kind": "Content",
|
|
6340
|
+
"text": " is null | undefined"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "Content",
|
|
6344
|
+
"text": ";"
|
|
3686
6345
|
}
|
|
3687
|
-
]
|
|
6346
|
+
],
|
|
6347
|
+
"returnTypeTokenRange": {
|
|
6348
|
+
"startIndex": 3,
|
|
6349
|
+
"endIndex": 5
|
|
6350
|
+
},
|
|
6351
|
+
"releaseTag": "Public",
|
|
6352
|
+
"overloadIndex": 1,
|
|
6353
|
+
"parameters": [
|
|
6354
|
+
{
|
|
6355
|
+
"parameterName": "value",
|
|
6356
|
+
"parameterTypeTokenRange": {
|
|
6357
|
+
"startIndex": 1,
|
|
6358
|
+
"endIndex": 2
|
|
6359
|
+
}
|
|
6360
|
+
}
|
|
6361
|
+
],
|
|
6362
|
+
"name": "isNullOrUndefined"
|
|
3688
6363
|
},
|
|
3689
6364
|
{
|
|
3690
6365
|
"kind": "Interface",
|
|
@@ -3951,6 +6626,119 @@
|
|
|
3951
6626
|
],
|
|
3952
6627
|
"extendsTokenRanges": []
|
|
3953
6628
|
},
|
|
6629
|
+
{
|
|
6630
|
+
"kind": "Interface",
|
|
6631
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPlugin:interface",
|
|
6632
|
+
"docComment": "/**\n * Configuration provided to SDK core\n */\n",
|
|
6633
|
+
"excerptTokens": [
|
|
6634
|
+
{
|
|
6635
|
+
"kind": "Content",
|
|
6636
|
+
"text": "export interface ITelemetryPlugin extends "
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"kind": "Reference",
|
|
6640
|
+
"text": "ITelemetryProcessor",
|
|
6641
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryProcessor:interface"
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
"kind": "Content",
|
|
6645
|
+
"text": ", "
|
|
6646
|
+
},
|
|
6647
|
+
{
|
|
6648
|
+
"kind": "Reference",
|
|
6649
|
+
"text": "IPlugin",
|
|
6650
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!IPlugin:interface"
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"kind": "Content",
|
|
6654
|
+
"text": " "
|
|
6655
|
+
}
|
|
6656
|
+
],
|
|
6657
|
+
"releaseTag": "Public",
|
|
6658
|
+
"name": "ITelemetryPlugin",
|
|
6659
|
+
"members": [
|
|
6660
|
+
{
|
|
6661
|
+
"kind": "PropertySignature",
|
|
6662
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPlugin#priority:member",
|
|
6663
|
+
"docComment": "/**\n * Priority of the extension\n */\n",
|
|
6664
|
+
"excerptTokens": [
|
|
6665
|
+
{
|
|
6666
|
+
"kind": "Content",
|
|
6667
|
+
"text": "readonly priority: "
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"kind": "Content",
|
|
6671
|
+
"text": "number"
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"kind": "Content",
|
|
6675
|
+
"text": ";"
|
|
6676
|
+
}
|
|
6677
|
+
],
|
|
6678
|
+
"isOptional": false,
|
|
6679
|
+
"releaseTag": "Public",
|
|
6680
|
+
"name": "priority",
|
|
6681
|
+
"propertyTypeTokenRange": {
|
|
6682
|
+
"startIndex": 1,
|
|
6683
|
+
"endIndex": 2
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "PropertySignature",
|
|
6688
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPlugin#setNextPlugin:member",
|
|
6689
|
+
"docComment": "/**\n * Set next extension for telemetry processing, this is not optional as plugins should use the processNext() function of the passed IProcessTelemetryContext instead. It is being kept for now for backward compatibility only.\n */\n",
|
|
6690
|
+
"excerptTokens": [
|
|
6691
|
+
{
|
|
6692
|
+
"kind": "Content",
|
|
6693
|
+
"text": "setNextPlugin?: "
|
|
6694
|
+
},
|
|
6695
|
+
{
|
|
6696
|
+
"kind": "Content",
|
|
6697
|
+
"text": "(next: "
|
|
6698
|
+
},
|
|
6699
|
+
{
|
|
6700
|
+
"kind": "Reference",
|
|
6701
|
+
"text": "ITelemetryPlugin",
|
|
6702
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPlugin:interface"
|
|
6703
|
+
},
|
|
6704
|
+
{
|
|
6705
|
+
"kind": "Content",
|
|
6706
|
+
"text": " | "
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"kind": "Reference",
|
|
6710
|
+
"text": "ITelemetryPluginChain",
|
|
6711
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITelemetryPluginChain:interface"
|
|
6712
|
+
},
|
|
6713
|
+
{
|
|
6714
|
+
"kind": "Content",
|
|
6715
|
+
"text": ") => void"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"kind": "Content",
|
|
6719
|
+
"text": ";"
|
|
6720
|
+
}
|
|
6721
|
+
],
|
|
6722
|
+
"isOptional": true,
|
|
6723
|
+
"releaseTag": "Public",
|
|
6724
|
+
"name": "setNextPlugin",
|
|
6725
|
+
"propertyTypeTokenRange": {
|
|
6726
|
+
"startIndex": 1,
|
|
6727
|
+
"endIndex": 6
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
],
|
|
6731
|
+
"extendsTokenRanges": [
|
|
6732
|
+
{
|
|
6733
|
+
"startIndex": 1,
|
|
6734
|
+
"endIndex": 2
|
|
6735
|
+
},
|
|
6736
|
+
{
|
|
6737
|
+
"startIndex": 3,
|
|
6738
|
+
"endIndex": 5
|
|
6739
|
+
}
|
|
6740
|
+
]
|
|
6741
|
+
},
|
|
3954
6742
|
{
|
|
3955
6743
|
"kind": "Interface",
|
|
3956
6744
|
"canonicalReference": "@microsoft/applicationinsights-web-basic!ITraceTelemetry:interface",
|
|
@@ -4053,12 +6841,124 @@
|
|
|
4053
6841
|
}
|
|
4054
6842
|
}
|
|
4055
6843
|
],
|
|
4056
|
-
"extendsTokenRanges": [
|
|
6844
|
+
"extendsTokenRanges": [
|
|
6845
|
+
{
|
|
6846
|
+
"startIndex": 1,
|
|
6847
|
+
"endIndex": 3
|
|
6848
|
+
}
|
|
6849
|
+
]
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"kind": "Function",
|
|
6853
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!proxyFunctions:function(1)",
|
|
6854
|
+
"docComment": "/**\n * Creates proxy functions on the target which internally will call the source version with all arguments passed to the target method.\n *\n * @param target - The target object to be assigned with the source properties and functions\n *\n * @param source - The source object which will be assigned / called by setting / calling the targets proxies\n *\n * @param functionsToProxy - An array of function names that will be proxied on the target\n */\n",
|
|
6855
|
+
"excerptTokens": [
|
|
6856
|
+
{
|
|
6857
|
+
"kind": "Content",
|
|
6858
|
+
"text": "export declare function proxyFunctions<T, S>(target: "
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"kind": "Content",
|
|
6862
|
+
"text": "T"
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"kind": "Content",
|
|
6866
|
+
"text": ", source: "
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"kind": "Content",
|
|
6870
|
+
"text": "S | (() => S)"
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"kind": "Content",
|
|
6874
|
+
"text": ", functionsToProxy: "
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"kind": "Content",
|
|
6878
|
+
"text": "(keyof S)[]"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"kind": "Content",
|
|
6882
|
+
"text": ", overwriteTarget?: "
|
|
6883
|
+
},
|
|
6884
|
+
{
|
|
6885
|
+
"kind": "Content",
|
|
6886
|
+
"text": "boolean"
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
"kind": "Content",
|
|
6890
|
+
"text": "): "
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"kind": "Content",
|
|
6894
|
+
"text": "T"
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"kind": "Content",
|
|
6898
|
+
"text": ";"
|
|
6899
|
+
}
|
|
6900
|
+
],
|
|
6901
|
+
"returnTypeTokenRange": {
|
|
6902
|
+
"startIndex": 9,
|
|
6903
|
+
"endIndex": 10
|
|
6904
|
+
},
|
|
6905
|
+
"releaseTag": "Public",
|
|
6906
|
+
"overloadIndex": 1,
|
|
6907
|
+
"parameters": [
|
|
6908
|
+
{
|
|
6909
|
+
"parameterName": "target",
|
|
6910
|
+
"parameterTypeTokenRange": {
|
|
6911
|
+
"startIndex": 1,
|
|
6912
|
+
"endIndex": 2
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"parameterName": "source",
|
|
6917
|
+
"parameterTypeTokenRange": {
|
|
6918
|
+
"startIndex": 3,
|
|
6919
|
+
"endIndex": 4
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"parameterName": "functionsToProxy",
|
|
6924
|
+
"parameterTypeTokenRange": {
|
|
6925
|
+
"startIndex": 5,
|
|
6926
|
+
"endIndex": 6
|
|
6927
|
+
}
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
"parameterName": "overwriteTarget",
|
|
6931
|
+
"parameterTypeTokenRange": {
|
|
6932
|
+
"startIndex": 7,
|
|
6933
|
+
"endIndex": 8
|
|
6934
|
+
}
|
|
6935
|
+
}
|
|
6936
|
+
],
|
|
6937
|
+
"typeParameters": [
|
|
4057
6938
|
{
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
6939
|
+
"typeParameterName": "T",
|
|
6940
|
+
"constraintTokenRange": {
|
|
6941
|
+
"startIndex": 0,
|
|
6942
|
+
"endIndex": 0
|
|
6943
|
+
},
|
|
6944
|
+
"defaultTypeTokenRange": {
|
|
6945
|
+
"startIndex": 0,
|
|
6946
|
+
"endIndex": 0
|
|
6947
|
+
}
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"typeParameterName": "S",
|
|
6951
|
+
"constraintTokenRange": {
|
|
6952
|
+
"startIndex": 0,
|
|
6953
|
+
"endIndex": 0
|
|
6954
|
+
},
|
|
6955
|
+
"defaultTypeTokenRange": {
|
|
6956
|
+
"startIndex": 0,
|
|
6957
|
+
"endIndex": 0
|
|
6958
|
+
}
|
|
4060
6959
|
}
|
|
4061
|
-
]
|
|
6960
|
+
],
|
|
6961
|
+
"name": "proxyFunctions"
|
|
4062
6962
|
},
|
|
4063
6963
|
{
|
|
4064
6964
|
"kind": "Class",
|
|
@@ -5074,35 +7974,6 @@
|
|
|
5074
7974
|
"parameters": [],
|
|
5075
7975
|
"name": "resume"
|
|
5076
7976
|
},
|
|
5077
|
-
{
|
|
5078
|
-
"kind": "Method",
|
|
5079
|
-
"canonicalReference": "@microsoft/applicationinsights-web-basic!Sender#teardown:member(1)",
|
|
5080
|
-
"docComment": "",
|
|
5081
|
-
"excerptTokens": [
|
|
5082
|
-
{
|
|
5083
|
-
"kind": "Content",
|
|
5084
|
-
"text": "teardown(): "
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"kind": "Content",
|
|
5088
|
-
"text": "void"
|
|
5089
|
-
},
|
|
5090
|
-
{
|
|
5091
|
-
"kind": "Content",
|
|
5092
|
-
"text": ";"
|
|
5093
|
-
}
|
|
5094
|
-
],
|
|
5095
|
-
"isOptional": false,
|
|
5096
|
-
"isStatic": false,
|
|
5097
|
-
"returnTypeTokenRange": {
|
|
5098
|
-
"startIndex": 1,
|
|
5099
|
-
"endIndex": 2
|
|
5100
|
-
},
|
|
5101
|
-
"releaseTag": "Public",
|
|
5102
|
-
"overloadIndex": 1,
|
|
5103
|
-
"parameters": [],
|
|
5104
|
-
"name": "teardown"
|
|
5105
|
-
},
|
|
5106
7977
|
{
|
|
5107
7978
|
"kind": "Method",
|
|
5108
7979
|
"canonicalReference": "@microsoft/applicationinsights-web-basic!Sender#triggerSend:member(1)",
|
|
@@ -5192,6 +8063,231 @@
|
|
|
5192
8063
|
}
|
|
5193
8064
|
]
|
|
5194
8065
|
},
|
|
8066
|
+
{
|
|
8067
|
+
"kind": "Enum",
|
|
8068
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason:enum",
|
|
8069
|
+
"docComment": "/**\n * The EventsDiscardedReason enumeration contains a set of values that specify the reason for discarding an event.\n */\n",
|
|
8070
|
+
"excerptTokens": [
|
|
8071
|
+
{
|
|
8072
|
+
"kind": "Content",
|
|
8073
|
+
"text": "export declare const enum SendRequestReason "
|
|
8074
|
+
}
|
|
8075
|
+
],
|
|
8076
|
+
"releaseTag": "Public",
|
|
8077
|
+
"name": "SendRequestReason",
|
|
8078
|
+
"members": [
|
|
8079
|
+
{
|
|
8080
|
+
"kind": "EnumMember",
|
|
8081
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.ManualFlush:member",
|
|
8082
|
+
"docComment": "/**\n * A manual flush request was received\n */\n",
|
|
8083
|
+
"excerptTokens": [
|
|
8084
|
+
{
|
|
8085
|
+
"kind": "Content",
|
|
8086
|
+
"text": "ManualFlush = "
|
|
8087
|
+
},
|
|
8088
|
+
{
|
|
8089
|
+
"kind": "Content",
|
|
8090
|
+
"text": "1"
|
|
8091
|
+
}
|
|
8092
|
+
],
|
|
8093
|
+
"releaseTag": "Public",
|
|
8094
|
+
"name": "ManualFlush",
|
|
8095
|
+
"initializerTokenRange": {
|
|
8096
|
+
"startIndex": 1,
|
|
8097
|
+
"endIndex": 2
|
|
8098
|
+
}
|
|
8099
|
+
},
|
|
8100
|
+
{
|
|
8101
|
+
"kind": "EnumMember",
|
|
8102
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.MaxBatchSize:member",
|
|
8103
|
+
"docComment": "/**\n * Maximum batch size would be exceeded\n */\n",
|
|
8104
|
+
"excerptTokens": [
|
|
8105
|
+
{
|
|
8106
|
+
"kind": "Content",
|
|
8107
|
+
"text": "MaxBatchSize = "
|
|
8108
|
+
},
|
|
8109
|
+
{
|
|
8110
|
+
"kind": "Content",
|
|
8111
|
+
"text": "10"
|
|
8112
|
+
}
|
|
8113
|
+
],
|
|
8114
|
+
"releaseTag": "Public",
|
|
8115
|
+
"name": "MaxBatchSize",
|
|
8116
|
+
"initializerTokenRange": {
|
|
8117
|
+
"startIndex": 1,
|
|
8118
|
+
"endIndex": 2
|
|
8119
|
+
}
|
|
8120
|
+
},
|
|
8121
|
+
{
|
|
8122
|
+
"kind": "EnumMember",
|
|
8123
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.MaxQueuedEvents:member",
|
|
8124
|
+
"docComment": "/**\n * The Maximum number of events have already been queued\n */\n",
|
|
8125
|
+
"excerptTokens": [
|
|
8126
|
+
{
|
|
8127
|
+
"kind": "Content",
|
|
8128
|
+
"text": "MaxQueuedEvents = "
|
|
8129
|
+
},
|
|
8130
|
+
{
|
|
8131
|
+
"kind": "Content",
|
|
8132
|
+
"text": "20"
|
|
8133
|
+
}
|
|
8134
|
+
],
|
|
8135
|
+
"releaseTag": "Public",
|
|
8136
|
+
"name": "MaxQueuedEvents",
|
|
8137
|
+
"initializerTokenRange": {
|
|
8138
|
+
"startIndex": 1,
|
|
8139
|
+
"endIndex": 2
|
|
8140
|
+
}
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"kind": "EnumMember",
|
|
8144
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.NormalSchedule:member",
|
|
8145
|
+
"docComment": "/**\n * Events are being sent based on the normal event schedule / timer.\n */\n",
|
|
8146
|
+
"excerptTokens": [
|
|
8147
|
+
{
|
|
8148
|
+
"kind": "Content",
|
|
8149
|
+
"text": "NormalSchedule = "
|
|
8150
|
+
},
|
|
8151
|
+
{
|
|
8152
|
+
"kind": "Content",
|
|
8153
|
+
"text": "1"
|
|
8154
|
+
}
|
|
8155
|
+
],
|
|
8156
|
+
"releaseTag": "Public",
|
|
8157
|
+
"name": "NormalSchedule",
|
|
8158
|
+
"initializerTokenRange": {
|
|
8159
|
+
"startIndex": 1,
|
|
8160
|
+
"endIndex": 2
|
|
8161
|
+
}
|
|
8162
|
+
},
|
|
8163
|
+
{
|
|
8164
|
+
"kind": "EnumMember",
|
|
8165
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.Resumed:member",
|
|
8166
|
+
"docComment": "/**\n * The Channel was resumed\n */\n",
|
|
8167
|
+
"excerptTokens": [
|
|
8168
|
+
{
|
|
8169
|
+
"kind": "Content",
|
|
8170
|
+
"text": "Resumed = "
|
|
8171
|
+
},
|
|
8172
|
+
{
|
|
8173
|
+
"kind": "Content",
|
|
8174
|
+
"text": "4"
|
|
8175
|
+
}
|
|
8176
|
+
],
|
|
8177
|
+
"releaseTag": "Public",
|
|
8178
|
+
"name": "Resumed",
|
|
8179
|
+
"initializerTokenRange": {
|
|
8180
|
+
"startIndex": 1,
|
|
8181
|
+
"endIndex": 2
|
|
8182
|
+
}
|
|
8183
|
+
},
|
|
8184
|
+
{
|
|
8185
|
+
"kind": "EnumMember",
|
|
8186
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.Retry:member",
|
|
8187
|
+
"docComment": "/**\n * The event(s) being sent as a retry\n */\n",
|
|
8188
|
+
"excerptTokens": [
|
|
8189
|
+
{
|
|
8190
|
+
"kind": "Content",
|
|
8191
|
+
"text": "Retry = "
|
|
8192
|
+
},
|
|
8193
|
+
{
|
|
8194
|
+
"kind": "Content",
|
|
8195
|
+
"text": "5"
|
|
8196
|
+
}
|
|
8197
|
+
],
|
|
8198
|
+
"releaseTag": "Public",
|
|
8199
|
+
"name": "Retry",
|
|
8200
|
+
"initializerTokenRange": {
|
|
8201
|
+
"startIndex": 1,
|
|
8202
|
+
"endIndex": 2
|
|
8203
|
+
}
|
|
8204
|
+
},
|
|
8205
|
+
{
|
|
8206
|
+
"kind": "EnumMember",
|
|
8207
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.SdkUnload:member",
|
|
8208
|
+
"docComment": "/**\n * The SDK is unloading\n */\n",
|
|
8209
|
+
"excerptTokens": [
|
|
8210
|
+
{
|
|
8211
|
+
"kind": "Content",
|
|
8212
|
+
"text": "SdkUnload = "
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"kind": "Content",
|
|
8216
|
+
"text": "6"
|
|
8217
|
+
}
|
|
8218
|
+
],
|
|
8219
|
+
"releaseTag": "Public",
|
|
8220
|
+
"name": "SdkUnload",
|
|
8221
|
+
"initializerTokenRange": {
|
|
8222
|
+
"startIndex": 1,
|
|
8223
|
+
"endIndex": 2
|
|
8224
|
+
}
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"kind": "EnumMember",
|
|
8228
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.SyncEvent:member",
|
|
8229
|
+
"docComment": "/**\n * The event(s) being sent are sync events\n */\n",
|
|
8230
|
+
"excerptTokens": [
|
|
8231
|
+
{
|
|
8232
|
+
"kind": "Content",
|
|
8233
|
+
"text": "SyncEvent = "
|
|
8234
|
+
},
|
|
8235
|
+
{
|
|
8236
|
+
"kind": "Content",
|
|
8237
|
+
"text": "3"
|
|
8238
|
+
}
|
|
8239
|
+
],
|
|
8240
|
+
"releaseTag": "Public",
|
|
8241
|
+
"name": "SyncEvent",
|
|
8242
|
+
"initializerTokenRange": {
|
|
8243
|
+
"startIndex": 1,
|
|
8244
|
+
"endIndex": 2
|
|
8245
|
+
}
|
|
8246
|
+
},
|
|
8247
|
+
{
|
|
8248
|
+
"kind": "EnumMember",
|
|
8249
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.Undefined:member",
|
|
8250
|
+
"docComment": "/**\n * No specific reason was specified\n */\n",
|
|
8251
|
+
"excerptTokens": [
|
|
8252
|
+
{
|
|
8253
|
+
"kind": "Content",
|
|
8254
|
+
"text": "Undefined = "
|
|
8255
|
+
},
|
|
8256
|
+
{
|
|
8257
|
+
"kind": "Content",
|
|
8258
|
+
"text": "0"
|
|
8259
|
+
}
|
|
8260
|
+
],
|
|
8261
|
+
"releaseTag": "Public",
|
|
8262
|
+
"name": "Undefined",
|
|
8263
|
+
"initializerTokenRange": {
|
|
8264
|
+
"startIndex": 1,
|
|
8265
|
+
"endIndex": 2
|
|
8266
|
+
}
|
|
8267
|
+
},
|
|
8268
|
+
{
|
|
8269
|
+
"kind": "EnumMember",
|
|
8270
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!SendRequestReason.Unload:member",
|
|
8271
|
+
"docComment": "/**\n * Unload event is being processed\n */\n",
|
|
8272
|
+
"excerptTokens": [
|
|
8273
|
+
{
|
|
8274
|
+
"kind": "Content",
|
|
8275
|
+
"text": "Unload = "
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
"kind": "Content",
|
|
8279
|
+
"text": "2"
|
|
8280
|
+
}
|
|
8281
|
+
],
|
|
8282
|
+
"releaseTag": "Public",
|
|
8283
|
+
"name": "Unload",
|
|
8284
|
+
"initializerTokenRange": {
|
|
8285
|
+
"startIndex": 1,
|
|
8286
|
+
"endIndex": 2
|
|
8287
|
+
}
|
|
8288
|
+
}
|
|
8289
|
+
]
|
|
8290
|
+
},
|
|
5195
8291
|
{
|
|
5196
8292
|
"kind": "Enum",
|
|
5197
8293
|
"canonicalReference": "@microsoft/applicationinsights-web-basic!SeverityLevel:enum",
|
|
@@ -5311,6 +8407,49 @@
|
|
|
5311
8407
|
}
|
|
5312
8408
|
}
|
|
5313
8409
|
]
|
|
8410
|
+
},
|
|
8411
|
+
{
|
|
8412
|
+
"kind": "Function",
|
|
8413
|
+
"canonicalReference": "@microsoft/applicationinsights-web-basic!throwError:function(1)",
|
|
8414
|
+
"docComment": "",
|
|
8415
|
+
"excerptTokens": [
|
|
8416
|
+
{
|
|
8417
|
+
"kind": "Content",
|
|
8418
|
+
"text": "export declare function throwError(message: "
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
"kind": "Content",
|
|
8422
|
+
"text": "string"
|
|
8423
|
+
},
|
|
8424
|
+
{
|
|
8425
|
+
"kind": "Content",
|
|
8426
|
+
"text": "): "
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
"kind": "Content",
|
|
8430
|
+
"text": "never"
|
|
8431
|
+
},
|
|
8432
|
+
{
|
|
8433
|
+
"kind": "Content",
|
|
8434
|
+
"text": ";"
|
|
8435
|
+
}
|
|
8436
|
+
],
|
|
8437
|
+
"returnTypeTokenRange": {
|
|
8438
|
+
"startIndex": 3,
|
|
8439
|
+
"endIndex": 4
|
|
8440
|
+
},
|
|
8441
|
+
"releaseTag": "Public",
|
|
8442
|
+
"overloadIndex": 1,
|
|
8443
|
+
"parameters": [
|
|
8444
|
+
{
|
|
8445
|
+
"parameterName": "message",
|
|
8446
|
+
"parameterTypeTokenRange": {
|
|
8447
|
+
"startIndex": 1,
|
|
8448
|
+
"endIndex": 2
|
|
8449
|
+
}
|
|
8450
|
+
}
|
|
8451
|
+
],
|
|
8452
|
+
"name": "throwError"
|
|
5314
8453
|
}
|
|
5315
8454
|
]
|
|
5316
8455
|
}
|