@microsoft/applicationinsights-channel-js 2.8.5-nightly.2206-02 → 2.8.5-nightly.2206-06
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-channel-js.integrity.json +9 -9
- package/browser/applicationinsights-channel-js.js +1468 -1286
- package/browser/applicationinsights-channel-js.js.map +1 -1
- package/browser/applicationinsights-channel-js.min.js +2 -2
- package/browser/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.api.json +55 -23
- package/dist/applicationinsights-channel-js.d.ts +1 -1
- package/dist/applicationinsights-channel-js.js +1468 -1286
- package/dist/applicationinsights-channel-js.js.map +1 -1
- package/dist/applicationinsights-channel-js.min.js +2 -2
- package/dist/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +1 -1
- package/dist-esm/EnvelopeCreator.js +64 -63
- package/dist-esm/EnvelopeCreator.js.map +1 -1
- package/dist-esm/Interfaces.js +1 -1
- package/dist-esm/InternalConstants.js +13 -0
- package/dist-esm/InternalConstants.js.map +1 -0
- package/dist-esm/Offline.js +7 -6
- package/dist-esm/Offline.js.map +1 -1
- package/dist-esm/SendBuffer.js +61 -50
- package/dist-esm/SendBuffer.js.map +1 -1
- package/dist-esm/Sender.js +178 -172
- package/dist-esm/Sender.js.map +1 -1
- package/dist-esm/Serializer.js +16 -10
- package/dist-esm/Serializer.js.map +1 -1
- package/dist-esm/TelemetryProcessors/Sample.js +6 -5
- package/dist-esm/TelemetryProcessors/Sample.js.map +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +4 -3
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js.map +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +11 -10
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js.map +1 -1
- package/dist-esm/__DynamicConstants.js +70 -0
- package/dist-esm/__DynamicConstants.js.map +1 -0
- package/dist-esm/applicationinsights-channel-js.js +1 -1
- package/package.json +7 -4
- package/src/EnvelopeCreator.ts +19 -24
- package/src/InternalConstants.ts +11 -0
- package/src/Offline.ts +5 -3
- package/src/SendBuffer.ts +9 -6
- package/src/Sender.ts +46 -46
- package/src/Serializer.ts +7 -7
- package/src/TelemetryProcessors/Sample.ts +10 -10
- package/src/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.ts +4 -4
- package/src/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.ts +8 -8
- package/src/__DynamicConstants.ts +68 -0
- package/types/EnvelopeCreator.d.ts +1 -1
- package/types/InternalConstants.d.ts +1 -0
- package/types/Sender.d.ts +3 -3
- package/types/Serializer.d.ts +1 -1
- package/types/__DynamicConstants.d.ts +56 -0
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.28.1",
|
|
5
|
+
"schemaVersion": 1008,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -164,11 +164,13 @@
|
|
|
164
164
|
"canonicalReference": "@microsoft/applicationinsights-channel-js!",
|
|
165
165
|
"docComment": "",
|
|
166
166
|
"name": "@microsoft/applicationinsights-channel-js",
|
|
167
|
+
"preserveMemberOrder": false,
|
|
167
168
|
"members": [
|
|
168
169
|
{
|
|
169
170
|
"kind": "EntryPoint",
|
|
170
171
|
"canonicalReference": "@microsoft/applicationinsights-channel-js!",
|
|
171
172
|
"name": "",
|
|
173
|
+
"preserveMemberOrder": false,
|
|
172
174
|
"members": [
|
|
173
175
|
{
|
|
174
176
|
"kind": "Class",
|
|
@@ -204,6 +206,7 @@
|
|
|
204
206
|
],
|
|
205
207
|
"releaseTag": "Public",
|
|
206
208
|
"name": "Sender",
|
|
209
|
+
"preserveMemberOrder": false,
|
|
207
210
|
"members": [
|
|
208
211
|
{
|
|
209
212
|
"kind": "Property",
|
|
@@ -223,6 +226,7 @@
|
|
|
223
226
|
"text": ";"
|
|
224
227
|
}
|
|
225
228
|
],
|
|
229
|
+
"isReadonly": false,
|
|
226
230
|
"isOptional": false,
|
|
227
231
|
"releaseTag": "Public",
|
|
228
232
|
"name": "_appId",
|
|
@@ -230,7 +234,8 @@
|
|
|
230
234
|
"startIndex": 1,
|
|
231
235
|
"endIndex": 2
|
|
232
236
|
},
|
|
233
|
-
"isStatic": false
|
|
237
|
+
"isStatic": false,
|
|
238
|
+
"isProtected": false
|
|
234
239
|
},
|
|
235
240
|
{
|
|
236
241
|
"kind": "Property",
|
|
@@ -251,6 +256,7 @@
|
|
|
251
256
|
"text": ";"
|
|
252
257
|
}
|
|
253
258
|
],
|
|
259
|
+
"isReadonly": false,
|
|
254
260
|
"isOptional": false,
|
|
255
261
|
"releaseTag": "Public",
|
|
256
262
|
"name": "_buffer",
|
|
@@ -258,7 +264,8 @@
|
|
|
258
264
|
"startIndex": 1,
|
|
259
265
|
"endIndex": 2
|
|
260
266
|
},
|
|
261
|
-
"isStatic": false
|
|
267
|
+
"isStatic": false,
|
|
268
|
+
"isProtected": false
|
|
262
269
|
},
|
|
263
270
|
{
|
|
264
271
|
"kind": "Method",
|
|
@@ -303,13 +310,13 @@
|
|
|
303
310
|
"text": ";"
|
|
304
311
|
}
|
|
305
312
|
],
|
|
306
|
-
"isOptional": false,
|
|
307
313
|
"isStatic": false,
|
|
308
314
|
"returnTypeTokenRange": {
|
|
309
315
|
"startIndex": 7,
|
|
310
316
|
"endIndex": 8
|
|
311
317
|
},
|
|
312
318
|
"releaseTag": "Public",
|
|
319
|
+
"isProtected": false,
|
|
313
320
|
"overloadIndex": 1,
|
|
314
321
|
"parameters": [
|
|
315
322
|
{
|
|
@@ -337,6 +344,7 @@
|
|
|
337
344
|
"isOptional": true
|
|
338
345
|
}
|
|
339
346
|
],
|
|
347
|
+
"isOptional": false,
|
|
340
348
|
"name": "_onError"
|
|
341
349
|
},
|
|
342
350
|
{
|
|
@@ -374,13 +382,13 @@
|
|
|
374
382
|
"text": ";"
|
|
375
383
|
}
|
|
376
384
|
],
|
|
377
|
-
"isOptional": false,
|
|
378
385
|
"isStatic": false,
|
|
379
386
|
"returnTypeTokenRange": {
|
|
380
387
|
"startIndex": 5,
|
|
381
388
|
"endIndex": 6
|
|
382
389
|
},
|
|
383
390
|
"releaseTag": "Public",
|
|
391
|
+
"isProtected": false,
|
|
384
392
|
"overloadIndex": 1,
|
|
385
393
|
"parameters": [
|
|
386
394
|
{
|
|
@@ -400,6 +408,7 @@
|
|
|
400
408
|
"isOptional": false
|
|
401
409
|
}
|
|
402
410
|
],
|
|
411
|
+
"isOptional": false,
|
|
403
412
|
"name": "_onPartialSuccess"
|
|
404
413
|
},
|
|
405
414
|
{
|
|
@@ -436,13 +445,13 @@
|
|
|
436
445
|
"text": ";"
|
|
437
446
|
}
|
|
438
447
|
],
|
|
439
|
-
"isOptional": false,
|
|
440
448
|
"isStatic": false,
|
|
441
449
|
"returnTypeTokenRange": {
|
|
442
450
|
"startIndex": 5,
|
|
443
451
|
"endIndex": 6
|
|
444
452
|
},
|
|
445
453
|
"releaseTag": "Public",
|
|
454
|
+
"isProtected": false,
|
|
446
455
|
"overloadIndex": 1,
|
|
447
456
|
"parameters": [
|
|
448
457
|
{
|
|
@@ -462,6 +471,7 @@
|
|
|
462
471
|
"isOptional": false
|
|
463
472
|
}
|
|
464
473
|
],
|
|
474
|
+
"isOptional": false,
|
|
465
475
|
"name": "_onSuccess"
|
|
466
476
|
},
|
|
467
477
|
{
|
|
@@ -483,6 +493,7 @@
|
|
|
483
493
|
"text": ";"
|
|
484
494
|
}
|
|
485
495
|
],
|
|
496
|
+
"isReadonly": false,
|
|
486
497
|
"isOptional": false,
|
|
487
498
|
"releaseTag": "Public",
|
|
488
499
|
"name": "_sample",
|
|
@@ -490,7 +501,8 @@
|
|
|
490
501
|
"startIndex": 1,
|
|
491
502
|
"endIndex": 2
|
|
492
503
|
},
|
|
493
|
-
"isStatic": false
|
|
504
|
+
"isStatic": false,
|
|
505
|
+
"isProtected": true
|
|
494
506
|
},
|
|
495
507
|
{
|
|
496
508
|
"kind": "Property",
|
|
@@ -511,6 +523,7 @@
|
|
|
511
523
|
"text": ";"
|
|
512
524
|
}
|
|
513
525
|
],
|
|
526
|
+
"isReadonly": false,
|
|
514
527
|
"isOptional": false,
|
|
515
528
|
"releaseTag": "Public",
|
|
516
529
|
"name": "_sender",
|
|
@@ -518,7 +531,8 @@
|
|
|
518
531
|
"startIndex": 1,
|
|
519
532
|
"endIndex": 2
|
|
520
533
|
},
|
|
521
|
-
"isStatic": false
|
|
534
|
+
"isStatic": false,
|
|
535
|
+
"isProtected": false
|
|
522
536
|
},
|
|
523
537
|
{
|
|
524
538
|
"kind": "Property",
|
|
@@ -539,6 +553,7 @@
|
|
|
539
553
|
"text": ";"
|
|
540
554
|
}
|
|
541
555
|
],
|
|
556
|
+
"isReadonly": true,
|
|
542
557
|
"isOptional": false,
|
|
543
558
|
"releaseTag": "Public",
|
|
544
559
|
"name": "_senderConfig",
|
|
@@ -546,7 +561,8 @@
|
|
|
546
561
|
"startIndex": 1,
|
|
547
562
|
"endIndex": 2
|
|
548
563
|
},
|
|
549
|
-
"isStatic": false
|
|
564
|
+
"isStatic": false,
|
|
565
|
+
"isProtected": false
|
|
550
566
|
},
|
|
551
567
|
{
|
|
552
568
|
"kind": "Method",
|
|
@@ -583,13 +599,13 @@
|
|
|
583
599
|
"text": ";"
|
|
584
600
|
}
|
|
585
601
|
],
|
|
586
|
-
"isOptional": false,
|
|
587
602
|
"isStatic": false,
|
|
588
603
|
"returnTypeTokenRange": {
|
|
589
604
|
"startIndex": 5,
|
|
590
605
|
"endIndex": 6
|
|
591
606
|
},
|
|
592
607
|
"releaseTag": "Public",
|
|
608
|
+
"isProtected": false,
|
|
593
609
|
"overloadIndex": 1,
|
|
594
610
|
"parameters": [
|
|
595
611
|
{
|
|
@@ -609,6 +625,7 @@
|
|
|
609
625
|
"isOptional": false
|
|
610
626
|
}
|
|
611
627
|
],
|
|
628
|
+
"isOptional": false,
|
|
612
629
|
"name": "_xdrOnLoad"
|
|
613
630
|
},
|
|
614
631
|
{
|
|
@@ -654,13 +671,13 @@
|
|
|
654
671
|
"text": ";"
|
|
655
672
|
}
|
|
656
673
|
],
|
|
657
|
-
"isOptional": false,
|
|
658
674
|
"isStatic": false,
|
|
659
675
|
"returnTypeTokenRange": {
|
|
660
676
|
"startIndex": 7,
|
|
661
677
|
"endIndex": 8
|
|
662
678
|
},
|
|
663
679
|
"releaseTag": "Public",
|
|
680
|
+
"isProtected": false,
|
|
664
681
|
"overloadIndex": 1,
|
|
665
682
|
"parameters": [
|
|
666
683
|
{
|
|
@@ -688,6 +705,7 @@
|
|
|
688
705
|
"isOptional": false
|
|
689
706
|
}
|
|
690
707
|
],
|
|
708
|
+
"isOptional": false,
|
|
691
709
|
"name": "_xhrReadyStateChange"
|
|
692
710
|
},
|
|
693
711
|
{
|
|
@@ -701,6 +719,7 @@
|
|
|
701
719
|
}
|
|
702
720
|
],
|
|
703
721
|
"releaseTag": "Public",
|
|
722
|
+
"isProtected": false,
|
|
704
723
|
"overloadIndex": 1,
|
|
705
724
|
"parameters": []
|
|
706
725
|
},
|
|
@@ -738,13 +757,13 @@
|
|
|
738
757
|
"text": ";"
|
|
739
758
|
}
|
|
740
759
|
],
|
|
741
|
-
"isOptional": false,
|
|
742
760
|
"isStatic": false,
|
|
743
761
|
"returnTypeTokenRange": {
|
|
744
762
|
"startIndex": 5,
|
|
745
763
|
"endIndex": 6
|
|
746
764
|
},
|
|
747
765
|
"releaseTag": "Public",
|
|
766
|
+
"isProtected": false,
|
|
748
767
|
"overloadIndex": 1,
|
|
749
768
|
"parameters": [
|
|
750
769
|
{
|
|
@@ -764,6 +783,7 @@
|
|
|
764
783
|
"isOptional": false
|
|
765
784
|
}
|
|
766
785
|
],
|
|
786
|
+
"isOptional": false,
|
|
767
787
|
"name": "addHeader"
|
|
768
788
|
},
|
|
769
789
|
{
|
|
@@ -819,13 +839,13 @@
|
|
|
819
839
|
"text": ";"
|
|
820
840
|
}
|
|
821
841
|
],
|
|
822
|
-
"isOptional": false,
|
|
823
842
|
"isStatic": true,
|
|
824
843
|
"returnTypeTokenRange": {
|
|
825
844
|
"startIndex": 9,
|
|
826
845
|
"endIndex": 10
|
|
827
846
|
},
|
|
828
847
|
"releaseTag": "Public",
|
|
848
|
+
"isProtected": false,
|
|
829
849
|
"overloadIndex": 1,
|
|
830
850
|
"parameters": [
|
|
831
851
|
{
|
|
@@ -861,6 +881,7 @@
|
|
|
861
881
|
"isOptional": true
|
|
862
882
|
}
|
|
863
883
|
],
|
|
884
|
+
"isOptional": false,
|
|
864
885
|
"name": "constructEnvelope"
|
|
865
886
|
},
|
|
866
887
|
{
|
|
@@ -881,15 +902,16 @@
|
|
|
881
902
|
"text": ";"
|
|
882
903
|
}
|
|
883
904
|
],
|
|
884
|
-
"isOptional": false,
|
|
885
905
|
"isStatic": false,
|
|
886
906
|
"returnTypeTokenRange": {
|
|
887
907
|
"startIndex": 1,
|
|
888
908
|
"endIndex": 2
|
|
889
909
|
},
|
|
890
910
|
"releaseTag": "Public",
|
|
911
|
+
"isProtected": false,
|
|
891
912
|
"overloadIndex": 1,
|
|
892
913
|
"parameters": [],
|
|
914
|
+
"isOptional": false,
|
|
893
915
|
"name": "flush"
|
|
894
916
|
},
|
|
895
917
|
{
|
|
@@ -910,6 +932,7 @@
|
|
|
910
932
|
"text": ";"
|
|
911
933
|
}
|
|
912
934
|
],
|
|
935
|
+
"isReadonly": true,
|
|
913
936
|
"isOptional": false,
|
|
914
937
|
"releaseTag": "Public",
|
|
915
938
|
"name": "identifier",
|
|
@@ -917,7 +940,8 @@
|
|
|
917
940
|
"startIndex": 1,
|
|
918
941
|
"endIndex": 2
|
|
919
942
|
},
|
|
920
|
-
"isStatic": false
|
|
943
|
+
"isStatic": false,
|
|
944
|
+
"isProtected": false
|
|
921
945
|
},
|
|
922
946
|
{
|
|
923
947
|
"kind": "Method",
|
|
@@ -986,13 +1010,13 @@
|
|
|
986
1010
|
"text": ";"
|
|
987
1011
|
}
|
|
988
1012
|
],
|
|
989
|
-
"isOptional": false,
|
|
990
1013
|
"isStatic": false,
|
|
991
1014
|
"returnTypeTokenRange": {
|
|
992
1015
|
"startIndex": 12,
|
|
993
1016
|
"endIndex": 13
|
|
994
1017
|
},
|
|
995
1018
|
"releaseTag": "Public",
|
|
1019
|
+
"isProtected": false,
|
|
996
1020
|
"overloadIndex": 1,
|
|
997
1021
|
"parameters": [
|
|
998
1022
|
{
|
|
@@ -1028,6 +1052,7 @@
|
|
|
1028
1052
|
"isOptional": true
|
|
1029
1053
|
}
|
|
1030
1054
|
],
|
|
1055
|
+
"isOptional": false,
|
|
1031
1056
|
"name": "initialize"
|
|
1032
1057
|
},
|
|
1033
1058
|
{
|
|
@@ -1048,15 +1073,16 @@
|
|
|
1048
1073
|
"text": ";"
|
|
1049
1074
|
}
|
|
1050
1075
|
],
|
|
1051
|
-
"isOptional": false,
|
|
1052
1076
|
"isStatic": false,
|
|
1053
1077
|
"returnTypeTokenRange": {
|
|
1054
1078
|
"startIndex": 1,
|
|
1055
1079
|
"endIndex": 2
|
|
1056
1080
|
},
|
|
1057
1081
|
"releaseTag": "Public",
|
|
1082
|
+
"isProtected": false,
|
|
1058
1083
|
"overloadIndex": 1,
|
|
1059
1084
|
"parameters": [],
|
|
1085
|
+
"isOptional": false,
|
|
1060
1086
|
"name": "onunloadFlush"
|
|
1061
1087
|
},
|
|
1062
1088
|
{
|
|
@@ -1077,15 +1103,16 @@
|
|
|
1077
1103
|
"text": ";"
|
|
1078
1104
|
}
|
|
1079
1105
|
],
|
|
1080
|
-
"isOptional": false,
|
|
1081
1106
|
"isStatic": false,
|
|
1082
1107
|
"returnTypeTokenRange": {
|
|
1083
1108
|
"startIndex": 1,
|
|
1084
1109
|
"endIndex": 2
|
|
1085
1110
|
},
|
|
1086
1111
|
"releaseTag": "Public",
|
|
1112
|
+
"isProtected": false,
|
|
1087
1113
|
"overloadIndex": 1,
|
|
1088
1114
|
"parameters": [],
|
|
1115
|
+
"isOptional": false,
|
|
1089
1116
|
"name": "pause"
|
|
1090
1117
|
},
|
|
1091
1118
|
{
|
|
@@ -1106,6 +1133,7 @@
|
|
|
1106
1133
|
"text": ";"
|
|
1107
1134
|
}
|
|
1108
1135
|
],
|
|
1136
|
+
"isReadonly": true,
|
|
1109
1137
|
"isOptional": false,
|
|
1110
1138
|
"releaseTag": "Public",
|
|
1111
1139
|
"name": "priority",
|
|
@@ -1113,7 +1141,8 @@
|
|
|
1113
1141
|
"startIndex": 1,
|
|
1114
1142
|
"endIndex": 2
|
|
1115
1143
|
},
|
|
1116
|
-
"isStatic": false
|
|
1144
|
+
"isStatic": false,
|
|
1145
|
+
"isProtected": false
|
|
1117
1146
|
},
|
|
1118
1147
|
{
|
|
1119
1148
|
"kind": "Method",
|
|
@@ -1151,13 +1180,13 @@
|
|
|
1151
1180
|
"text": ";"
|
|
1152
1181
|
}
|
|
1153
1182
|
],
|
|
1154
|
-
"isOptional": false,
|
|
1155
1183
|
"isStatic": false,
|
|
1156
1184
|
"returnTypeTokenRange": {
|
|
1157
1185
|
"startIndex": 5,
|
|
1158
1186
|
"endIndex": 6
|
|
1159
1187
|
},
|
|
1160
1188
|
"releaseTag": "Public",
|
|
1189
|
+
"isProtected": false,
|
|
1161
1190
|
"overloadIndex": 1,
|
|
1162
1191
|
"parameters": [
|
|
1163
1192
|
{
|
|
@@ -1177,6 +1206,7 @@
|
|
|
1177
1206
|
"isOptional": true
|
|
1178
1207
|
}
|
|
1179
1208
|
],
|
|
1209
|
+
"isOptional": false,
|
|
1180
1210
|
"name": "processTelemetry"
|
|
1181
1211
|
},
|
|
1182
1212
|
{
|
|
@@ -1197,15 +1227,16 @@
|
|
|
1197
1227
|
"text": ";"
|
|
1198
1228
|
}
|
|
1199
1229
|
],
|
|
1200
|
-
"isOptional": false,
|
|
1201
1230
|
"isStatic": false,
|
|
1202
1231
|
"returnTypeTokenRange": {
|
|
1203
1232
|
"startIndex": 1,
|
|
1204
1233
|
"endIndex": 2
|
|
1205
1234
|
},
|
|
1206
1235
|
"releaseTag": "Public",
|
|
1236
|
+
"isProtected": false,
|
|
1207
1237
|
"overloadIndex": 1,
|
|
1208
1238
|
"parameters": [],
|
|
1239
|
+
"isOptional": false,
|
|
1209
1240
|
"name": "resume"
|
|
1210
1241
|
},
|
|
1211
1242
|
{
|
|
@@ -1252,13 +1283,13 @@
|
|
|
1252
1283
|
"text": ";"
|
|
1253
1284
|
}
|
|
1254
1285
|
],
|
|
1255
|
-
"isOptional": false,
|
|
1256
1286
|
"isStatic": false,
|
|
1257
1287
|
"returnTypeTokenRange": {
|
|
1258
1288
|
"startIndex": 7,
|
|
1259
1289
|
"endIndex": 8
|
|
1260
1290
|
},
|
|
1261
1291
|
"releaseTag": "Public",
|
|
1292
|
+
"isProtected": false,
|
|
1262
1293
|
"overloadIndex": 1,
|
|
1263
1294
|
"parameters": [
|
|
1264
1295
|
{
|
|
@@ -1286,6 +1317,7 @@
|
|
|
1286
1317
|
"isOptional": true
|
|
1287
1318
|
}
|
|
1288
1319
|
],
|
|
1320
|
+
"isOptional": false,
|
|
1289
1321
|
"name": "triggerSend"
|
|
1290
1322
|
}
|
|
1291
1323
|
],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Channel, 2.8.5-nightly.2206-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Channel, 2.8.5-nightly.2206-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|