@microsoft/applicationinsights-analytics-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-analytics-js.integrity.json +9 -9
- package/browser/applicationinsights-analytics-js.js +1419 -1239
- package/browser/applicationinsights-analytics-js.js.map +1 -1
- package/browser/applicationinsights-analytics-js.min.js +2 -2
- package/browser/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist/applicationinsights-analytics-js.api.json +64 -27
- package/dist/applicationinsights-analytics-js.d.ts +1 -1
- package/dist/applicationinsights-analytics-js.js +1419 -1239
- package/dist/applicationinsights-analytics-js.js.map +1 -1
- package/dist/applicationinsights-analytics-js.min.js +2 -2
- package/dist/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist/applicationinsights-analytics-js.rollup.d.ts +1 -1
- package/dist-esm/JavaScriptSDK/AnalyticsPlugin.js +115 -112
- package/dist-esm/JavaScriptSDK/AnalyticsPlugin.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js +29 -23
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js +159 -153
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js +90 -87
- package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Timing.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/__DynamicConstants.js +61 -0
- package/dist-esm/__DynamicConstants.js.map +1 -0
- package/dist-esm/applicationinsights-analytics-js.js +1 -1
- package/package.json +9 -6
- package/src/JavaScriptSDK/AnalyticsPlugin.ts +49 -51
- package/src/JavaScriptSDK/Telemetry/PageViewManager.ts +18 -18
- package/src/JavaScriptSDK/Telemetry/PageViewPerformanceManager.ts +183 -160
- package/src/JavaScriptSDK/Telemetry/PageVisitTimeManager.ts +108 -100
- package/src/__DynamicConstants.ts +59 -0
- package/types/JavaScriptSDK/AnalyticsPlugin.d.ts +5 -5
- package/types/JavaScriptSDK/Telemetry/PageViewManager.d.ts +1 -1
- package/types/JavaScriptSDK/Telemetry/PageViewPerformanceManager.d.ts +1 -8
- package/types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts +0 -20
- package/types/__DynamicConstants.d.ts +47 -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-analytics-js!",
|
|
165
165
|
"docComment": "",
|
|
166
166
|
"name": "@microsoft/applicationinsights-analytics-js",
|
|
167
|
+
"preserveMemberOrder": false,
|
|
167
168
|
"members": [
|
|
168
169
|
{
|
|
169
170
|
"kind": "EntryPoint",
|
|
170
171
|
"canonicalReference": "@microsoft/applicationinsights-analytics-js!",
|
|
171
172
|
"name": "",
|
|
173
|
+
"preserveMemberOrder": false,
|
|
172
174
|
"members": [
|
|
173
175
|
{
|
|
174
176
|
"kind": "Class",
|
|
@@ -213,6 +215,7 @@
|
|
|
213
215
|
],
|
|
214
216
|
"releaseTag": "Public",
|
|
215
217
|
"name": "AnalyticsPlugin",
|
|
218
|
+
"preserveMemberOrder": false,
|
|
216
219
|
"members": [
|
|
217
220
|
{
|
|
218
221
|
"kind": "Method",
|
|
@@ -241,13 +244,13 @@
|
|
|
241
244
|
"text": ";"
|
|
242
245
|
}
|
|
243
246
|
],
|
|
244
|
-
"isOptional": false,
|
|
245
247
|
"isStatic": false,
|
|
246
248
|
"returnTypeTokenRange": {
|
|
247
249
|
"startIndex": 3,
|
|
248
250
|
"endIndex": 4
|
|
249
251
|
},
|
|
250
252
|
"releaseTag": "Public",
|
|
253
|
+
"isProtected": false,
|
|
251
254
|
"overloadIndex": 1,
|
|
252
255
|
"parameters": [
|
|
253
256
|
{
|
|
@@ -259,6 +262,7 @@
|
|
|
259
262
|
"isOptional": false
|
|
260
263
|
}
|
|
261
264
|
],
|
|
265
|
+
"isOptional": false,
|
|
262
266
|
"name": "_onerror"
|
|
263
267
|
},
|
|
264
268
|
{
|
|
@@ -272,6 +276,7 @@
|
|
|
272
276
|
}
|
|
273
277
|
],
|
|
274
278
|
"releaseTag": "Public",
|
|
279
|
+
"isProtected": false,
|
|
275
280
|
"overloadIndex": 1,
|
|
276
281
|
"parameters": []
|
|
277
282
|
},
|
|
@@ -315,13 +320,13 @@
|
|
|
315
320
|
"text": ";"
|
|
316
321
|
}
|
|
317
322
|
],
|
|
318
|
-
"isOptional": false,
|
|
319
323
|
"isStatic": false,
|
|
320
324
|
"returnTypeTokenRange": {
|
|
321
325
|
"startIndex": 5,
|
|
322
326
|
"endIndex": 7
|
|
323
327
|
},
|
|
324
328
|
"releaseTag": "Public",
|
|
329
|
+
"isProtected": false,
|
|
325
330
|
"overloadIndex": 1,
|
|
326
331
|
"parameters": [
|
|
327
332
|
{
|
|
@@ -333,6 +338,7 @@
|
|
|
333
338
|
"isOptional": false
|
|
334
339
|
}
|
|
335
340
|
],
|
|
341
|
+
"isOptional": false,
|
|
336
342
|
"name": "addTelemetryInitializer"
|
|
337
343
|
},
|
|
338
344
|
{
|
|
@@ -353,6 +359,7 @@
|
|
|
353
359
|
"text": ";"
|
|
354
360
|
}
|
|
355
361
|
],
|
|
362
|
+
"isReadonly": false,
|
|
356
363
|
"isOptional": false,
|
|
357
364
|
"releaseTag": "Public",
|
|
358
365
|
"name": "autoRoutePVDelay",
|
|
@@ -360,7 +367,8 @@
|
|
|
360
367
|
"startIndex": 1,
|
|
361
368
|
"endIndex": 2
|
|
362
369
|
},
|
|
363
|
-
"isStatic": false
|
|
370
|
+
"isStatic": false,
|
|
371
|
+
"isProtected": false
|
|
364
372
|
},
|
|
365
373
|
{
|
|
366
374
|
"kind": "Property",
|
|
@@ -381,6 +389,7 @@
|
|
|
381
389
|
"text": ";"
|
|
382
390
|
}
|
|
383
391
|
],
|
|
392
|
+
"isReadonly": false,
|
|
384
393
|
"isOptional": false,
|
|
385
394
|
"releaseTag": "Public",
|
|
386
395
|
"name": "config",
|
|
@@ -388,7 +397,8 @@
|
|
|
388
397
|
"startIndex": 1,
|
|
389
398
|
"endIndex": 2
|
|
390
399
|
},
|
|
391
|
-
"isStatic": false
|
|
400
|
+
"isStatic": false,
|
|
401
|
+
"isProtected": false
|
|
392
402
|
},
|
|
393
403
|
{
|
|
394
404
|
"kind": "Method",
|
|
@@ -409,15 +419,16 @@
|
|
|
409
419
|
"text": ";"
|
|
410
420
|
}
|
|
411
421
|
],
|
|
412
|
-
"isOptional": false,
|
|
413
422
|
"isStatic": false,
|
|
414
423
|
"returnTypeTokenRange": {
|
|
415
424
|
"startIndex": 1,
|
|
416
425
|
"endIndex": 2
|
|
417
426
|
},
|
|
418
427
|
"releaseTag": "Public",
|
|
428
|
+
"isProtected": false,
|
|
419
429
|
"overloadIndex": 1,
|
|
420
430
|
"parameters": [],
|
|
431
|
+
"isOptional": false,
|
|
421
432
|
"name": "getCookieMgr"
|
|
422
433
|
},
|
|
423
434
|
{
|
|
@@ -443,6 +454,7 @@
|
|
|
443
454
|
"text": ";"
|
|
444
455
|
}
|
|
445
456
|
],
|
|
457
|
+
"isReadonly": false,
|
|
446
458
|
"isOptional": false,
|
|
447
459
|
"releaseTag": "Public",
|
|
448
460
|
"name": "getDefaultConfig",
|
|
@@ -450,7 +462,8 @@
|
|
|
450
462
|
"startIndex": 1,
|
|
451
463
|
"endIndex": 3
|
|
452
464
|
},
|
|
453
|
-
"isStatic": true
|
|
465
|
+
"isStatic": true,
|
|
466
|
+
"isProtected": false
|
|
454
467
|
},
|
|
455
468
|
{
|
|
456
469
|
"kind": "Property",
|
|
@@ -470,6 +483,7 @@
|
|
|
470
483
|
"text": ";"
|
|
471
484
|
}
|
|
472
485
|
],
|
|
486
|
+
"isReadonly": false,
|
|
473
487
|
"isOptional": false,
|
|
474
488
|
"releaseTag": "Public",
|
|
475
489
|
"name": "identifier",
|
|
@@ -477,7 +491,8 @@
|
|
|
477
491
|
"startIndex": 1,
|
|
478
492
|
"endIndex": 2
|
|
479
493
|
},
|
|
480
|
-
"isStatic": false
|
|
494
|
+
"isStatic": false,
|
|
495
|
+
"isProtected": false
|
|
481
496
|
},
|
|
482
497
|
{
|
|
483
498
|
"kind": "Method",
|
|
@@ -546,13 +561,13 @@
|
|
|
546
561
|
"text": ";"
|
|
547
562
|
}
|
|
548
563
|
],
|
|
549
|
-
"isOptional": false,
|
|
550
564
|
"isStatic": false,
|
|
551
565
|
"returnTypeTokenRange": {
|
|
552
566
|
"startIndex": 12,
|
|
553
567
|
"endIndex": 13
|
|
554
568
|
},
|
|
555
569
|
"releaseTag": "Public",
|
|
570
|
+
"isProtected": false,
|
|
556
571
|
"overloadIndex": 1,
|
|
557
572
|
"parameters": [
|
|
558
573
|
{
|
|
@@ -588,6 +603,7 @@
|
|
|
588
603
|
"isOptional": true
|
|
589
604
|
}
|
|
590
605
|
],
|
|
606
|
+
"isOptional": false,
|
|
591
607
|
"name": "initialize"
|
|
592
608
|
},
|
|
593
609
|
{
|
|
@@ -608,6 +624,7 @@
|
|
|
608
624
|
"text": ";"
|
|
609
625
|
}
|
|
610
626
|
],
|
|
627
|
+
"isReadonly": false,
|
|
611
628
|
"isOptional": false,
|
|
612
629
|
"releaseTag": "Public",
|
|
613
630
|
"name": "priority",
|
|
@@ -615,7 +632,8 @@
|
|
|
615
632
|
"startIndex": 1,
|
|
616
633
|
"endIndex": 2
|
|
617
634
|
},
|
|
618
|
-
"isStatic": false
|
|
635
|
+
"isStatic": false,
|
|
636
|
+
"isProtected": false
|
|
619
637
|
},
|
|
620
638
|
{
|
|
621
639
|
"kind": "Method",
|
|
@@ -653,13 +671,13 @@
|
|
|
653
671
|
"text": ";"
|
|
654
672
|
}
|
|
655
673
|
],
|
|
656
|
-
"isOptional": false,
|
|
657
674
|
"isStatic": false,
|
|
658
675
|
"returnTypeTokenRange": {
|
|
659
676
|
"startIndex": 5,
|
|
660
677
|
"endIndex": 6
|
|
661
678
|
},
|
|
662
679
|
"releaseTag": "Public",
|
|
680
|
+
"isProtected": false,
|
|
663
681
|
"overloadIndex": 1,
|
|
664
682
|
"parameters": [
|
|
665
683
|
{
|
|
@@ -679,6 +697,7 @@
|
|
|
679
697
|
"isOptional": true
|
|
680
698
|
}
|
|
681
699
|
],
|
|
700
|
+
"isOptional": false,
|
|
682
701
|
"name": "processTelemetry"
|
|
683
702
|
},
|
|
684
703
|
{
|
|
@@ -704,6 +723,7 @@
|
|
|
704
723
|
"text": ";"
|
|
705
724
|
}
|
|
706
725
|
],
|
|
726
|
+
"isReadonly": false,
|
|
707
727
|
"isOptional": false,
|
|
708
728
|
"releaseTag": "Public",
|
|
709
729
|
"name": "queue",
|
|
@@ -711,7 +731,8 @@
|
|
|
711
731
|
"startIndex": 1,
|
|
712
732
|
"endIndex": 3
|
|
713
733
|
},
|
|
714
|
-
"isStatic": false
|
|
734
|
+
"isStatic": false,
|
|
735
|
+
"isProtected": false
|
|
715
736
|
},
|
|
716
737
|
{
|
|
717
738
|
"kind": "Method",
|
|
@@ -756,13 +777,13 @@
|
|
|
756
777
|
"text": ";"
|
|
757
778
|
}
|
|
758
779
|
],
|
|
759
|
-
"isOptional": false,
|
|
760
780
|
"isStatic": false,
|
|
761
781
|
"returnTypeTokenRange": {
|
|
762
782
|
"startIndex": 7,
|
|
763
783
|
"endIndex": 8
|
|
764
784
|
},
|
|
765
785
|
"releaseTag": "Public",
|
|
786
|
+
"isProtected": false,
|
|
766
787
|
"overloadIndex": 1,
|
|
767
788
|
"parameters": [
|
|
768
789
|
{
|
|
@@ -790,6 +811,7 @@
|
|
|
790
811
|
"isOptional": true
|
|
791
812
|
}
|
|
792
813
|
],
|
|
814
|
+
"isOptional": false,
|
|
793
815
|
"name": "sendExceptionInternal"
|
|
794
816
|
},
|
|
795
817
|
{
|
|
@@ -835,13 +857,13 @@
|
|
|
835
857
|
"text": ";"
|
|
836
858
|
}
|
|
837
859
|
],
|
|
838
|
-
"isOptional": false,
|
|
839
860
|
"isStatic": false,
|
|
840
861
|
"returnTypeTokenRange": {
|
|
841
862
|
"startIndex": 7,
|
|
842
863
|
"endIndex": 8
|
|
843
864
|
},
|
|
844
865
|
"releaseTag": "Public",
|
|
866
|
+
"isProtected": false,
|
|
845
867
|
"overloadIndex": 1,
|
|
846
868
|
"parameters": [
|
|
847
869
|
{
|
|
@@ -869,6 +891,7 @@
|
|
|
869
891
|
"isOptional": true
|
|
870
892
|
}
|
|
871
893
|
],
|
|
894
|
+
"isOptional": false,
|
|
872
895
|
"name": "sendPageViewInternal"
|
|
873
896
|
},
|
|
874
897
|
{
|
|
@@ -914,13 +937,13 @@
|
|
|
914
937
|
"text": ";"
|
|
915
938
|
}
|
|
916
939
|
],
|
|
917
|
-
"isOptional": false,
|
|
918
940
|
"isStatic": false,
|
|
919
941
|
"returnTypeTokenRange": {
|
|
920
942
|
"startIndex": 7,
|
|
921
943
|
"endIndex": 8
|
|
922
944
|
},
|
|
923
945
|
"releaseTag": "Public",
|
|
946
|
+
"isProtected": false,
|
|
924
947
|
"overloadIndex": 1,
|
|
925
948
|
"parameters": [
|
|
926
949
|
{
|
|
@@ -948,6 +971,7 @@
|
|
|
948
971
|
"isOptional": true
|
|
949
972
|
}
|
|
950
973
|
],
|
|
974
|
+
"isOptional": false,
|
|
951
975
|
"name": "sendPageViewPerformanceInternal"
|
|
952
976
|
},
|
|
953
977
|
{
|
|
@@ -976,13 +1000,13 @@
|
|
|
976
1000
|
"text": ";"
|
|
977
1001
|
}
|
|
978
1002
|
],
|
|
979
|
-
"isOptional": false,
|
|
980
1003
|
"isStatic": false,
|
|
981
1004
|
"returnTypeTokenRange": {
|
|
982
1005
|
"startIndex": 3,
|
|
983
1006
|
"endIndex": 4
|
|
984
1007
|
},
|
|
985
1008
|
"releaseTag": "Public",
|
|
1009
|
+
"isProtected": false,
|
|
986
1010
|
"overloadIndex": 1,
|
|
987
1011
|
"parameters": [
|
|
988
1012
|
{
|
|
@@ -994,6 +1018,7 @@
|
|
|
994
1018
|
"isOptional": false
|
|
995
1019
|
}
|
|
996
1020
|
],
|
|
1021
|
+
"isOptional": false,
|
|
997
1022
|
"name": "startTrackEvent"
|
|
998
1023
|
},
|
|
999
1024
|
{
|
|
@@ -1022,13 +1047,13 @@
|
|
|
1022
1047
|
"text": ";"
|
|
1023
1048
|
}
|
|
1024
1049
|
],
|
|
1025
|
-
"isOptional": false,
|
|
1026
1050
|
"isStatic": false,
|
|
1027
1051
|
"returnTypeTokenRange": {
|
|
1028
1052
|
"startIndex": 3,
|
|
1029
1053
|
"endIndex": 4
|
|
1030
1054
|
},
|
|
1031
1055
|
"releaseTag": "Public",
|
|
1056
|
+
"isProtected": false,
|
|
1032
1057
|
"overloadIndex": 1,
|
|
1033
1058
|
"parameters": [
|
|
1034
1059
|
{
|
|
@@ -1040,6 +1065,7 @@
|
|
|
1040
1065
|
"isOptional": true
|
|
1041
1066
|
}
|
|
1042
1067
|
],
|
|
1068
|
+
"isOptional": false,
|
|
1043
1069
|
"name": "startTrackPage"
|
|
1044
1070
|
},
|
|
1045
1071
|
{
|
|
@@ -1084,13 +1110,13 @@
|
|
|
1084
1110
|
"text": ";"
|
|
1085
1111
|
}
|
|
1086
1112
|
],
|
|
1087
|
-
"isOptional": false,
|
|
1088
1113
|
"isStatic": false,
|
|
1089
1114
|
"returnTypeTokenRange": {
|
|
1090
1115
|
"startIndex": 7,
|
|
1091
1116
|
"endIndex": 8
|
|
1092
1117
|
},
|
|
1093
1118
|
"releaseTag": "Public",
|
|
1119
|
+
"isProtected": false,
|
|
1094
1120
|
"overloadIndex": 1,
|
|
1095
1121
|
"parameters": [
|
|
1096
1122
|
{
|
|
@@ -1118,6 +1144,7 @@
|
|
|
1118
1144
|
"isOptional": true
|
|
1119
1145
|
}
|
|
1120
1146
|
],
|
|
1147
|
+
"isOptional": false,
|
|
1121
1148
|
"name": "stopTrackEvent"
|
|
1122
1149
|
},
|
|
1123
1150
|
{
|
|
@@ -1170,13 +1197,13 @@
|
|
|
1170
1197
|
"text": ";"
|
|
1171
1198
|
}
|
|
1172
1199
|
],
|
|
1173
|
-
"isOptional": false,
|
|
1174
1200
|
"isStatic": false,
|
|
1175
1201
|
"returnTypeTokenRange": {
|
|
1176
1202
|
"startIndex": 9,
|
|
1177
1203
|
"endIndex": 10
|
|
1178
1204
|
},
|
|
1179
1205
|
"releaseTag": "Public",
|
|
1206
|
+
"isProtected": false,
|
|
1180
1207
|
"overloadIndex": 1,
|
|
1181
1208
|
"parameters": [
|
|
1182
1209
|
{
|
|
@@ -1212,6 +1239,7 @@
|
|
|
1212
1239
|
"isOptional": true
|
|
1213
1240
|
}
|
|
1214
1241
|
],
|
|
1242
|
+
"isOptional": false,
|
|
1215
1243
|
"name": "stopTrackPage"
|
|
1216
1244
|
},
|
|
1217
1245
|
{
|
|
@@ -1250,13 +1278,13 @@
|
|
|
1250
1278
|
"text": ";"
|
|
1251
1279
|
}
|
|
1252
1280
|
],
|
|
1253
|
-
"isOptional": false,
|
|
1254
1281
|
"isStatic": false,
|
|
1255
1282
|
"returnTypeTokenRange": {
|
|
1256
1283
|
"startIndex": 5,
|
|
1257
1284
|
"endIndex": 6
|
|
1258
1285
|
},
|
|
1259
1286
|
"releaseTag": "Public",
|
|
1287
|
+
"isProtected": false,
|
|
1260
1288
|
"overloadIndex": 1,
|
|
1261
1289
|
"parameters": [
|
|
1262
1290
|
{
|
|
@@ -1276,6 +1304,7 @@
|
|
|
1276
1304
|
"isOptional": true
|
|
1277
1305
|
}
|
|
1278
1306
|
],
|
|
1307
|
+
"isOptional": false,
|
|
1279
1308
|
"name": "trackEvent"
|
|
1280
1309
|
},
|
|
1281
1310
|
{
|
|
@@ -1314,13 +1343,13 @@
|
|
|
1314
1343
|
"text": ";"
|
|
1315
1344
|
}
|
|
1316
1345
|
],
|
|
1317
|
-
"isOptional": false,
|
|
1318
1346
|
"isStatic": false,
|
|
1319
1347
|
"returnTypeTokenRange": {
|
|
1320
1348
|
"startIndex": 5,
|
|
1321
1349
|
"endIndex": 6
|
|
1322
1350
|
},
|
|
1323
1351
|
"releaseTag": "Public",
|
|
1352
|
+
"isProtected": false,
|
|
1324
1353
|
"overloadIndex": 1,
|
|
1325
1354
|
"parameters": [
|
|
1326
1355
|
{
|
|
@@ -1340,6 +1369,7 @@
|
|
|
1340
1369
|
"isOptional": true
|
|
1341
1370
|
}
|
|
1342
1371
|
],
|
|
1372
|
+
"isOptional": false,
|
|
1343
1373
|
"name": "trackException"
|
|
1344
1374
|
},
|
|
1345
1375
|
{
|
|
@@ -1378,13 +1408,13 @@
|
|
|
1378
1408
|
"text": ";"
|
|
1379
1409
|
}
|
|
1380
1410
|
],
|
|
1381
|
-
"isOptional": false,
|
|
1382
1411
|
"isStatic": false,
|
|
1383
1412
|
"returnTypeTokenRange": {
|
|
1384
1413
|
"startIndex": 5,
|
|
1385
1414
|
"endIndex": 6
|
|
1386
1415
|
},
|
|
1387
1416
|
"releaseTag": "Public",
|
|
1417
|
+
"isProtected": false,
|
|
1388
1418
|
"overloadIndex": 1,
|
|
1389
1419
|
"parameters": [
|
|
1390
1420
|
{
|
|
@@ -1404,6 +1434,7 @@
|
|
|
1404
1434
|
"isOptional": true
|
|
1405
1435
|
}
|
|
1406
1436
|
],
|
|
1437
|
+
"isOptional": false,
|
|
1407
1438
|
"name": "trackMetric"
|
|
1408
1439
|
},
|
|
1409
1440
|
{
|
|
@@ -1442,13 +1473,13 @@
|
|
|
1442
1473
|
"text": ";"
|
|
1443
1474
|
}
|
|
1444
1475
|
],
|
|
1445
|
-
"isOptional": false,
|
|
1446
1476
|
"isStatic": false,
|
|
1447
1477
|
"returnTypeTokenRange": {
|
|
1448
1478
|
"startIndex": 5,
|
|
1449
1479
|
"endIndex": 6
|
|
1450
1480
|
},
|
|
1451
1481
|
"releaseTag": "Public",
|
|
1482
|
+
"isProtected": false,
|
|
1452
1483
|
"overloadIndex": 1,
|
|
1453
1484
|
"parameters": [
|
|
1454
1485
|
{
|
|
@@ -1468,6 +1499,7 @@
|
|
|
1468
1499
|
"isOptional": true
|
|
1469
1500
|
}
|
|
1470
1501
|
],
|
|
1502
|
+
"isOptional": false,
|
|
1471
1503
|
"name": "trackPageView"
|
|
1472
1504
|
},
|
|
1473
1505
|
{
|
|
@@ -1506,13 +1538,13 @@
|
|
|
1506
1538
|
"text": ";"
|
|
1507
1539
|
}
|
|
1508
1540
|
],
|
|
1509
|
-
"isOptional": false,
|
|
1510
1541
|
"isStatic": false,
|
|
1511
1542
|
"returnTypeTokenRange": {
|
|
1512
1543
|
"startIndex": 5,
|
|
1513
1544
|
"endIndex": 6
|
|
1514
1545
|
},
|
|
1515
1546
|
"releaseTag": "Public",
|
|
1547
|
+
"isProtected": false,
|
|
1516
1548
|
"overloadIndex": 1,
|
|
1517
1549
|
"parameters": [
|
|
1518
1550
|
{
|
|
@@ -1532,6 +1564,7 @@
|
|
|
1532
1564
|
"isOptional": true
|
|
1533
1565
|
}
|
|
1534
1566
|
],
|
|
1567
|
+
"isOptional": false,
|
|
1535
1568
|
"name": "trackPageViewPerformance"
|
|
1536
1569
|
},
|
|
1537
1570
|
{
|
|
@@ -1570,13 +1603,13 @@
|
|
|
1570
1603
|
"text": ";"
|
|
1571
1604
|
}
|
|
1572
1605
|
],
|
|
1573
|
-
"isOptional": false,
|
|
1574
1606
|
"isStatic": false,
|
|
1575
1607
|
"returnTypeTokenRange": {
|
|
1576
1608
|
"startIndex": 5,
|
|
1577
1609
|
"endIndex": 6
|
|
1578
1610
|
},
|
|
1579
1611
|
"releaseTag": "Public",
|
|
1612
|
+
"isProtected": false,
|
|
1580
1613
|
"overloadIndex": 1,
|
|
1581
1614
|
"parameters": [
|
|
1582
1615
|
{
|
|
@@ -1596,6 +1629,7 @@
|
|
|
1596
1629
|
"isOptional": true
|
|
1597
1630
|
}
|
|
1598
1631
|
],
|
|
1632
|
+
"isOptional": false,
|
|
1599
1633
|
"name": "trackTrace"
|
|
1600
1634
|
},
|
|
1601
1635
|
{
|
|
@@ -1616,6 +1650,7 @@
|
|
|
1616
1650
|
"text": ";"
|
|
1617
1651
|
}
|
|
1618
1652
|
],
|
|
1653
|
+
"isReadonly": false,
|
|
1619
1654
|
"isOptional": false,
|
|
1620
1655
|
"releaseTag": "Public",
|
|
1621
1656
|
"name": "Version",
|
|
@@ -1623,7 +1658,8 @@
|
|
|
1623
1658
|
"startIndex": 1,
|
|
1624
1659
|
"endIndex": 2
|
|
1625
1660
|
},
|
|
1626
|
-
"isStatic": true
|
|
1661
|
+
"isStatic": true,
|
|
1662
|
+
"isProtected": false
|
|
1627
1663
|
}
|
|
1628
1664
|
],
|
|
1629
1665
|
"extendsTokenRange": {
|
|
@@ -1653,6 +1689,7 @@
|
|
|
1653
1689
|
],
|
|
1654
1690
|
"releaseTag": "Public",
|
|
1655
1691
|
"name": "IAppInsightsInternal",
|
|
1692
|
+
"preserveMemberOrder": false,
|
|
1656
1693
|
"members": [
|
|
1657
1694
|
{
|
|
1658
1695
|
"kind": "MethodSignature",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.5-nightly.2206-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.5-nightly.2206-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|