@microsoft/applicationinsights-properties-js 3.0.0-beta.2303-11 → 3.0.0-beta.2304-09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.js +3990 -0
  2. package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.js.map +1 -0
  3. package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.min.js +6 -0
  4. package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.min.js.map +1 -0
  5. package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.js +3994 -0
  6. package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.js.map +1 -0
  7. package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.min.js +6 -0
  8. package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.min.js.map +1 -0
  9. package/browser/es5/ai.props.3.0.0-beta.2304-09.integrity.json +66 -0
  10. package/browser/es5/ai.props.3.0.0-beta.2304-09.js +3996 -0
  11. package/browser/es5/ai.props.3.0.0-beta.2304-09.js.map +1 -0
  12. package/browser/es5/ai.props.3.0.0-beta.2304-09.min.js +6 -0
  13. package/browser/es5/ai.props.3.0.0-beta.2304-09.min.js.map +1 -0
  14. package/browser/es5/ai.props.3.cjs.js +3990 -0
  15. package/browser/es5/ai.props.3.cjs.js.map +1 -0
  16. package/browser/es5/ai.props.3.cjs.min.js +6 -0
  17. package/browser/es5/ai.props.3.cjs.min.js.map +1 -0
  18. package/browser/es5/ai.props.3.gbl.js +3994 -0
  19. package/browser/es5/ai.props.3.gbl.js.map +1 -0
  20. package/browser/es5/ai.props.3.gbl.min.js +6 -0
  21. package/browser/es5/ai.props.3.gbl.min.js.map +1 -0
  22. package/{dist/applicationinsights-properties-js.js → browser/es5/ai.props.3.js} +858 -828
  23. package/browser/es5/ai.props.3.js.map +1 -0
  24. package/browser/es5/ai.props.3.min.js +6 -0
  25. package/browser/es5/ai.props.3.min.js.map +1 -0
  26. package/{browser → dist/es5}/applicationinsights-properties-js.js +857 -827
  27. package/dist/es5/applicationinsights-properties-js.js.map +1 -0
  28. package/dist/es5/applicationinsights-properties-js.min.js +6 -0
  29. package/dist/es5/applicationinsights-properties-js.min.js.map +1 -0
  30. package/{dist-esm → dist-es5}/Context/Application.js +1 -1
  31. package/{dist-esm → dist-es5}/Context/Device.js +1 -1
  32. package/{dist-esm → dist-es5}/Context/Internal.js +1 -1
  33. package/{dist-esm → dist-es5}/Context/Location.js +1 -1
  34. package/{dist-esm → dist-es5}/Context/Session.js +1 -1
  35. package/{dist-esm → dist-es5}/Context/TelemetryTrace.js +1 -1
  36. package/{dist-esm → dist-es5}/Context/User.js +1 -1
  37. package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js +1 -1
  38. package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js +1 -1
  39. package/{dist-esm → dist-es5}/PropertiesPlugin.js +1 -1
  40. package/{dist-esm → dist-es5}/TelemetryContext.js +1 -1
  41. package/{dist-esm → dist-es5}/__DynamicConstants.js +1 -1
  42. package/{dist-esm → dist-es5}/applicationinsights-properties-js.js +1 -1
  43. package/package.json +17 -16
  44. package/tsconfig.json +4 -3
  45. package/types/applicationinsights-properties-js.d.ts +161 -6
  46. package/{dist/applicationinsights-properties-js.d.ts → types/applicationinsights-properties-js.namespaced.d.ts} +1 -1
  47. package/browser/applicationinsights-properties-js.integrity.json +0 -26
  48. package/browser/applicationinsights-properties-js.js.map +0 -1
  49. package/browser/applicationinsights-properties-js.min.js +0 -6
  50. package/browser/applicationinsights-properties-js.min.js.map +0 -1
  51. package/dist/applicationinsights-properties-js.api.json +0 -3120
  52. package/dist/applicationinsights-properties-js.api.md +0 -173
  53. package/dist/applicationinsights-properties-js.js.map +0 -1
  54. package/dist/applicationinsights-properties-js.min.js +0 -6
  55. package/dist/applicationinsights-properties-js.min.js.map +0 -1
  56. package/dist/applicationinsights-properties-js.rollup.d.ts +0 -162
  57. package/src/Context/Application.ts +0 -16
  58. package/src/Context/Device.ts +0 -49
  59. package/src/Context/Internal.ts +0 -49
  60. package/src/Context/Location.ts +0 -12
  61. package/src/Context/Session.ts +0 -257
  62. package/src/Context/TelemetryTrace.ts +0 -26
  63. package/src/Context/User.ts +0 -233
  64. package/src/Interfaces/IPropTelemetryContext.ts +0 -21
  65. package/src/Interfaces/IPropertiesConfig.ts +0 -19
  66. package/src/PropertiesPlugin.ts +0 -183
  67. package/src/TelemetryContext.ts +0 -233
  68. package/src/__DynamicConstants.ts +0 -41
  69. package/src/applicationinsights-properties-js.ts +0 -10
  70. package/types/Context/Application.d.ts +0 -11
  71. package/types/Context/Device.d.ts +0 -31
  72. package/types/Context/Internal.d.ts +0 -30
  73. package/types/Context/Location.d.ts +0 -7
  74. package/types/Context/Session.d.ts +0 -42
  75. package/types/Context/TelemetryTrace.d.ts +0 -10
  76. package/types/Context/User.d.ts +0 -59
  77. package/types/Interfaces/IPropTelemetryContext.d.ts +0 -16
  78. package/types/Interfaces/IPropertiesConfig.d.ts +0 -16
  79. package/types/PropertiesPlugin.d.ts +0 -19
  80. package/types/TelemetryContext.d.ts +0 -34
  81. package/types/__DynamicConstants.d.ts +0 -29
  82. package/types/tsdoc-metadata.json +0 -11
  83. /package/{dist-esm → dist-es5}/Context/Application.js.map +0 -0
  84. /package/{dist-esm → dist-es5}/Context/Device.js.map +0 -0
  85. /package/{dist-esm → dist-es5}/Context/Internal.js.map +0 -0
  86. /package/{dist-esm → dist-es5}/Context/Location.js.map +0 -0
  87. /package/{dist-esm → dist-es5}/Context/Session.js.map +0 -0
  88. /package/{dist-esm → dist-es5}/Context/TelemetryTrace.js.map +0 -0
  89. /package/{dist-esm → dist-es5}/Context/User.js.map +0 -0
  90. /package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js.map +0 -0
  91. /package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js.map +0 -0
  92. /package/{dist-esm → dist-es5}/PropertiesPlugin.js.map +0 -0
  93. /package/{dist-esm → dist-es5}/TelemetryContext.js.map +0 -0
  94. /package/{dist-esm → dist-es5}/__DynamicConstants.js.map +0 -0
  95. /package/{dist-esm → dist-es5}/applicationinsights-properties-js.js.map +0 -0
@@ -1,3120 +0,0 @@
1
- {
2
- "metadata": {
3
- "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.4",
5
- "schemaVersion": 1011,
6
- "oldestForwardsCompatibleVersion": 1001,
7
- "tsdocConfig": {
8
- "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
- "noStandardTags": true,
10
- "tagDefinitions": [
11
- {
12
- "tagName": "@alpha",
13
- "syntaxKind": "modifier"
14
- },
15
- {
16
- "tagName": "@beta",
17
- "syntaxKind": "modifier"
18
- },
19
- {
20
- "tagName": "@defaultValue",
21
- "syntaxKind": "block"
22
- },
23
- {
24
- "tagName": "@decorator",
25
- "syntaxKind": "block",
26
- "allowMultiple": true
27
- },
28
- {
29
- "tagName": "@deprecated",
30
- "syntaxKind": "block"
31
- },
32
- {
33
- "tagName": "@eventProperty",
34
- "syntaxKind": "modifier"
35
- },
36
- {
37
- "tagName": "@example",
38
- "syntaxKind": "block",
39
- "allowMultiple": true
40
- },
41
- {
42
- "tagName": "@experimental",
43
- "syntaxKind": "modifier"
44
- },
45
- {
46
- "tagName": "@inheritDoc",
47
- "syntaxKind": "inline"
48
- },
49
- {
50
- "tagName": "@internal",
51
- "syntaxKind": "modifier"
52
- },
53
- {
54
- "tagName": "@label",
55
- "syntaxKind": "inline"
56
- },
57
- {
58
- "tagName": "@link",
59
- "syntaxKind": "inline",
60
- "allowMultiple": true
61
- },
62
- {
63
- "tagName": "@override",
64
- "syntaxKind": "modifier"
65
- },
66
- {
67
- "tagName": "@packageDocumentation",
68
- "syntaxKind": "modifier"
69
- },
70
- {
71
- "tagName": "@param",
72
- "syntaxKind": "block",
73
- "allowMultiple": true
74
- },
75
- {
76
- "tagName": "@privateRemarks",
77
- "syntaxKind": "block"
78
- },
79
- {
80
- "tagName": "@public",
81
- "syntaxKind": "modifier"
82
- },
83
- {
84
- "tagName": "@readonly",
85
- "syntaxKind": "modifier"
86
- },
87
- {
88
- "tagName": "@remarks",
89
- "syntaxKind": "block"
90
- },
91
- {
92
- "tagName": "@returns",
93
- "syntaxKind": "block"
94
- },
95
- {
96
- "tagName": "@sealed",
97
- "syntaxKind": "modifier"
98
- },
99
- {
100
- "tagName": "@see",
101
- "syntaxKind": "block"
102
- },
103
- {
104
- "tagName": "@throws",
105
- "syntaxKind": "block",
106
- "allowMultiple": true
107
- },
108
- {
109
- "tagName": "@typeParam",
110
- "syntaxKind": "block",
111
- "allowMultiple": true
112
- },
113
- {
114
- "tagName": "@virtual",
115
- "syntaxKind": "modifier"
116
- },
117
- {
118
- "tagName": "@betaDocumentation",
119
- "syntaxKind": "modifier"
120
- },
121
- {
122
- "tagName": "@internalRemarks",
123
- "syntaxKind": "block"
124
- },
125
- {
126
- "tagName": "@preapproved",
127
- "syntaxKind": "modifier"
128
- }
129
- ],
130
- "supportForTags": {
131
- "@alpha": true,
132
- "@beta": true,
133
- "@defaultValue": true,
134
- "@decorator": true,
135
- "@deprecated": true,
136
- "@eventProperty": true,
137
- "@example": true,
138
- "@experimental": true,
139
- "@inheritDoc": true,
140
- "@internal": true,
141
- "@label": true,
142
- "@link": true,
143
- "@override": true,
144
- "@packageDocumentation": true,
145
- "@param": true,
146
- "@privateRemarks": true,
147
- "@public": true,
148
- "@readonly": true,
149
- "@remarks": true,
150
- "@returns": true,
151
- "@sealed": true,
152
- "@see": true,
153
- "@throws": true,
154
- "@typeParam": true,
155
- "@virtual": true,
156
- "@betaDocumentation": true,
157
- "@internalRemarks": true,
158
- "@preapproved": true
159
- },
160
- "reportUnsupportedHtmlElements": false
161
- }
162
- },
163
- "kind": "Package",
164
- "canonicalReference": "@microsoft/applicationinsights-properties-js!",
165
- "docComment": "",
166
- "name": "@microsoft/applicationinsights-properties-js",
167
- "preserveMemberOrder": false,
168
- "members": [
169
- {
170
- "kind": "EntryPoint",
171
- "canonicalReference": "@microsoft/applicationinsights-properties-js!",
172
- "name": "",
173
- "preserveMemberOrder": false,
174
- "members": [
175
- {
176
- "kind": "Interface",
177
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext:interface",
178
- "docComment": "",
179
- "excerptTokens": [
180
- {
181
- "kind": "Content",
182
- "text": "export interface IPropTelemetryContext extends "
183
- },
184
- {
185
- "kind": "Reference",
186
- "text": "ITelemetryContext",
187
- "canonicalReference": "@microsoft/applicationinsights-common!ITelemetryContext:interface"
188
- },
189
- {
190
- "kind": "Content",
191
- "text": " "
192
- }
193
- ],
194
- "fileUrlPath": "types/Interfaces/IPropTelemetryContext.d.ts",
195
- "releaseTag": "Public",
196
- "name": "IPropTelemetryContext",
197
- "preserveMemberOrder": false,
198
- "members": [
199
- {
200
- "kind": "MethodSignature",
201
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyApplicationContext:member(1)",
202
- "docComment": "",
203
- "excerptTokens": [
204
- {
205
- "kind": "Content",
206
- "text": "applyApplicationContext(event: "
207
- },
208
- {
209
- "kind": "Reference",
210
- "text": "ITelemetryItem",
211
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
212
- },
213
- {
214
- "kind": "Content",
215
- "text": ", itemCtx?: "
216
- },
217
- {
218
- "kind": "Reference",
219
- "text": "IProcessTelemetryContext",
220
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
221
- },
222
- {
223
- "kind": "Content",
224
- "text": "): "
225
- },
226
- {
227
- "kind": "Content",
228
- "text": "void"
229
- },
230
- {
231
- "kind": "Content",
232
- "text": ";"
233
- }
234
- ],
235
- "isOptional": false,
236
- "returnTypeTokenRange": {
237
- "startIndex": 5,
238
- "endIndex": 6
239
- },
240
- "releaseTag": "Public",
241
- "overloadIndex": 1,
242
- "parameters": [
243
- {
244
- "parameterName": "event",
245
- "parameterTypeTokenRange": {
246
- "startIndex": 1,
247
- "endIndex": 2
248
- },
249
- "isOptional": false
250
- },
251
- {
252
- "parameterName": "itemCtx",
253
- "parameterTypeTokenRange": {
254
- "startIndex": 3,
255
- "endIndex": 4
256
- },
257
- "isOptional": true
258
- }
259
- ],
260
- "name": "applyApplicationContext"
261
- },
262
- {
263
- "kind": "MethodSignature",
264
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyDeviceContext:member(1)",
265
- "docComment": "",
266
- "excerptTokens": [
267
- {
268
- "kind": "Content",
269
- "text": "applyDeviceContext(event: "
270
- },
271
- {
272
- "kind": "Reference",
273
- "text": "ITelemetryItem",
274
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
275
- },
276
- {
277
- "kind": "Content",
278
- "text": ", itemCtx?: "
279
- },
280
- {
281
- "kind": "Reference",
282
- "text": "IProcessTelemetryContext",
283
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
284
- },
285
- {
286
- "kind": "Content",
287
- "text": "): "
288
- },
289
- {
290
- "kind": "Content",
291
- "text": "void"
292
- },
293
- {
294
- "kind": "Content",
295
- "text": ";"
296
- }
297
- ],
298
- "isOptional": false,
299
- "returnTypeTokenRange": {
300
- "startIndex": 5,
301
- "endIndex": 6
302
- },
303
- "releaseTag": "Public",
304
- "overloadIndex": 1,
305
- "parameters": [
306
- {
307
- "parameterName": "event",
308
- "parameterTypeTokenRange": {
309
- "startIndex": 1,
310
- "endIndex": 2
311
- },
312
- "isOptional": false
313
- },
314
- {
315
- "parameterName": "itemCtx",
316
- "parameterTypeTokenRange": {
317
- "startIndex": 3,
318
- "endIndex": 4
319
- },
320
- "isOptional": true
321
- }
322
- ],
323
- "name": "applyDeviceContext"
324
- },
325
- {
326
- "kind": "MethodSignature",
327
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyInternalContext:member(1)",
328
- "docComment": "",
329
- "excerptTokens": [
330
- {
331
- "kind": "Content",
332
- "text": "applyInternalContext(event: "
333
- },
334
- {
335
- "kind": "Reference",
336
- "text": "ITelemetryItem",
337
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
338
- },
339
- {
340
- "kind": "Content",
341
- "text": ", itemCtx?: "
342
- },
343
- {
344
- "kind": "Reference",
345
- "text": "IProcessTelemetryContext",
346
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
347
- },
348
- {
349
- "kind": "Content",
350
- "text": "): "
351
- },
352
- {
353
- "kind": "Content",
354
- "text": "void"
355
- },
356
- {
357
- "kind": "Content",
358
- "text": ";"
359
- }
360
- ],
361
- "isOptional": false,
362
- "returnTypeTokenRange": {
363
- "startIndex": 5,
364
- "endIndex": 6
365
- },
366
- "releaseTag": "Public",
367
- "overloadIndex": 1,
368
- "parameters": [
369
- {
370
- "parameterName": "event",
371
- "parameterTypeTokenRange": {
372
- "startIndex": 1,
373
- "endIndex": 2
374
- },
375
- "isOptional": false
376
- },
377
- {
378
- "parameterName": "itemCtx",
379
- "parameterTypeTokenRange": {
380
- "startIndex": 3,
381
- "endIndex": 4
382
- },
383
- "isOptional": true
384
- }
385
- ],
386
- "name": "applyInternalContext"
387
- },
388
- {
389
- "kind": "MethodSignature",
390
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyLocationContext:member(1)",
391
- "docComment": "",
392
- "excerptTokens": [
393
- {
394
- "kind": "Content",
395
- "text": "applyLocationContext(event: "
396
- },
397
- {
398
- "kind": "Reference",
399
- "text": "ITelemetryItem",
400
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
401
- },
402
- {
403
- "kind": "Content",
404
- "text": ", itemCtx?: "
405
- },
406
- {
407
- "kind": "Reference",
408
- "text": "IProcessTelemetryContext",
409
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
410
- },
411
- {
412
- "kind": "Content",
413
- "text": "): "
414
- },
415
- {
416
- "kind": "Content",
417
- "text": "void"
418
- },
419
- {
420
- "kind": "Content",
421
- "text": ";"
422
- }
423
- ],
424
- "isOptional": false,
425
- "returnTypeTokenRange": {
426
- "startIndex": 5,
427
- "endIndex": 6
428
- },
429
- "releaseTag": "Public",
430
- "overloadIndex": 1,
431
- "parameters": [
432
- {
433
- "parameterName": "event",
434
- "parameterTypeTokenRange": {
435
- "startIndex": 1,
436
- "endIndex": 2
437
- },
438
- "isOptional": false
439
- },
440
- {
441
- "parameterName": "itemCtx",
442
- "parameterTypeTokenRange": {
443
- "startIndex": 3,
444
- "endIndex": 4
445
- },
446
- "isOptional": true
447
- }
448
- ],
449
- "name": "applyLocationContext"
450
- },
451
- {
452
- "kind": "MethodSignature",
453
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyOperatingSystemContxt:member(1)",
454
- "docComment": "",
455
- "excerptTokens": [
456
- {
457
- "kind": "Content",
458
- "text": "applyOperatingSystemContxt(event: "
459
- },
460
- {
461
- "kind": "Reference",
462
- "text": "ITelemetryItem",
463
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
464
- },
465
- {
466
- "kind": "Content",
467
- "text": ", itemCtx?: "
468
- },
469
- {
470
- "kind": "Reference",
471
- "text": "IProcessTelemetryContext",
472
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
473
- },
474
- {
475
- "kind": "Content",
476
- "text": "): "
477
- },
478
- {
479
- "kind": "Content",
480
- "text": "void"
481
- },
482
- {
483
- "kind": "Content",
484
- "text": ";"
485
- }
486
- ],
487
- "isOptional": false,
488
- "returnTypeTokenRange": {
489
- "startIndex": 5,
490
- "endIndex": 6
491
- },
492
- "releaseTag": "Public",
493
- "overloadIndex": 1,
494
- "parameters": [
495
- {
496
- "parameterName": "event",
497
- "parameterTypeTokenRange": {
498
- "startIndex": 1,
499
- "endIndex": 2
500
- },
501
- "isOptional": false
502
- },
503
- {
504
- "parameterName": "itemCtx",
505
- "parameterTypeTokenRange": {
506
- "startIndex": 3,
507
- "endIndex": 4
508
- },
509
- "isOptional": true
510
- }
511
- ],
512
- "name": "applyOperatingSystemContxt"
513
- },
514
- {
515
- "kind": "MethodSignature",
516
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyOperationContext:member(1)",
517
- "docComment": "",
518
- "excerptTokens": [
519
- {
520
- "kind": "Content",
521
- "text": "applyOperationContext(event: "
522
- },
523
- {
524
- "kind": "Reference",
525
- "text": "ITelemetryItem",
526
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
527
- },
528
- {
529
- "kind": "Content",
530
- "text": ", itemCtx?: "
531
- },
532
- {
533
- "kind": "Reference",
534
- "text": "IProcessTelemetryContext",
535
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
536
- },
537
- {
538
- "kind": "Content",
539
- "text": "): "
540
- },
541
- {
542
- "kind": "Content",
543
- "text": "void"
544
- },
545
- {
546
- "kind": "Content",
547
- "text": ";"
548
- }
549
- ],
550
- "isOptional": false,
551
- "returnTypeTokenRange": {
552
- "startIndex": 5,
553
- "endIndex": 6
554
- },
555
- "releaseTag": "Public",
556
- "overloadIndex": 1,
557
- "parameters": [
558
- {
559
- "parameterName": "event",
560
- "parameterTypeTokenRange": {
561
- "startIndex": 1,
562
- "endIndex": 2
563
- },
564
- "isOptional": false
565
- },
566
- {
567
- "parameterName": "itemCtx",
568
- "parameterTypeTokenRange": {
569
- "startIndex": 3,
570
- "endIndex": 4
571
- },
572
- "isOptional": true
573
- }
574
- ],
575
- "name": "applyOperationContext"
576
- },
577
- {
578
- "kind": "MethodSignature",
579
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applySessionContext:member(1)",
580
- "docComment": "",
581
- "excerptTokens": [
582
- {
583
- "kind": "Content",
584
- "text": "applySessionContext(evt: "
585
- },
586
- {
587
- "kind": "Reference",
588
- "text": "ITelemetryItem",
589
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
590
- },
591
- {
592
- "kind": "Content",
593
- "text": ", itemCtx?: "
594
- },
595
- {
596
- "kind": "Reference",
597
- "text": "IProcessTelemetryContext",
598
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
599
- },
600
- {
601
- "kind": "Content",
602
- "text": "): "
603
- },
604
- {
605
- "kind": "Content",
606
- "text": "void"
607
- },
608
- {
609
- "kind": "Content",
610
- "text": ";"
611
- }
612
- ],
613
- "isOptional": false,
614
- "returnTypeTokenRange": {
615
- "startIndex": 5,
616
- "endIndex": 6
617
- },
618
- "releaseTag": "Public",
619
- "overloadIndex": 1,
620
- "parameters": [
621
- {
622
- "parameterName": "evt",
623
- "parameterTypeTokenRange": {
624
- "startIndex": 1,
625
- "endIndex": 2
626
- },
627
- "isOptional": false
628
- },
629
- {
630
- "parameterName": "itemCtx",
631
- "parameterTypeTokenRange": {
632
- "startIndex": 3,
633
- "endIndex": 4
634
- },
635
- "isOptional": true
636
- }
637
- ],
638
- "name": "applySessionContext"
639
- },
640
- {
641
- "kind": "MethodSignature",
642
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyUserContext:member(1)",
643
- "docComment": "",
644
- "excerptTokens": [
645
- {
646
- "kind": "Content",
647
- "text": "applyUserContext(event: "
648
- },
649
- {
650
- "kind": "Reference",
651
- "text": "ITelemetryItem",
652
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
653
- },
654
- {
655
- "kind": "Content",
656
- "text": ", itemCtx?: "
657
- },
658
- {
659
- "kind": "Reference",
660
- "text": "IProcessTelemetryContext",
661
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
662
- },
663
- {
664
- "kind": "Content",
665
- "text": "): "
666
- },
667
- {
668
- "kind": "Content",
669
- "text": "void"
670
- },
671
- {
672
- "kind": "Content",
673
- "text": ";"
674
- }
675
- ],
676
- "isOptional": false,
677
- "returnTypeTokenRange": {
678
- "startIndex": 5,
679
- "endIndex": 6
680
- },
681
- "releaseTag": "Public",
682
- "overloadIndex": 1,
683
- "parameters": [
684
- {
685
- "parameterName": "event",
686
- "parameterTypeTokenRange": {
687
- "startIndex": 1,
688
- "endIndex": 2
689
- },
690
- "isOptional": false
691
- },
692
- {
693
- "parameterName": "itemCtx",
694
- "parameterTypeTokenRange": {
695
- "startIndex": 3,
696
- "endIndex": 4
697
- },
698
- "isOptional": true
699
- }
700
- ],
701
- "name": "applyUserContext"
702
- },
703
- {
704
- "kind": "MethodSignature",
705
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#applyWebContext:member(1)",
706
- "docComment": "",
707
- "excerptTokens": [
708
- {
709
- "kind": "Content",
710
- "text": "applyWebContext(event: "
711
- },
712
- {
713
- "kind": "Reference",
714
- "text": "ITelemetryItem",
715
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
716
- },
717
- {
718
- "kind": "Content",
719
- "text": ", itemCtx?: "
720
- },
721
- {
722
- "kind": "Reference",
723
- "text": "IProcessTelemetryContext",
724
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
725
- },
726
- {
727
- "kind": "Content",
728
- "text": "): "
729
- },
730
- {
731
- "kind": "Content",
732
- "text": "void"
733
- },
734
- {
735
- "kind": "Content",
736
- "text": ";"
737
- }
738
- ],
739
- "isOptional": false,
740
- "returnTypeTokenRange": {
741
- "startIndex": 5,
742
- "endIndex": 6
743
- },
744
- "releaseTag": "Public",
745
- "overloadIndex": 1,
746
- "parameters": [
747
- {
748
- "parameterName": "event",
749
- "parameterTypeTokenRange": {
750
- "startIndex": 1,
751
- "endIndex": 2
752
- },
753
- "isOptional": false
754
- },
755
- {
756
- "parameterName": "itemCtx",
757
- "parameterTypeTokenRange": {
758
- "startIndex": 3,
759
- "endIndex": 4
760
- },
761
- "isOptional": true
762
- }
763
- ],
764
- "name": "applyWebContext"
765
- },
766
- {
767
- "kind": "MethodSignature",
768
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#cleanUp:member(1)",
769
- "docComment": "",
770
- "excerptTokens": [
771
- {
772
- "kind": "Content",
773
- "text": "cleanUp(event: "
774
- },
775
- {
776
- "kind": "Reference",
777
- "text": "ITelemetryItem",
778
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
779
- },
780
- {
781
- "kind": "Content",
782
- "text": ", itemCtx?: "
783
- },
784
- {
785
- "kind": "Reference",
786
- "text": "IProcessTelemetryContext",
787
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
788
- },
789
- {
790
- "kind": "Content",
791
- "text": "): "
792
- },
793
- {
794
- "kind": "Content",
795
- "text": "void"
796
- },
797
- {
798
- "kind": "Content",
799
- "text": ";"
800
- }
801
- ],
802
- "isOptional": false,
803
- "returnTypeTokenRange": {
804
- "startIndex": 5,
805
- "endIndex": 6
806
- },
807
- "releaseTag": "Public",
808
- "overloadIndex": 1,
809
- "parameters": [
810
- {
811
- "parameterName": "event",
812
- "parameterTypeTokenRange": {
813
- "startIndex": 1,
814
- "endIndex": 2
815
- },
816
- "isOptional": false
817
- },
818
- {
819
- "parameterName": "itemCtx",
820
- "parameterTypeTokenRange": {
821
- "startIndex": 3,
822
- "endIndex": 4
823
- },
824
- "isOptional": true
825
- }
826
- ],
827
- "name": "cleanUp"
828
- },
829
- {
830
- "kind": "PropertySignature",
831
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext#sessionManager:member",
832
- "docComment": "",
833
- "excerptTokens": [
834
- {
835
- "kind": "Content",
836
- "text": "readonly sessionManager: "
837
- },
838
- {
839
- "kind": "Reference",
840
- "text": "_SessionManager",
841
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager:class"
842
- },
843
- {
844
- "kind": "Content",
845
- "text": ";"
846
- }
847
- ],
848
- "isReadonly": true,
849
- "isOptional": false,
850
- "releaseTag": "Public",
851
- "name": "sessionManager",
852
- "propertyTypeTokenRange": {
853
- "startIndex": 1,
854
- "endIndex": 2
855
- }
856
- }
857
- ],
858
- "extendsTokenRanges": [
859
- {
860
- "startIndex": 1,
861
- "endIndex": 2
862
- }
863
- ]
864
- },
865
- {
866
- "kind": "Interface",
867
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig:interface",
868
- "docComment": "",
869
- "excerptTokens": [
870
- {
871
- "kind": "Content",
872
- "text": "export interface ISessionConfig "
873
- }
874
- ],
875
- "fileUrlPath": "types/Context/Session.d.ts",
876
- "releaseTag": "Public",
877
- "name": "ISessionConfig",
878
- "preserveMemberOrder": false,
879
- "members": [
880
- {
881
- "kind": "PropertySignature",
882
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#cookieDomain:member",
883
- "docComment": "/**\n * @deprecated\n *\n * Avoid using this value to override the cookie manager cookie domain.\n */\n",
884
- "excerptTokens": [
885
- {
886
- "kind": "Content",
887
- "text": "cookieDomain?: "
888
- },
889
- {
890
- "kind": "Content",
891
- "text": "string"
892
- },
893
- {
894
- "kind": "Content",
895
- "text": ";"
896
- }
897
- ],
898
- "isReadonly": false,
899
- "isOptional": true,
900
- "releaseTag": "Public",
901
- "name": "cookieDomain",
902
- "propertyTypeTokenRange": {
903
- "startIndex": 1,
904
- "endIndex": 2
905
- }
906
- },
907
- {
908
- "kind": "PropertySignature",
909
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#getNewId:member",
910
- "docComment": "",
911
- "excerptTokens": [
912
- {
913
- "kind": "Content",
914
- "text": "readonly getNewId?: "
915
- },
916
- {
917
- "kind": "Content",
918
- "text": "(idLength?: number) => string"
919
- },
920
- {
921
- "kind": "Content",
922
- "text": ";"
923
- }
924
- ],
925
- "isReadonly": true,
926
- "isOptional": true,
927
- "releaseTag": "Public",
928
- "name": "getNewId",
929
- "propertyTypeTokenRange": {
930
- "startIndex": 1,
931
- "endIndex": 2
932
- }
933
- },
934
- {
935
- "kind": "PropertySignature",
936
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#idLength:member",
937
- "docComment": "",
938
- "excerptTokens": [
939
- {
940
- "kind": "Content",
941
- "text": "readonly idLength?: "
942
- },
943
- {
944
- "kind": "Content",
945
- "text": "number"
946
- },
947
- {
948
- "kind": "Content",
949
- "text": ";"
950
- }
951
- ],
952
- "isReadonly": true,
953
- "isOptional": true,
954
- "releaseTag": "Public",
955
- "name": "idLength",
956
- "propertyTypeTokenRange": {
957
- "startIndex": 1,
958
- "endIndex": 2
959
- }
960
- },
961
- {
962
- "kind": "PropertySignature",
963
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#namePrefix:member",
964
- "docComment": "",
965
- "excerptTokens": [
966
- {
967
- "kind": "Content",
968
- "text": "readonly namePrefix?: "
969
- },
970
- {
971
- "kind": "Content",
972
- "text": "string"
973
- },
974
- {
975
- "kind": "Content",
976
- "text": ";"
977
- }
978
- ],
979
- "isReadonly": true,
980
- "isOptional": true,
981
- "releaseTag": "Public",
982
- "name": "namePrefix",
983
- "propertyTypeTokenRange": {
984
- "startIndex": 1,
985
- "endIndex": 2
986
- }
987
- },
988
- {
989
- "kind": "PropertySignature",
990
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#sessionCookiePostfix:member",
991
- "docComment": "",
992
- "excerptTokens": [
993
- {
994
- "kind": "Content",
995
- "text": "readonly sessionCookiePostfix?: "
996
- },
997
- {
998
- "kind": "Content",
999
- "text": "string"
1000
- },
1001
- {
1002
- "kind": "Content",
1003
- "text": ";"
1004
- }
1005
- ],
1006
- "isReadonly": true,
1007
- "isOptional": true,
1008
- "releaseTag": "Public",
1009
- "name": "sessionCookiePostfix",
1010
- "propertyTypeTokenRange": {
1011
- "startIndex": 1,
1012
- "endIndex": 2
1013
- }
1014
- },
1015
- {
1016
- "kind": "PropertySignature",
1017
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#sessionExpirationMs:member",
1018
- "docComment": "",
1019
- "excerptTokens": [
1020
- {
1021
- "kind": "Content",
1022
- "text": "readonly sessionExpirationMs?: "
1023
- },
1024
- {
1025
- "kind": "Content",
1026
- "text": "number"
1027
- },
1028
- {
1029
- "kind": "Content",
1030
- "text": ";"
1031
- }
1032
- ],
1033
- "isReadonly": true,
1034
- "isOptional": true,
1035
- "releaseTag": "Public",
1036
- "name": "sessionExpirationMs",
1037
- "propertyTypeTokenRange": {
1038
- "startIndex": 1,
1039
- "endIndex": 2
1040
- }
1041
- },
1042
- {
1043
- "kind": "PropertySignature",
1044
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig#sessionRenewalMs:member",
1045
- "docComment": "",
1046
- "excerptTokens": [
1047
- {
1048
- "kind": "Content",
1049
- "text": "readonly sessionRenewalMs?: "
1050
- },
1051
- {
1052
- "kind": "Content",
1053
- "text": "number"
1054
- },
1055
- {
1056
- "kind": "Content",
1057
- "text": ";"
1058
- }
1059
- ],
1060
- "isReadonly": true,
1061
- "isOptional": true,
1062
- "releaseTag": "Public",
1063
- "name": "sessionRenewalMs",
1064
- "propertyTypeTokenRange": {
1065
- "startIndex": 1,
1066
- "endIndex": 2
1067
- }
1068
- }
1069
- ],
1070
- "extendsTokenRanges": []
1071
- },
1072
- {
1073
- "kind": "Class",
1074
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin:class",
1075
- "docComment": "",
1076
- "excerptTokens": [
1077
- {
1078
- "kind": "Content",
1079
- "text": "export default class PropertiesPlugin extends "
1080
- },
1081
- {
1082
- "kind": "Reference",
1083
- "text": "BaseTelemetryPlugin",
1084
- "canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin:class"
1085
- },
1086
- {
1087
- "kind": "Content",
1088
- "text": " implements "
1089
- },
1090
- {
1091
- "kind": "Reference",
1092
- "text": "IPropertiesPlugin",
1093
- "canonicalReference": "@microsoft/applicationinsights-common!IPropertiesPlugin:interface"
1094
- },
1095
- {
1096
- "kind": "Content",
1097
- "text": " "
1098
- }
1099
- ],
1100
- "fileUrlPath": "types/PropertiesPlugin.d.ts",
1101
- "releaseTag": "Public",
1102
- "isAbstract": false,
1103
- "name": "PropertiesPlugin",
1104
- "preserveMemberOrder": false,
1105
- "members": [
1106
- {
1107
- "kind": "Constructor",
1108
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin:constructor(1)",
1109
- "docComment": "/**\n * Constructs a new instance of the `PropertiesPlugin` class\n */\n",
1110
- "excerptTokens": [
1111
- {
1112
- "kind": "Content",
1113
- "text": "constructor();"
1114
- }
1115
- ],
1116
- "releaseTag": "Public",
1117
- "isProtected": false,
1118
- "overloadIndex": 1,
1119
- "parameters": []
1120
- },
1121
- {
1122
- "kind": "Property",
1123
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin#context:member",
1124
- "docComment": "",
1125
- "excerptTokens": [
1126
- {
1127
- "kind": "Content",
1128
- "text": "context: "
1129
- },
1130
- {
1131
- "kind": "Reference",
1132
- "text": "IPropTelemetryContext",
1133
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext:interface"
1134
- },
1135
- {
1136
- "kind": "Content",
1137
- "text": ";"
1138
- }
1139
- ],
1140
- "isReadonly": false,
1141
- "isOptional": false,
1142
- "releaseTag": "Public",
1143
- "name": "context",
1144
- "propertyTypeTokenRange": {
1145
- "startIndex": 1,
1146
- "endIndex": 2
1147
- },
1148
- "isStatic": false,
1149
- "isProtected": false,
1150
- "isAbstract": false
1151
- },
1152
- {
1153
- "kind": "Property",
1154
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin#identifier:member",
1155
- "docComment": "",
1156
- "excerptTokens": [
1157
- {
1158
- "kind": "Content",
1159
- "text": "identifier: "
1160
- },
1161
- {
1162
- "kind": "Content",
1163
- "text": "string"
1164
- },
1165
- {
1166
- "kind": "Content",
1167
- "text": ";"
1168
- }
1169
- ],
1170
- "isReadonly": false,
1171
- "isOptional": false,
1172
- "releaseTag": "Public",
1173
- "name": "identifier",
1174
- "propertyTypeTokenRange": {
1175
- "startIndex": 1,
1176
- "endIndex": 2
1177
- },
1178
- "isStatic": false,
1179
- "isProtected": false,
1180
- "isAbstract": false
1181
- },
1182
- {
1183
- "kind": "Method",
1184
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin#initialize:member(1)",
1185
- "docComment": "",
1186
- "excerptTokens": [
1187
- {
1188
- "kind": "Content",
1189
- "text": "initialize(config: "
1190
- },
1191
- {
1192
- "kind": "Reference",
1193
- "text": "IConfiguration",
1194
- "canonicalReference": "@microsoft/applicationinsights-core-js!IConfiguration:interface"
1195
- },
1196
- {
1197
- "kind": "Content",
1198
- "text": " & "
1199
- },
1200
- {
1201
- "kind": "Reference",
1202
- "text": "IConfig",
1203
- "canonicalReference": "@microsoft/applicationinsights-common!IConfig:interface"
1204
- },
1205
- {
1206
- "kind": "Content",
1207
- "text": ", core: "
1208
- },
1209
- {
1210
- "kind": "Reference",
1211
- "text": "IAppInsightsCore",
1212
- "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
1213
- },
1214
- {
1215
- "kind": "Content",
1216
- "text": ", extensions: "
1217
- },
1218
- {
1219
- "kind": "Reference",
1220
- "text": "IPlugin",
1221
- "canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
1222
- },
1223
- {
1224
- "kind": "Content",
1225
- "text": "[]"
1226
- },
1227
- {
1228
- "kind": "Content",
1229
- "text": ", pluginChain?: "
1230
- },
1231
- {
1232
- "kind": "Reference",
1233
- "text": "ITelemetryPluginChain",
1234
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
1235
- },
1236
- {
1237
- "kind": "Content",
1238
- "text": "): "
1239
- },
1240
- {
1241
- "kind": "Content",
1242
- "text": "void"
1243
- },
1244
- {
1245
- "kind": "Content",
1246
- "text": ";"
1247
- }
1248
- ],
1249
- "isStatic": false,
1250
- "returnTypeTokenRange": {
1251
- "startIndex": 12,
1252
- "endIndex": 13
1253
- },
1254
- "releaseTag": "Public",
1255
- "isProtected": false,
1256
- "overloadIndex": 1,
1257
- "parameters": [
1258
- {
1259
- "parameterName": "config",
1260
- "parameterTypeTokenRange": {
1261
- "startIndex": 1,
1262
- "endIndex": 4
1263
- },
1264
- "isOptional": false
1265
- },
1266
- {
1267
- "parameterName": "core",
1268
- "parameterTypeTokenRange": {
1269
- "startIndex": 5,
1270
- "endIndex": 6
1271
- },
1272
- "isOptional": false
1273
- },
1274
- {
1275
- "parameterName": "extensions",
1276
- "parameterTypeTokenRange": {
1277
- "startIndex": 7,
1278
- "endIndex": 9
1279
- },
1280
- "isOptional": false
1281
- },
1282
- {
1283
- "parameterName": "pluginChain",
1284
- "parameterTypeTokenRange": {
1285
- "startIndex": 10,
1286
- "endIndex": 11
1287
- },
1288
- "isOptional": true
1289
- }
1290
- ],
1291
- "isOptional": false,
1292
- "isAbstract": false,
1293
- "name": "initialize"
1294
- },
1295
- {
1296
- "kind": "Property",
1297
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin#priority:member",
1298
- "docComment": "",
1299
- "excerptTokens": [
1300
- {
1301
- "kind": "Content",
1302
- "text": "priority: "
1303
- },
1304
- {
1305
- "kind": "Content",
1306
- "text": "number"
1307
- },
1308
- {
1309
- "kind": "Content",
1310
- "text": ";"
1311
- }
1312
- ],
1313
- "isReadonly": false,
1314
- "isOptional": false,
1315
- "releaseTag": "Public",
1316
- "name": "priority",
1317
- "propertyTypeTokenRange": {
1318
- "startIndex": 1,
1319
- "endIndex": 2
1320
- },
1321
- "isStatic": false,
1322
- "isProtected": false,
1323
- "isAbstract": false
1324
- },
1325
- {
1326
- "kind": "Method",
1327
- "canonicalReference": "@microsoft/applicationinsights-properties-js!PropertiesPlugin#processTelemetry:member(1)",
1328
- "docComment": "/**\n * Add Part A fields to the event\n *\n * @param event - The event that needs to be processed\n */\n",
1329
- "excerptTokens": [
1330
- {
1331
- "kind": "Content",
1332
- "text": "processTelemetry(event: "
1333
- },
1334
- {
1335
- "kind": "Reference",
1336
- "text": "ITelemetryItem",
1337
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
1338
- },
1339
- {
1340
- "kind": "Content",
1341
- "text": ", itemCtx?: "
1342
- },
1343
- {
1344
- "kind": "Reference",
1345
- "text": "IProcessTelemetryContext",
1346
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
1347
- },
1348
- {
1349
- "kind": "Content",
1350
- "text": "): "
1351
- },
1352
- {
1353
- "kind": "Content",
1354
- "text": "void"
1355
- },
1356
- {
1357
- "kind": "Content",
1358
- "text": ";"
1359
- }
1360
- ],
1361
- "isStatic": false,
1362
- "returnTypeTokenRange": {
1363
- "startIndex": 5,
1364
- "endIndex": 6
1365
- },
1366
- "releaseTag": "Public",
1367
- "isProtected": false,
1368
- "overloadIndex": 1,
1369
- "parameters": [
1370
- {
1371
- "parameterName": "event",
1372
- "parameterTypeTokenRange": {
1373
- "startIndex": 1,
1374
- "endIndex": 2
1375
- },
1376
- "isOptional": false
1377
- },
1378
- {
1379
- "parameterName": "itemCtx",
1380
- "parameterTypeTokenRange": {
1381
- "startIndex": 3,
1382
- "endIndex": 4
1383
- },
1384
- "isOptional": true
1385
- }
1386
- ],
1387
- "isOptional": false,
1388
- "isAbstract": false,
1389
- "name": "processTelemetry"
1390
- }
1391
- ],
1392
- "extendsTokenRange": {
1393
- "startIndex": 1,
1394
- "endIndex": 2
1395
- },
1396
- "implementsTokenRanges": [
1397
- {
1398
- "startIndex": 3,
1399
- "endIndex": 4
1400
- }
1401
- ]
1402
- },
1403
- {
1404
- "kind": "Class",
1405
- "canonicalReference": "@microsoft/applicationinsights-properties-js!Session:class",
1406
- "docComment": "",
1407
- "excerptTokens": [
1408
- {
1409
- "kind": "Content",
1410
- "text": "export declare class Session implements "
1411
- },
1412
- {
1413
- "kind": "Reference",
1414
- "text": "ISession",
1415
- "canonicalReference": "@microsoft/applicationinsights-common!ISession:interface"
1416
- },
1417
- {
1418
- "kind": "Content",
1419
- "text": " "
1420
- }
1421
- ],
1422
- "fileUrlPath": "types/Context/Session.d.ts",
1423
- "releaseTag": "Public",
1424
- "isAbstract": false,
1425
- "name": "Session",
1426
- "preserveMemberOrder": false,
1427
- "members": [
1428
- {
1429
- "kind": "Property",
1430
- "canonicalReference": "@microsoft/applicationinsights-properties-js!Session#acquisitionDate:member",
1431
- "docComment": "/**\n * The date at which this guid was generated. Per the spec the ID will be regenerated if more than acquisitionSpan milliseconds elapsed from this time.\n */\n",
1432
- "excerptTokens": [
1433
- {
1434
- "kind": "Content",
1435
- "text": "acquisitionDate?: "
1436
- },
1437
- {
1438
- "kind": "Content",
1439
- "text": "number"
1440
- },
1441
- {
1442
- "kind": "Content",
1443
- "text": ";"
1444
- }
1445
- ],
1446
- "isReadonly": false,
1447
- "isOptional": true,
1448
- "releaseTag": "Public",
1449
- "name": "acquisitionDate",
1450
- "propertyTypeTokenRange": {
1451
- "startIndex": 1,
1452
- "endIndex": 2
1453
- },
1454
- "isStatic": false,
1455
- "isProtected": false,
1456
- "isAbstract": false
1457
- },
1458
- {
1459
- "kind": "Property",
1460
- "canonicalReference": "@microsoft/applicationinsights-properties-js!Session#id:member",
1461
- "docComment": "/**\n * The session ID.\n */\n",
1462
- "excerptTokens": [
1463
- {
1464
- "kind": "Content",
1465
- "text": "id?: "
1466
- },
1467
- {
1468
- "kind": "Content",
1469
- "text": "string"
1470
- },
1471
- {
1472
- "kind": "Content",
1473
- "text": ";"
1474
- }
1475
- ],
1476
- "isReadonly": false,
1477
- "isOptional": true,
1478
- "releaseTag": "Public",
1479
- "name": "id",
1480
- "propertyTypeTokenRange": {
1481
- "startIndex": 1,
1482
- "endIndex": 2
1483
- },
1484
- "isStatic": false,
1485
- "isProtected": false,
1486
- "isAbstract": false
1487
- },
1488
- {
1489
- "kind": "Property",
1490
- "canonicalReference": "@microsoft/applicationinsights-properties-js!Session#renewalDate:member",
1491
- "docComment": "/**\n * The date at which this session ID was last reported. This value should be updated whenever telemetry is sent using this ID. Per the spec the ID will be regenerated if more than renewalSpan milliseconds elapse from this time with no activity.\n */\n",
1492
- "excerptTokens": [
1493
- {
1494
- "kind": "Content",
1495
- "text": "renewalDate?: "
1496
- },
1497
- {
1498
- "kind": "Content",
1499
- "text": "number"
1500
- },
1501
- {
1502
- "kind": "Content",
1503
- "text": ";"
1504
- }
1505
- ],
1506
- "isReadonly": false,
1507
- "isOptional": true,
1508
- "releaseTag": "Public",
1509
- "name": "renewalDate",
1510
- "propertyTypeTokenRange": {
1511
- "startIndex": 1,
1512
- "endIndex": 2
1513
- },
1514
- "isStatic": false,
1515
- "isProtected": false,
1516
- "isAbstract": false
1517
- }
1518
- ],
1519
- "implementsTokenRanges": [
1520
- {
1521
- "startIndex": 1,
1522
- "endIndex": 2
1523
- }
1524
- ]
1525
- },
1526
- {
1527
- "kind": "Class",
1528
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager:class",
1529
- "docComment": "",
1530
- "excerptTokens": [
1531
- {
1532
- "kind": "Content",
1533
- "text": "export declare class _SessionManager "
1534
- }
1535
- ],
1536
- "fileUrlPath": "types/Context/Session.d.ts",
1537
- "releaseTag": "Public",
1538
- "isAbstract": false,
1539
- "name": "SessionManager",
1540
- "preserveMemberOrder": false,
1541
- "members": [
1542
- {
1543
- "kind": "Constructor",
1544
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager:constructor(1)",
1545
- "docComment": "/**\n * Constructs a new instance of the `_SessionManager` class\n */\n",
1546
- "excerptTokens": [
1547
- {
1548
- "kind": "Content",
1549
- "text": "constructor(config: "
1550
- },
1551
- {
1552
- "kind": "Reference",
1553
- "text": "ISessionConfig",
1554
- "canonicalReference": "@microsoft/applicationinsights-properties-js!ISessionConfig:interface"
1555
- },
1556
- {
1557
- "kind": "Content",
1558
- "text": ", core?: "
1559
- },
1560
- {
1561
- "kind": "Reference",
1562
- "text": "IAppInsightsCore",
1563
- "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
1564
- },
1565
- {
1566
- "kind": "Content",
1567
- "text": ", unloadHookContainer?: "
1568
- },
1569
- {
1570
- "kind": "Reference",
1571
- "text": "IUnloadHookContainer",
1572
- "canonicalReference": "@microsoft/applicationinsights-core-js!IUnloadHookContainer:interface"
1573
- },
1574
- {
1575
- "kind": "Content",
1576
- "text": ");"
1577
- }
1578
- ],
1579
- "releaseTag": "Public",
1580
- "isProtected": false,
1581
- "overloadIndex": 1,
1582
- "parameters": [
1583
- {
1584
- "parameterName": "config",
1585
- "parameterTypeTokenRange": {
1586
- "startIndex": 1,
1587
- "endIndex": 2
1588
- },
1589
- "isOptional": false
1590
- },
1591
- {
1592
- "parameterName": "core",
1593
- "parameterTypeTokenRange": {
1594
- "startIndex": 3,
1595
- "endIndex": 4
1596
- },
1597
- "isOptional": true
1598
- },
1599
- {
1600
- "parameterName": "unloadHookContainer",
1601
- "parameterTypeTokenRange": {
1602
- "startIndex": 5,
1603
- "endIndex": 6
1604
- },
1605
- "isOptional": true
1606
- }
1607
- ]
1608
- },
1609
- {
1610
- "kind": "Property",
1611
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager#automaticSession:member",
1612
- "docComment": "",
1613
- "excerptTokens": [
1614
- {
1615
- "kind": "Content",
1616
- "text": "automaticSession: "
1617
- },
1618
- {
1619
- "kind": "Reference",
1620
- "text": "Session",
1621
- "canonicalReference": "@microsoft/applicationinsights-properties-js!Session:class"
1622
- },
1623
- {
1624
- "kind": "Content",
1625
- "text": ";"
1626
- }
1627
- ],
1628
- "isReadonly": false,
1629
- "isOptional": false,
1630
- "releaseTag": "Public",
1631
- "name": "automaticSession",
1632
- "propertyTypeTokenRange": {
1633
- "startIndex": 1,
1634
- "endIndex": 2
1635
- },
1636
- "isStatic": false,
1637
- "isProtected": false,
1638
- "isAbstract": false
1639
- },
1640
- {
1641
- "kind": "Method",
1642
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager#backup:member(1)",
1643
- "docComment": "/**\n * Record the current state of the automatic session and store it in our cookie string format into the browser's local storage. This is used to restore the session data when the cookie expires.\n */\n",
1644
- "excerptTokens": [
1645
- {
1646
- "kind": "Content",
1647
- "text": "backup(): "
1648
- },
1649
- {
1650
- "kind": "Content",
1651
- "text": "void"
1652
- },
1653
- {
1654
- "kind": "Content",
1655
- "text": ";"
1656
- }
1657
- ],
1658
- "isStatic": false,
1659
- "returnTypeTokenRange": {
1660
- "startIndex": 1,
1661
- "endIndex": 2
1662
- },
1663
- "releaseTag": "Public",
1664
- "isProtected": false,
1665
- "overloadIndex": 1,
1666
- "parameters": [],
1667
- "isOptional": false,
1668
- "isAbstract": false,
1669
- "name": "backup"
1670
- },
1671
- {
1672
- "kind": "Method",
1673
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager#update:member(1)",
1674
- "docComment": "",
1675
- "excerptTokens": [
1676
- {
1677
- "kind": "Content",
1678
- "text": "update(): "
1679
- },
1680
- {
1681
- "kind": "Content",
1682
- "text": "void"
1683
- },
1684
- {
1685
- "kind": "Content",
1686
- "text": ";"
1687
- }
1688
- ],
1689
- "isStatic": false,
1690
- "returnTypeTokenRange": {
1691
- "startIndex": 1,
1692
- "endIndex": 2
1693
- },
1694
- "releaseTag": "Public",
1695
- "isProtected": false,
1696
- "overloadIndex": 1,
1697
- "parameters": [],
1698
- "isOptional": false,
1699
- "isAbstract": false,
1700
- "name": "update"
1701
- }
1702
- ],
1703
- "implementsTokenRanges": []
1704
- },
1705
- {
1706
- "kind": "Class",
1707
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext:class",
1708
- "docComment": "",
1709
- "excerptTokens": [
1710
- {
1711
- "kind": "Content",
1712
- "text": "export declare class TelemetryContext implements "
1713
- },
1714
- {
1715
- "kind": "Reference",
1716
- "text": "IPropTelemetryContext",
1717
- "canonicalReference": "@microsoft/applicationinsights-properties-js!IPropTelemetryContext:interface"
1718
- },
1719
- {
1720
- "kind": "Content",
1721
- "text": " "
1722
- }
1723
- ],
1724
- "fileUrlPath": "types/TelemetryContext.d.ts",
1725
- "releaseTag": "Public",
1726
- "isAbstract": false,
1727
- "name": "TelemetryContext",
1728
- "preserveMemberOrder": false,
1729
- "members": [
1730
- {
1731
- "kind": "Constructor",
1732
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext:constructor(1)",
1733
- "docComment": "/**\n * Constructs a new instance of the `TelemetryContext` class\n */\n",
1734
- "excerptTokens": [
1735
- {
1736
- "kind": "Content",
1737
- "text": "constructor(core: "
1738
- },
1739
- {
1740
- "kind": "Reference",
1741
- "text": "IAppInsightsCore",
1742
- "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
1743
- },
1744
- {
1745
- "kind": "Content",
1746
- "text": ", defaultConfig: "
1747
- },
1748
- {
1749
- "kind": "Reference",
1750
- "text": "IPropertiesConfig",
1751
- "canonicalReference": "@microsoft/applicationinsights-properties-js!~IPropertiesConfig:interface"
1752
- },
1753
- {
1754
- "kind": "Content",
1755
- "text": ", previousTraceCtx?: "
1756
- },
1757
- {
1758
- "kind": "Reference",
1759
- "text": "IDistributedTraceContext",
1760
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
1761
- },
1762
- {
1763
- "kind": "Content",
1764
- "text": ", unloadHookContainer?: "
1765
- },
1766
- {
1767
- "kind": "Reference",
1768
- "text": "IUnloadHookContainer",
1769
- "canonicalReference": "@microsoft/applicationinsights-core-js!IUnloadHookContainer:interface"
1770
- },
1771
- {
1772
- "kind": "Content",
1773
- "text": ");"
1774
- }
1775
- ],
1776
- "releaseTag": "Public",
1777
- "isProtected": false,
1778
- "overloadIndex": 1,
1779
- "parameters": [
1780
- {
1781
- "parameterName": "core",
1782
- "parameterTypeTokenRange": {
1783
- "startIndex": 1,
1784
- "endIndex": 2
1785
- },
1786
- "isOptional": false
1787
- },
1788
- {
1789
- "parameterName": "defaultConfig",
1790
- "parameterTypeTokenRange": {
1791
- "startIndex": 3,
1792
- "endIndex": 4
1793
- },
1794
- "isOptional": false
1795
- },
1796
- {
1797
- "parameterName": "previousTraceCtx",
1798
- "parameterTypeTokenRange": {
1799
- "startIndex": 5,
1800
- "endIndex": 6
1801
- },
1802
- "isOptional": true
1803
- },
1804
- {
1805
- "parameterName": "unloadHookContainer",
1806
- "parameterTypeTokenRange": {
1807
- "startIndex": 7,
1808
- "endIndex": 8
1809
- },
1810
- "isOptional": true
1811
- }
1812
- ]
1813
- },
1814
- {
1815
- "kind": "Property",
1816
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#appId:member",
1817
- "docComment": "",
1818
- "excerptTokens": [
1819
- {
1820
- "kind": "Content",
1821
- "text": "appId: "
1822
- },
1823
- {
1824
- "kind": "Content",
1825
- "text": "() => string"
1826
- },
1827
- {
1828
- "kind": "Content",
1829
- "text": ";"
1830
- }
1831
- ],
1832
- "isReadonly": false,
1833
- "isOptional": false,
1834
- "releaseTag": "Public",
1835
- "name": "appId",
1836
- "propertyTypeTokenRange": {
1837
- "startIndex": 1,
1838
- "endIndex": 2
1839
- },
1840
- "isStatic": false,
1841
- "isProtected": false,
1842
- "isAbstract": false
1843
- },
1844
- {
1845
- "kind": "Property",
1846
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#application:member",
1847
- "docComment": "",
1848
- "excerptTokens": [
1849
- {
1850
- "kind": "Content",
1851
- "text": "application: "
1852
- },
1853
- {
1854
- "kind": "Reference",
1855
- "text": "IApplication",
1856
- "canonicalReference": "@microsoft/applicationinsights-common!IApplication:interface"
1857
- },
1858
- {
1859
- "kind": "Content",
1860
- "text": ";"
1861
- }
1862
- ],
1863
- "isReadonly": false,
1864
- "isOptional": false,
1865
- "releaseTag": "Public",
1866
- "name": "application",
1867
- "propertyTypeTokenRange": {
1868
- "startIndex": 1,
1869
- "endIndex": 2
1870
- },
1871
- "isStatic": false,
1872
- "isProtected": false,
1873
- "isAbstract": false
1874
- },
1875
- {
1876
- "kind": "Method",
1877
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyApplicationContext:member(1)",
1878
- "docComment": "",
1879
- "excerptTokens": [
1880
- {
1881
- "kind": "Content",
1882
- "text": "applyApplicationContext(event: "
1883
- },
1884
- {
1885
- "kind": "Reference",
1886
- "text": "ITelemetryItem",
1887
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
1888
- },
1889
- {
1890
- "kind": "Content",
1891
- "text": ", itemCtx?: "
1892
- },
1893
- {
1894
- "kind": "Reference",
1895
- "text": "IProcessTelemetryContext",
1896
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
1897
- },
1898
- {
1899
- "kind": "Content",
1900
- "text": "): "
1901
- },
1902
- {
1903
- "kind": "Content",
1904
- "text": "void"
1905
- },
1906
- {
1907
- "kind": "Content",
1908
- "text": ";"
1909
- }
1910
- ],
1911
- "isStatic": false,
1912
- "returnTypeTokenRange": {
1913
- "startIndex": 5,
1914
- "endIndex": 6
1915
- },
1916
- "releaseTag": "Public",
1917
- "isProtected": false,
1918
- "overloadIndex": 1,
1919
- "parameters": [
1920
- {
1921
- "parameterName": "event",
1922
- "parameterTypeTokenRange": {
1923
- "startIndex": 1,
1924
- "endIndex": 2
1925
- },
1926
- "isOptional": false
1927
- },
1928
- {
1929
- "parameterName": "itemCtx",
1930
- "parameterTypeTokenRange": {
1931
- "startIndex": 3,
1932
- "endIndex": 4
1933
- },
1934
- "isOptional": true
1935
- }
1936
- ],
1937
- "isOptional": false,
1938
- "isAbstract": false,
1939
- "name": "applyApplicationContext"
1940
- },
1941
- {
1942
- "kind": "Method",
1943
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyDeviceContext:member(1)",
1944
- "docComment": "",
1945
- "excerptTokens": [
1946
- {
1947
- "kind": "Content",
1948
- "text": "applyDeviceContext(event: "
1949
- },
1950
- {
1951
- "kind": "Reference",
1952
- "text": "ITelemetryItem",
1953
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
1954
- },
1955
- {
1956
- "kind": "Content",
1957
- "text": ", itemCtx?: "
1958
- },
1959
- {
1960
- "kind": "Reference",
1961
- "text": "IProcessTelemetryContext",
1962
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
1963
- },
1964
- {
1965
- "kind": "Content",
1966
- "text": "): "
1967
- },
1968
- {
1969
- "kind": "Content",
1970
- "text": "void"
1971
- },
1972
- {
1973
- "kind": "Content",
1974
- "text": ";"
1975
- }
1976
- ],
1977
- "isStatic": false,
1978
- "returnTypeTokenRange": {
1979
- "startIndex": 5,
1980
- "endIndex": 6
1981
- },
1982
- "releaseTag": "Public",
1983
- "isProtected": false,
1984
- "overloadIndex": 1,
1985
- "parameters": [
1986
- {
1987
- "parameterName": "event",
1988
- "parameterTypeTokenRange": {
1989
- "startIndex": 1,
1990
- "endIndex": 2
1991
- },
1992
- "isOptional": false
1993
- },
1994
- {
1995
- "parameterName": "itemCtx",
1996
- "parameterTypeTokenRange": {
1997
- "startIndex": 3,
1998
- "endIndex": 4
1999
- },
2000
- "isOptional": true
2001
- }
2002
- ],
2003
- "isOptional": false,
2004
- "isAbstract": false,
2005
- "name": "applyDeviceContext"
2006
- },
2007
- {
2008
- "kind": "Method",
2009
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyInternalContext:member(1)",
2010
- "docComment": "",
2011
- "excerptTokens": [
2012
- {
2013
- "kind": "Content",
2014
- "text": "applyInternalContext(event: "
2015
- },
2016
- {
2017
- "kind": "Reference",
2018
- "text": "ITelemetryItem",
2019
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2020
- },
2021
- {
2022
- "kind": "Content",
2023
- "text": ", itemCtx?: "
2024
- },
2025
- {
2026
- "kind": "Reference",
2027
- "text": "IProcessTelemetryContext",
2028
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2029
- },
2030
- {
2031
- "kind": "Content",
2032
- "text": "): "
2033
- },
2034
- {
2035
- "kind": "Content",
2036
- "text": "void"
2037
- },
2038
- {
2039
- "kind": "Content",
2040
- "text": ";"
2041
- }
2042
- ],
2043
- "isStatic": false,
2044
- "returnTypeTokenRange": {
2045
- "startIndex": 5,
2046
- "endIndex": 6
2047
- },
2048
- "releaseTag": "Public",
2049
- "isProtected": false,
2050
- "overloadIndex": 1,
2051
- "parameters": [
2052
- {
2053
- "parameterName": "event",
2054
- "parameterTypeTokenRange": {
2055
- "startIndex": 1,
2056
- "endIndex": 2
2057
- },
2058
- "isOptional": false
2059
- },
2060
- {
2061
- "parameterName": "itemCtx",
2062
- "parameterTypeTokenRange": {
2063
- "startIndex": 3,
2064
- "endIndex": 4
2065
- },
2066
- "isOptional": true
2067
- }
2068
- ],
2069
- "isOptional": false,
2070
- "isAbstract": false,
2071
- "name": "applyInternalContext"
2072
- },
2073
- {
2074
- "kind": "Method",
2075
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyLocationContext:member(1)",
2076
- "docComment": "",
2077
- "excerptTokens": [
2078
- {
2079
- "kind": "Content",
2080
- "text": "applyLocationContext(event: "
2081
- },
2082
- {
2083
- "kind": "Reference",
2084
- "text": "ITelemetryItem",
2085
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2086
- },
2087
- {
2088
- "kind": "Content",
2089
- "text": ", itemCtx?: "
2090
- },
2091
- {
2092
- "kind": "Reference",
2093
- "text": "IProcessTelemetryContext",
2094
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2095
- },
2096
- {
2097
- "kind": "Content",
2098
- "text": "): "
2099
- },
2100
- {
2101
- "kind": "Content",
2102
- "text": "void"
2103
- },
2104
- {
2105
- "kind": "Content",
2106
- "text": ";"
2107
- }
2108
- ],
2109
- "isStatic": false,
2110
- "returnTypeTokenRange": {
2111
- "startIndex": 5,
2112
- "endIndex": 6
2113
- },
2114
- "releaseTag": "Public",
2115
- "isProtected": false,
2116
- "overloadIndex": 1,
2117
- "parameters": [
2118
- {
2119
- "parameterName": "event",
2120
- "parameterTypeTokenRange": {
2121
- "startIndex": 1,
2122
- "endIndex": 2
2123
- },
2124
- "isOptional": false
2125
- },
2126
- {
2127
- "parameterName": "itemCtx",
2128
- "parameterTypeTokenRange": {
2129
- "startIndex": 3,
2130
- "endIndex": 4
2131
- },
2132
- "isOptional": true
2133
- }
2134
- ],
2135
- "isOptional": false,
2136
- "isAbstract": false,
2137
- "name": "applyLocationContext"
2138
- },
2139
- {
2140
- "kind": "Method",
2141
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyOperatingSystemContxt:member(1)",
2142
- "docComment": "",
2143
- "excerptTokens": [
2144
- {
2145
- "kind": "Content",
2146
- "text": "applyOperatingSystemContxt(event: "
2147
- },
2148
- {
2149
- "kind": "Reference",
2150
- "text": "ITelemetryItem",
2151
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2152
- },
2153
- {
2154
- "kind": "Content",
2155
- "text": ", itemCtx?: "
2156
- },
2157
- {
2158
- "kind": "Reference",
2159
- "text": "IProcessTelemetryContext",
2160
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2161
- },
2162
- {
2163
- "kind": "Content",
2164
- "text": "): "
2165
- },
2166
- {
2167
- "kind": "Content",
2168
- "text": "void"
2169
- },
2170
- {
2171
- "kind": "Content",
2172
- "text": ";"
2173
- }
2174
- ],
2175
- "isStatic": false,
2176
- "returnTypeTokenRange": {
2177
- "startIndex": 5,
2178
- "endIndex": 6
2179
- },
2180
- "releaseTag": "Public",
2181
- "isProtected": false,
2182
- "overloadIndex": 1,
2183
- "parameters": [
2184
- {
2185
- "parameterName": "event",
2186
- "parameterTypeTokenRange": {
2187
- "startIndex": 1,
2188
- "endIndex": 2
2189
- },
2190
- "isOptional": false
2191
- },
2192
- {
2193
- "parameterName": "itemCtx",
2194
- "parameterTypeTokenRange": {
2195
- "startIndex": 3,
2196
- "endIndex": 4
2197
- },
2198
- "isOptional": true
2199
- }
2200
- ],
2201
- "isOptional": false,
2202
- "isAbstract": false,
2203
- "name": "applyOperatingSystemContxt"
2204
- },
2205
- {
2206
- "kind": "Method",
2207
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyOperationContext:member(1)",
2208
- "docComment": "",
2209
- "excerptTokens": [
2210
- {
2211
- "kind": "Content",
2212
- "text": "applyOperationContext(event: "
2213
- },
2214
- {
2215
- "kind": "Reference",
2216
- "text": "ITelemetryItem",
2217
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2218
- },
2219
- {
2220
- "kind": "Content",
2221
- "text": ", itemCtx?: "
2222
- },
2223
- {
2224
- "kind": "Reference",
2225
- "text": "IProcessTelemetryContext",
2226
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2227
- },
2228
- {
2229
- "kind": "Content",
2230
- "text": "): "
2231
- },
2232
- {
2233
- "kind": "Content",
2234
- "text": "void"
2235
- },
2236
- {
2237
- "kind": "Content",
2238
- "text": ";"
2239
- }
2240
- ],
2241
- "isStatic": false,
2242
- "returnTypeTokenRange": {
2243
- "startIndex": 5,
2244
- "endIndex": 6
2245
- },
2246
- "releaseTag": "Public",
2247
- "isProtected": false,
2248
- "overloadIndex": 1,
2249
- "parameters": [
2250
- {
2251
- "parameterName": "event",
2252
- "parameterTypeTokenRange": {
2253
- "startIndex": 1,
2254
- "endIndex": 2
2255
- },
2256
- "isOptional": false
2257
- },
2258
- {
2259
- "parameterName": "itemCtx",
2260
- "parameterTypeTokenRange": {
2261
- "startIndex": 3,
2262
- "endIndex": 4
2263
- },
2264
- "isOptional": true
2265
- }
2266
- ],
2267
- "isOptional": false,
2268
- "isAbstract": false,
2269
- "name": "applyOperationContext"
2270
- },
2271
- {
2272
- "kind": "Method",
2273
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applySessionContext:member(1)",
2274
- "docComment": "",
2275
- "excerptTokens": [
2276
- {
2277
- "kind": "Content",
2278
- "text": "applySessionContext(evt: "
2279
- },
2280
- {
2281
- "kind": "Reference",
2282
- "text": "ITelemetryItem",
2283
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2284
- },
2285
- {
2286
- "kind": "Content",
2287
- "text": ", itemCtx?: "
2288
- },
2289
- {
2290
- "kind": "Reference",
2291
- "text": "IProcessTelemetryContext",
2292
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2293
- },
2294
- {
2295
- "kind": "Content",
2296
- "text": "): "
2297
- },
2298
- {
2299
- "kind": "Content",
2300
- "text": "void"
2301
- },
2302
- {
2303
- "kind": "Content",
2304
- "text": ";"
2305
- }
2306
- ],
2307
- "isStatic": false,
2308
- "returnTypeTokenRange": {
2309
- "startIndex": 5,
2310
- "endIndex": 6
2311
- },
2312
- "releaseTag": "Public",
2313
- "isProtected": false,
2314
- "overloadIndex": 1,
2315
- "parameters": [
2316
- {
2317
- "parameterName": "evt",
2318
- "parameterTypeTokenRange": {
2319
- "startIndex": 1,
2320
- "endIndex": 2
2321
- },
2322
- "isOptional": false
2323
- },
2324
- {
2325
- "parameterName": "itemCtx",
2326
- "parameterTypeTokenRange": {
2327
- "startIndex": 3,
2328
- "endIndex": 4
2329
- },
2330
- "isOptional": true
2331
- }
2332
- ],
2333
- "isOptional": false,
2334
- "isAbstract": false,
2335
- "name": "applySessionContext"
2336
- },
2337
- {
2338
- "kind": "Method",
2339
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyUserContext:member(1)",
2340
- "docComment": "",
2341
- "excerptTokens": [
2342
- {
2343
- "kind": "Content",
2344
- "text": "applyUserContext(event: "
2345
- },
2346
- {
2347
- "kind": "Reference",
2348
- "text": "ITelemetryItem",
2349
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2350
- },
2351
- {
2352
- "kind": "Content",
2353
- "text": ", itemCtx?: "
2354
- },
2355
- {
2356
- "kind": "Reference",
2357
- "text": "IProcessTelemetryContext",
2358
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2359
- },
2360
- {
2361
- "kind": "Content",
2362
- "text": "): "
2363
- },
2364
- {
2365
- "kind": "Content",
2366
- "text": "void"
2367
- },
2368
- {
2369
- "kind": "Content",
2370
- "text": ";"
2371
- }
2372
- ],
2373
- "isStatic": false,
2374
- "returnTypeTokenRange": {
2375
- "startIndex": 5,
2376
- "endIndex": 6
2377
- },
2378
- "releaseTag": "Public",
2379
- "isProtected": false,
2380
- "overloadIndex": 1,
2381
- "parameters": [
2382
- {
2383
- "parameterName": "event",
2384
- "parameterTypeTokenRange": {
2385
- "startIndex": 1,
2386
- "endIndex": 2
2387
- },
2388
- "isOptional": false
2389
- },
2390
- {
2391
- "parameterName": "itemCtx",
2392
- "parameterTypeTokenRange": {
2393
- "startIndex": 3,
2394
- "endIndex": 4
2395
- },
2396
- "isOptional": true
2397
- }
2398
- ],
2399
- "isOptional": false,
2400
- "isAbstract": false,
2401
- "name": "applyUserContext"
2402
- },
2403
- {
2404
- "kind": "Method",
2405
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#applyWebContext:member(1)",
2406
- "docComment": "",
2407
- "excerptTokens": [
2408
- {
2409
- "kind": "Content",
2410
- "text": "applyWebContext(event: "
2411
- },
2412
- {
2413
- "kind": "Reference",
2414
- "text": "ITelemetryItem",
2415
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2416
- },
2417
- {
2418
- "kind": "Content",
2419
- "text": ", itemCtx?: "
2420
- },
2421
- {
2422
- "kind": "Reference",
2423
- "text": "IProcessTelemetryContext",
2424
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2425
- },
2426
- {
2427
- "kind": "Content",
2428
- "text": "): "
2429
- },
2430
- {
2431
- "kind": "Content",
2432
- "text": "void"
2433
- },
2434
- {
2435
- "kind": "Content",
2436
- "text": ";"
2437
- }
2438
- ],
2439
- "isStatic": false,
2440
- "returnTypeTokenRange": {
2441
- "startIndex": 5,
2442
- "endIndex": 6
2443
- },
2444
- "releaseTag": "Public",
2445
- "isProtected": false,
2446
- "overloadIndex": 1,
2447
- "parameters": [
2448
- {
2449
- "parameterName": "event",
2450
- "parameterTypeTokenRange": {
2451
- "startIndex": 1,
2452
- "endIndex": 2
2453
- },
2454
- "isOptional": false
2455
- },
2456
- {
2457
- "parameterName": "itemCtx",
2458
- "parameterTypeTokenRange": {
2459
- "startIndex": 3,
2460
- "endIndex": 4
2461
- },
2462
- "isOptional": true
2463
- }
2464
- ],
2465
- "isOptional": false,
2466
- "isAbstract": false,
2467
- "name": "applyWebContext"
2468
- },
2469
- {
2470
- "kind": "Method",
2471
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#cleanUp:member(1)",
2472
- "docComment": "",
2473
- "excerptTokens": [
2474
- {
2475
- "kind": "Content",
2476
- "text": "cleanUp(event: "
2477
- },
2478
- {
2479
- "kind": "Reference",
2480
- "text": "ITelemetryItem",
2481
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
2482
- },
2483
- {
2484
- "kind": "Content",
2485
- "text": ", itemCtx?: "
2486
- },
2487
- {
2488
- "kind": "Reference",
2489
- "text": "IProcessTelemetryContext",
2490
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
2491
- },
2492
- {
2493
- "kind": "Content",
2494
- "text": "): "
2495
- },
2496
- {
2497
- "kind": "Content",
2498
- "text": "void"
2499
- },
2500
- {
2501
- "kind": "Content",
2502
- "text": ";"
2503
- }
2504
- ],
2505
- "isStatic": false,
2506
- "returnTypeTokenRange": {
2507
- "startIndex": 5,
2508
- "endIndex": 6
2509
- },
2510
- "releaseTag": "Public",
2511
- "isProtected": false,
2512
- "overloadIndex": 1,
2513
- "parameters": [
2514
- {
2515
- "parameterName": "event",
2516
- "parameterTypeTokenRange": {
2517
- "startIndex": 1,
2518
- "endIndex": 2
2519
- },
2520
- "isOptional": false
2521
- },
2522
- {
2523
- "parameterName": "itemCtx",
2524
- "parameterTypeTokenRange": {
2525
- "startIndex": 3,
2526
- "endIndex": 4
2527
- },
2528
- "isOptional": true
2529
- }
2530
- ],
2531
- "isOptional": false,
2532
- "isAbstract": false,
2533
- "name": "cleanUp"
2534
- },
2535
- {
2536
- "kind": "Property",
2537
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#device:member",
2538
- "docComment": "",
2539
- "excerptTokens": [
2540
- {
2541
- "kind": "Content",
2542
- "text": "device: "
2543
- },
2544
- {
2545
- "kind": "Reference",
2546
- "text": "IDevice",
2547
- "canonicalReference": "@microsoft/applicationinsights-common!IDevice:interface"
2548
- },
2549
- {
2550
- "kind": "Content",
2551
- "text": ";"
2552
- }
2553
- ],
2554
- "isReadonly": false,
2555
- "isOptional": false,
2556
- "releaseTag": "Public",
2557
- "name": "device",
2558
- "propertyTypeTokenRange": {
2559
- "startIndex": 1,
2560
- "endIndex": 2
2561
- },
2562
- "isStatic": false,
2563
- "isProtected": false,
2564
- "isAbstract": false
2565
- },
2566
- {
2567
- "kind": "Property",
2568
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#getSessionId:member",
2569
- "docComment": "",
2570
- "excerptTokens": [
2571
- {
2572
- "kind": "Content",
2573
- "text": "getSessionId: "
2574
- },
2575
- {
2576
- "kind": "Content",
2577
- "text": "() => string"
2578
- },
2579
- {
2580
- "kind": "Content",
2581
- "text": ";"
2582
- }
2583
- ],
2584
- "isReadonly": false,
2585
- "isOptional": false,
2586
- "releaseTag": "Public",
2587
- "name": "getSessionId",
2588
- "propertyTypeTokenRange": {
2589
- "startIndex": 1,
2590
- "endIndex": 2
2591
- },
2592
- "isStatic": false,
2593
- "isProtected": false,
2594
- "isAbstract": false
2595
- },
2596
- {
2597
- "kind": "Property",
2598
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#internal:member",
2599
- "docComment": "",
2600
- "excerptTokens": [
2601
- {
2602
- "kind": "Content",
2603
- "text": "internal: "
2604
- },
2605
- {
2606
- "kind": "Reference",
2607
- "text": "IInternal",
2608
- "canonicalReference": "@microsoft/applicationinsights-common!IInternal:interface"
2609
- },
2610
- {
2611
- "kind": "Content",
2612
- "text": ";"
2613
- }
2614
- ],
2615
- "isReadonly": false,
2616
- "isOptional": false,
2617
- "releaseTag": "Public",
2618
- "name": "internal",
2619
- "propertyTypeTokenRange": {
2620
- "startIndex": 1,
2621
- "endIndex": 2
2622
- },
2623
- "isStatic": false,
2624
- "isProtected": false,
2625
- "isAbstract": false
2626
- },
2627
- {
2628
- "kind": "Property",
2629
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#location:member",
2630
- "docComment": "",
2631
- "excerptTokens": [
2632
- {
2633
- "kind": "Content",
2634
- "text": "location: "
2635
- },
2636
- {
2637
- "kind": "Reference",
2638
- "text": "ILocation",
2639
- "canonicalReference": "@microsoft/applicationinsights-common!ILocation:interface"
2640
- },
2641
- {
2642
- "kind": "Content",
2643
- "text": ";"
2644
- }
2645
- ],
2646
- "isReadonly": false,
2647
- "isOptional": false,
2648
- "releaseTag": "Public",
2649
- "name": "location",
2650
- "propertyTypeTokenRange": {
2651
- "startIndex": 1,
2652
- "endIndex": 2
2653
- },
2654
- "isStatic": false,
2655
- "isProtected": false,
2656
- "isAbstract": false
2657
- },
2658
- {
2659
- "kind": "Property",
2660
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#os:member",
2661
- "docComment": "",
2662
- "excerptTokens": [
2663
- {
2664
- "kind": "Content",
2665
- "text": "os: "
2666
- },
2667
- {
2668
- "kind": "Reference",
2669
- "text": "IOperatingSystem",
2670
- "canonicalReference": "@microsoft/applicationinsights-common!IOperatingSystem:interface"
2671
- },
2672
- {
2673
- "kind": "Content",
2674
- "text": ";"
2675
- }
2676
- ],
2677
- "isReadonly": false,
2678
- "isOptional": false,
2679
- "releaseTag": "Public",
2680
- "name": "os",
2681
- "propertyTypeTokenRange": {
2682
- "startIndex": 1,
2683
- "endIndex": 2
2684
- },
2685
- "isStatic": false,
2686
- "isProtected": false,
2687
- "isAbstract": false
2688
- },
2689
- {
2690
- "kind": "Property",
2691
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#session:member",
2692
- "docComment": "",
2693
- "excerptTokens": [
2694
- {
2695
- "kind": "Content",
2696
- "text": "session: "
2697
- },
2698
- {
2699
- "kind": "Reference",
2700
- "text": "ISession",
2701
- "canonicalReference": "@microsoft/applicationinsights-common!ISession:interface"
2702
- },
2703
- {
2704
- "kind": "Content",
2705
- "text": ";"
2706
- }
2707
- ],
2708
- "isReadonly": false,
2709
- "isOptional": false,
2710
- "releaseTag": "Public",
2711
- "name": "session",
2712
- "propertyTypeTokenRange": {
2713
- "startIndex": 1,
2714
- "endIndex": 2
2715
- },
2716
- "isStatic": false,
2717
- "isProtected": false,
2718
- "isAbstract": false
2719
- },
2720
- {
2721
- "kind": "Property",
2722
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#sessionManager:member",
2723
- "docComment": "",
2724
- "excerptTokens": [
2725
- {
2726
- "kind": "Content",
2727
- "text": "sessionManager: "
2728
- },
2729
- {
2730
- "kind": "Reference",
2731
- "text": "_SessionManager",
2732
- "canonicalReference": "@microsoft/applicationinsights-properties-js!SessionManager:class"
2733
- },
2734
- {
2735
- "kind": "Content",
2736
- "text": ";"
2737
- }
2738
- ],
2739
- "isReadonly": false,
2740
- "isOptional": false,
2741
- "releaseTag": "Public",
2742
- "name": "sessionManager",
2743
- "propertyTypeTokenRange": {
2744
- "startIndex": 1,
2745
- "endIndex": 2
2746
- },
2747
- "isStatic": false,
2748
- "isProtected": false,
2749
- "isAbstract": false
2750
- },
2751
- {
2752
- "kind": "Property",
2753
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#telemetryTrace:member",
2754
- "docComment": "",
2755
- "excerptTokens": [
2756
- {
2757
- "kind": "Content",
2758
- "text": "telemetryTrace: "
2759
- },
2760
- {
2761
- "kind": "Reference",
2762
- "text": "ITelemetryTrace",
2763
- "canonicalReference": "@microsoft/applicationinsights-common!ITelemetryTrace:interface"
2764
- },
2765
- {
2766
- "kind": "Content",
2767
- "text": ";"
2768
- }
2769
- ],
2770
- "isReadonly": false,
2771
- "isOptional": false,
2772
- "releaseTag": "Public",
2773
- "name": "telemetryTrace",
2774
- "propertyTypeTokenRange": {
2775
- "startIndex": 1,
2776
- "endIndex": 2
2777
- },
2778
- "isStatic": false,
2779
- "isProtected": false,
2780
- "isAbstract": false
2781
- },
2782
- {
2783
- "kind": "Property",
2784
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#user:member",
2785
- "docComment": "",
2786
- "excerptTokens": [
2787
- {
2788
- "kind": "Content",
2789
- "text": "user: "
2790
- },
2791
- {
2792
- "kind": "Reference",
2793
- "text": "IUserContext",
2794
- "canonicalReference": "@microsoft/applicationinsights-common!IUserContext:interface"
2795
- },
2796
- {
2797
- "kind": "Content",
2798
- "text": ";"
2799
- }
2800
- ],
2801
- "isReadonly": false,
2802
- "isOptional": false,
2803
- "releaseTag": "Public",
2804
- "name": "user",
2805
- "propertyTypeTokenRange": {
2806
- "startIndex": 1,
2807
- "endIndex": 2
2808
- },
2809
- "isStatic": false,
2810
- "isProtected": false,
2811
- "isAbstract": false
2812
- },
2813
- {
2814
- "kind": "Property",
2815
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryContext#web:member",
2816
- "docComment": "",
2817
- "excerptTokens": [
2818
- {
2819
- "kind": "Content",
2820
- "text": "web: "
2821
- },
2822
- {
2823
- "kind": "Reference",
2824
- "text": "IWeb",
2825
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb:interface"
2826
- },
2827
- {
2828
- "kind": "Content",
2829
- "text": ";"
2830
- }
2831
- ],
2832
- "isReadonly": false,
2833
- "isOptional": false,
2834
- "releaseTag": "Public",
2835
- "name": "web",
2836
- "propertyTypeTokenRange": {
2837
- "startIndex": 1,
2838
- "endIndex": 2
2839
- },
2840
- "isStatic": false,
2841
- "isProtected": false,
2842
- "isAbstract": false
2843
- }
2844
- ],
2845
- "implementsTokenRanges": [
2846
- {
2847
- "startIndex": 1,
2848
- "endIndex": 2
2849
- }
2850
- ]
2851
- },
2852
- {
2853
- "kind": "Class",
2854
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace:class",
2855
- "docComment": "",
2856
- "excerptTokens": [
2857
- {
2858
- "kind": "Content",
2859
- "text": "export declare class TelemetryTrace implements "
2860
- },
2861
- {
2862
- "kind": "Reference",
2863
- "text": "ITelemetryTrace",
2864
- "canonicalReference": "@microsoft/applicationinsights-common!ITelemetryTrace:interface"
2865
- },
2866
- {
2867
- "kind": "Content",
2868
- "text": " "
2869
- }
2870
- ],
2871
- "fileUrlPath": "types/Context/TelemetryTrace.d.ts",
2872
- "releaseTag": "Public",
2873
- "isAbstract": false,
2874
- "name": "TelemetryTrace",
2875
- "preserveMemberOrder": false,
2876
- "members": [
2877
- {
2878
- "kind": "Constructor",
2879
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace:constructor(1)",
2880
- "docComment": "/**\n * Constructs a new instance of the `TelemetryTrace` class\n */\n",
2881
- "excerptTokens": [
2882
- {
2883
- "kind": "Content",
2884
- "text": "constructor(id?: "
2885
- },
2886
- {
2887
- "kind": "Content",
2888
- "text": "string"
2889
- },
2890
- {
2891
- "kind": "Content",
2892
- "text": ", parentId?: "
2893
- },
2894
- {
2895
- "kind": "Content",
2896
- "text": "string"
2897
- },
2898
- {
2899
- "kind": "Content",
2900
- "text": ", name?: "
2901
- },
2902
- {
2903
- "kind": "Content",
2904
- "text": "string"
2905
- },
2906
- {
2907
- "kind": "Content",
2908
- "text": ", logger?: "
2909
- },
2910
- {
2911
- "kind": "Reference",
2912
- "text": "IDiagnosticLogger",
2913
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
2914
- },
2915
- {
2916
- "kind": "Content",
2917
- "text": ");"
2918
- }
2919
- ],
2920
- "releaseTag": "Public",
2921
- "isProtected": false,
2922
- "overloadIndex": 1,
2923
- "parameters": [
2924
- {
2925
- "parameterName": "id",
2926
- "parameterTypeTokenRange": {
2927
- "startIndex": 1,
2928
- "endIndex": 2
2929
- },
2930
- "isOptional": true
2931
- },
2932
- {
2933
- "parameterName": "parentId",
2934
- "parameterTypeTokenRange": {
2935
- "startIndex": 3,
2936
- "endIndex": 4
2937
- },
2938
- "isOptional": true
2939
- },
2940
- {
2941
- "parameterName": "name",
2942
- "parameterTypeTokenRange": {
2943
- "startIndex": 5,
2944
- "endIndex": 6
2945
- },
2946
- "isOptional": true
2947
- },
2948
- {
2949
- "parameterName": "logger",
2950
- "parameterTypeTokenRange": {
2951
- "startIndex": 7,
2952
- "endIndex": 8
2953
- },
2954
- "isOptional": true
2955
- }
2956
- ]
2957
- },
2958
- {
2959
- "kind": "Property",
2960
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace#name:member",
2961
- "docComment": "",
2962
- "excerptTokens": [
2963
- {
2964
- "kind": "Content",
2965
- "text": "name: "
2966
- },
2967
- {
2968
- "kind": "Content",
2969
- "text": "string"
2970
- },
2971
- {
2972
- "kind": "Content",
2973
- "text": ";"
2974
- }
2975
- ],
2976
- "isReadonly": false,
2977
- "isOptional": false,
2978
- "releaseTag": "Public",
2979
- "name": "name",
2980
- "propertyTypeTokenRange": {
2981
- "startIndex": 1,
2982
- "endIndex": 2
2983
- },
2984
- "isStatic": false,
2985
- "isProtected": false,
2986
- "isAbstract": false
2987
- },
2988
- {
2989
- "kind": "Property",
2990
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace#parentID:member",
2991
- "docComment": "",
2992
- "excerptTokens": [
2993
- {
2994
- "kind": "Content",
2995
- "text": "parentID: "
2996
- },
2997
- {
2998
- "kind": "Content",
2999
- "text": "string"
3000
- },
3001
- {
3002
- "kind": "Content",
3003
- "text": ";"
3004
- }
3005
- ],
3006
- "isReadonly": false,
3007
- "isOptional": false,
3008
- "releaseTag": "Public",
3009
- "name": "parentID",
3010
- "propertyTypeTokenRange": {
3011
- "startIndex": 1,
3012
- "endIndex": 2
3013
- },
3014
- "isStatic": false,
3015
- "isProtected": false,
3016
- "isAbstract": false
3017
- },
3018
- {
3019
- "kind": "Property",
3020
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace#traceFlags:member",
3021
- "docComment": "",
3022
- "excerptTokens": [
3023
- {
3024
- "kind": "Content",
3025
- "text": "traceFlags: "
3026
- },
3027
- {
3028
- "kind": "Content",
3029
- "text": "number"
3030
- },
3031
- {
3032
- "kind": "Content",
3033
- "text": ";"
3034
- }
3035
- ],
3036
- "isReadonly": false,
3037
- "isOptional": false,
3038
- "releaseTag": "Public",
3039
- "name": "traceFlags",
3040
- "propertyTypeTokenRange": {
3041
- "startIndex": 1,
3042
- "endIndex": 2
3043
- },
3044
- "isStatic": false,
3045
- "isProtected": false,
3046
- "isAbstract": false
3047
- },
3048
- {
3049
- "kind": "Property",
3050
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace#traceID:member",
3051
- "docComment": "",
3052
- "excerptTokens": [
3053
- {
3054
- "kind": "Content",
3055
- "text": "traceID: "
3056
- },
3057
- {
3058
- "kind": "Content",
3059
- "text": "string"
3060
- },
3061
- {
3062
- "kind": "Content",
3063
- "text": ";"
3064
- }
3065
- ],
3066
- "isReadonly": false,
3067
- "isOptional": false,
3068
- "releaseTag": "Public",
3069
- "name": "traceID",
3070
- "propertyTypeTokenRange": {
3071
- "startIndex": 1,
3072
- "endIndex": 2
3073
- },
3074
- "isStatic": false,
3075
- "isProtected": false,
3076
- "isAbstract": false
3077
- },
3078
- {
3079
- "kind": "Property",
3080
- "canonicalReference": "@microsoft/applicationinsights-properties-js!TelemetryTrace#traceState:member",
3081
- "docComment": "",
3082
- "excerptTokens": [
3083
- {
3084
- "kind": "Content",
3085
- "text": "traceState: "
3086
- },
3087
- {
3088
- "kind": "Reference",
3089
- "text": "ITraceState",
3090
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceState:interface"
3091
- },
3092
- {
3093
- "kind": "Content",
3094
- "text": ";"
3095
- }
3096
- ],
3097
- "isReadonly": false,
3098
- "isOptional": false,
3099
- "releaseTag": "Public",
3100
- "name": "traceState",
3101
- "propertyTypeTokenRange": {
3102
- "startIndex": 1,
3103
- "endIndex": 2
3104
- },
3105
- "isStatic": false,
3106
- "isProtected": false,
3107
- "isAbstract": false
3108
- }
3109
- ],
3110
- "implementsTokenRanges": [
3111
- {
3112
- "startIndex": 1,
3113
- "endIndex": 2
3114
- }
3115
- ]
3116
- }
3117
- ]
3118
- }
3119
- ]
3120
- }