@microsoft/applicationinsights-analytics-js 2.8.0-beta.2203-16 → 2.8.0-nightly.2204-05

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 (31) hide show
  1. package/browser/applicationinsights-analytics-js.integrity.json +9 -9
  2. package/browser/applicationinsights-analytics-js.js +544 -730
  3. package/browser/applicationinsights-analytics-js.js.map +1 -1
  4. package/browser/applicationinsights-analytics-js.min.js +2 -2
  5. package/browser/applicationinsights-analytics-js.min.js.map +1 -1
  6. package/dist/applicationinsights-analytics-js.api.json +90 -46
  7. package/dist/applicationinsights-analytics-js.d.ts +1 -1
  8. package/dist/applicationinsights-analytics-js.js +544 -730
  9. package/dist/applicationinsights-analytics-js.js.map +1 -1
  10. package/dist/applicationinsights-analytics-js.min.js +2 -2
  11. package/dist/applicationinsights-analytics-js.min.js.map +1 -1
  12. package/dist/applicationinsights-analytics-js.rollup.d.ts +1 -1
  13. package/dist-esm/JavaScriptSDK/AnalyticsPlugin.js +14 -14
  14. package/dist-esm/JavaScriptSDK/AnalyticsPlugin.js.map +1 -1
  15. package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js +4 -4
  16. package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js.map +1 -1
  17. package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js +6 -5
  18. package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js.map +1 -1
  19. package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js +6 -6
  20. package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js.map +1 -1
  21. package/dist-esm/JavaScriptSDK/Timing.js +4 -4
  22. package/dist-esm/JavaScriptSDK/Timing.js.map +1 -1
  23. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js +1 -1
  24. package/dist-esm/applicationinsights-analytics-js.js +1 -1
  25. package/package.json +6 -6
  26. package/src/JavaScriptSDK/AnalyticsPlugin.ts +25 -25
  27. package/src/JavaScriptSDK/Telemetry/PageViewManager.ts +8 -8
  28. package/src/JavaScriptSDK/Telemetry/PageViewPerformanceManager.ts +13 -11
  29. package/src/JavaScriptSDK/Telemetry/PageVisitTimeManager.ts +5 -5
  30. package/src/JavaScriptSDK/Timing.ts +3 -3
  31. 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.19.5",
5
- "schemaVersion": 1004,
4
+ "toolVersion": "7.20.0",
5
+ "schemaVersion": 1005,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -254,7 +254,8 @@
254
254
  "parameterTypeTokenRange": {
255
255
  "startIndex": 1,
256
256
  "endIndex": 2
257
- }
257
+ },
258
+ "isOptional": false
258
259
  }
259
260
  ],
260
261
  "name": "_onerror"
@@ -327,7 +328,8 @@
327
328
  "parameterTypeTokenRange": {
328
329
  "startIndex": 1,
329
330
  "endIndex": 4
330
- }
331
+ },
332
+ "isOptional": false
331
333
  }
332
334
  ],
333
335
  "name": "addTelemetryInitializer"
@@ -557,28 +559,32 @@
557
559
  "parameterTypeTokenRange": {
558
560
  "startIndex": 1,
559
561
  "endIndex": 4
560
- }
562
+ },
563
+ "isOptional": false
561
564
  },
562
565
  {
563
566
  "parameterName": "core",
564
567
  "parameterTypeTokenRange": {
565
568
  "startIndex": 5,
566
569
  "endIndex": 6
567
- }
570
+ },
571
+ "isOptional": false
568
572
  },
569
573
  {
570
574
  "parameterName": "extensions",
571
575
  "parameterTypeTokenRange": {
572
576
  "startIndex": 7,
573
577
  "endIndex": 9
574
- }
578
+ },
579
+ "isOptional": false
575
580
  },
576
581
  {
577
582
  "parameterName": "pluginChain",
578
583
  "parameterTypeTokenRange": {
579
584
  "startIndex": 10,
580
585
  "endIndex": 11
581
- }
586
+ },
587
+ "isOptional": true
582
588
  }
583
589
  ],
584
590
  "name": "initialize"
@@ -660,14 +666,16 @@
660
666
  "parameterTypeTokenRange": {
661
667
  "startIndex": 1,
662
668
  "endIndex": 2
663
- }
669
+ },
670
+ "isOptional": false
664
671
  },
665
672
  {
666
673
  "parameterName": "itemCtx",
667
674
  "parameterTypeTokenRange": {
668
675
  "startIndex": 3,
669
676
  "endIndex": 4
670
- }
677
+ },
678
+ "isOptional": true
671
679
  }
672
680
  ],
673
681
  "name": "processTelemetry"
@@ -761,21 +769,24 @@
761
769
  "parameterTypeTokenRange": {
762
770
  "startIndex": 1,
763
771
  "endIndex": 2
764
- }
772
+ },
773
+ "isOptional": false
765
774
  },
766
775
  {
767
776
  "parameterName": "customProperties",
768
777
  "parameterTypeTokenRange": {
769
778
  "startIndex": 3,
770
779
  "endIndex": 4
771
- }
780
+ },
781
+ "isOptional": true
772
782
  },
773
783
  {
774
784
  "parameterName": "systemProperties",
775
785
  "parameterTypeTokenRange": {
776
786
  "startIndex": 5,
777
787
  "endIndex": 6
778
- }
788
+ },
789
+ "isOptional": true
779
790
  }
780
791
  ],
781
792
  "name": "sendExceptionInternal"
@@ -837,21 +848,24 @@
837
848
  "parameterTypeTokenRange": {
838
849
  "startIndex": 1,
839
850
  "endIndex": 2
840
- }
851
+ },
852
+ "isOptional": false
841
853
  },
842
854
  {
843
855
  "parameterName": "properties",
844
856
  "parameterTypeTokenRange": {
845
857
  "startIndex": 3,
846
858
  "endIndex": 4
847
- }
859
+ },
860
+ "isOptional": true
848
861
  },
849
862
  {
850
863
  "parameterName": "systemProperties",
851
864
  "parameterTypeTokenRange": {
852
865
  "startIndex": 5,
853
866
  "endIndex": 6
854
- }
867
+ },
868
+ "isOptional": true
855
869
  }
856
870
  ],
857
871
  "name": "sendPageViewInternal"
@@ -913,21 +927,24 @@
913
927
  "parameterTypeTokenRange": {
914
928
  "startIndex": 1,
915
929
  "endIndex": 2
916
- }
930
+ },
931
+ "isOptional": false
917
932
  },
918
933
  {
919
934
  "parameterName": "properties",
920
935
  "parameterTypeTokenRange": {
921
936
  "startIndex": 3,
922
937
  "endIndex": 4
923
- }
938
+ },
939
+ "isOptional": true
924
940
  },
925
941
  {
926
942
  "parameterName": "systemProperties",
927
943
  "parameterTypeTokenRange": {
928
944
  "startIndex": 5,
929
945
  "endIndex": 6
930
- }
946
+ },
947
+ "isOptional": true
931
948
  }
932
949
  ],
933
950
  "name": "sendPageViewPerformanceInternal"
@@ -972,7 +989,8 @@
972
989
  "parameterTypeTokenRange": {
973
990
  "startIndex": 1,
974
991
  "endIndex": 2
975
- }
992
+ },
993
+ "isOptional": false
976
994
  }
977
995
  ],
978
996
  "name": "startTrackEvent"
@@ -1017,7 +1035,8 @@
1017
1035
  "parameterTypeTokenRange": {
1018
1036
  "startIndex": 1,
1019
1037
  "endIndex": 2
1020
- }
1038
+ },
1039
+ "isOptional": true
1021
1040
  }
1022
1041
  ],
1023
1042
  "name": "startTrackPage"
@@ -1078,21 +1097,24 @@
1078
1097
  "parameterTypeTokenRange": {
1079
1098
  "startIndex": 1,
1080
1099
  "endIndex": 2
1081
- }
1100
+ },
1101
+ "isOptional": false
1082
1102
  },
1083
1103
  {
1084
1104
  "parameterName": "properties",
1085
1105
  "parameterTypeTokenRange": {
1086
1106
  "startIndex": 3,
1087
1107
  "endIndex": 4
1088
- }
1108
+ },
1109
+ "isOptional": true
1089
1110
  },
1090
1111
  {
1091
1112
  "parameterName": "measurements",
1092
1113
  "parameterTypeTokenRange": {
1093
1114
  "startIndex": 5,
1094
1115
  "endIndex": 6
1095
- }
1116
+ },
1117
+ "isOptional": true
1096
1118
  }
1097
1119
  ],
1098
1120
  "name": "stopTrackEvent"
@@ -1161,28 +1183,32 @@
1161
1183
  "parameterTypeTokenRange": {
1162
1184
  "startIndex": 1,
1163
1185
  "endIndex": 2
1164
- }
1186
+ },
1187
+ "isOptional": true
1165
1188
  },
1166
1189
  {
1167
1190
  "parameterName": "url",
1168
1191
  "parameterTypeTokenRange": {
1169
1192
  "startIndex": 3,
1170
1193
  "endIndex": 4
1171
- }
1194
+ },
1195
+ "isOptional": true
1172
1196
  },
1173
1197
  {
1174
1198
  "parameterName": "properties",
1175
1199
  "parameterTypeTokenRange": {
1176
1200
  "startIndex": 5,
1177
1201
  "endIndex": 6
1178
- }
1202
+ },
1203
+ "isOptional": true
1179
1204
  },
1180
1205
  {
1181
1206
  "parameterName": "measurement",
1182
1207
  "parameterTypeTokenRange": {
1183
1208
  "startIndex": 7,
1184
1209
  "endIndex": 8
1185
- }
1210
+ },
1211
+ "isOptional": true
1186
1212
  }
1187
1213
  ],
1188
1214
  "name": "stopTrackPage"
@@ -1237,14 +1263,16 @@
1237
1263
  "parameterTypeTokenRange": {
1238
1264
  "startIndex": 1,
1239
1265
  "endIndex": 2
1240
- }
1266
+ },
1267
+ "isOptional": false
1241
1268
  },
1242
1269
  {
1243
1270
  "parameterName": "customProperties",
1244
1271
  "parameterTypeTokenRange": {
1245
1272
  "startIndex": 3,
1246
1273
  "endIndex": 4
1247
- }
1274
+ },
1275
+ "isOptional": true
1248
1276
  }
1249
1277
  ],
1250
1278
  "name": "trackEvent"
@@ -1299,14 +1327,16 @@
1299
1327
  "parameterTypeTokenRange": {
1300
1328
  "startIndex": 1,
1301
1329
  "endIndex": 2
1302
- }
1330
+ },
1331
+ "isOptional": false
1303
1332
  },
1304
1333
  {
1305
1334
  "parameterName": "customProperties",
1306
1335
  "parameterTypeTokenRange": {
1307
1336
  "startIndex": 3,
1308
1337
  "endIndex": 4
1309
- }
1338
+ },
1339
+ "isOptional": true
1310
1340
  }
1311
1341
  ],
1312
1342
  "name": "trackException"
@@ -1361,14 +1391,16 @@
1361
1391
  "parameterTypeTokenRange": {
1362
1392
  "startIndex": 1,
1363
1393
  "endIndex": 2
1364
- }
1394
+ },
1395
+ "isOptional": false
1365
1396
  },
1366
1397
  {
1367
1398
  "parameterName": "customProperties",
1368
1399
  "parameterTypeTokenRange": {
1369
1400
  "startIndex": 3,
1370
1401
  "endIndex": 4
1371
- }
1402
+ },
1403
+ "isOptional": true
1372
1404
  }
1373
1405
  ],
1374
1406
  "name": "trackMetric"
@@ -1423,14 +1455,16 @@
1423
1455
  "parameterTypeTokenRange": {
1424
1456
  "startIndex": 1,
1425
1457
  "endIndex": 2
1426
- }
1458
+ },
1459
+ "isOptional": true
1427
1460
  },
1428
1461
  {
1429
1462
  "parameterName": "customProperties",
1430
1463
  "parameterTypeTokenRange": {
1431
1464
  "startIndex": 3,
1432
1465
  "endIndex": 4
1433
- }
1466
+ },
1467
+ "isOptional": true
1434
1468
  }
1435
1469
  ],
1436
1470
  "name": "trackPageView"
@@ -1485,14 +1519,16 @@
1485
1519
  "parameterTypeTokenRange": {
1486
1520
  "startIndex": 1,
1487
1521
  "endIndex": 2
1488
- }
1522
+ },
1523
+ "isOptional": false
1489
1524
  },
1490
1525
  {
1491
1526
  "parameterName": "customProperties",
1492
1527
  "parameterTypeTokenRange": {
1493
1528
  "startIndex": 3,
1494
1529
  "endIndex": 4
1495
- }
1530
+ },
1531
+ "isOptional": true
1496
1532
  }
1497
1533
  ],
1498
1534
  "name": "trackPageViewPerformance"
@@ -1547,14 +1583,16 @@
1547
1583
  "parameterTypeTokenRange": {
1548
1584
  "startIndex": 1,
1549
1585
  "endIndex": 2
1550
- }
1586
+ },
1587
+ "isOptional": false
1551
1588
  },
1552
1589
  {
1553
1590
  "parameterName": "customProperties",
1554
1591
  "parameterTypeTokenRange": {
1555
1592
  "startIndex": 3,
1556
1593
  "endIndex": 4
1557
- }
1594
+ },
1595
+ "isOptional": true
1558
1596
  }
1559
1597
  ],
1560
1598
  "name": "trackTrace"
@@ -1673,21 +1711,24 @@
1673
1711
  "parameterTypeTokenRange": {
1674
1712
  "startIndex": 1,
1675
1713
  "endIndex": 2
1676
- }
1714
+ },
1715
+ "isOptional": false
1677
1716
  },
1678
1717
  {
1679
1718
  "parameterName": "properties",
1680
1719
  "parameterTypeTokenRange": {
1681
1720
  "startIndex": 3,
1682
1721
  "endIndex": 4
1683
- }
1722
+ },
1723
+ "isOptional": true
1684
1724
  },
1685
1725
  {
1686
1726
  "parameterName": "systemProperties",
1687
1727
  "parameterTypeTokenRange": {
1688
1728
  "startIndex": 5,
1689
1729
  "endIndex": 6
1690
- }
1730
+ },
1731
+ "isOptional": true
1691
1732
  }
1692
1733
  ],
1693
1734
  "name": "sendPageViewInternal"
@@ -1750,21 +1791,24 @@
1750
1791
  "parameterTypeTokenRange": {
1751
1792
  "startIndex": 1,
1752
1793
  "endIndex": 2
1753
- }
1794
+ },
1795
+ "isOptional": false
1754
1796
  },
1755
1797
  {
1756
1798
  "parameterName": "properties",
1757
1799
  "parameterTypeTokenRange": {
1758
1800
  "startIndex": 3,
1759
1801
  "endIndex": 4
1760
- }
1802
+ },
1803
+ "isOptional": true
1761
1804
  },
1762
1805
  {
1763
1806
  "parameterName": "systemProperties",
1764
1807
  "parameterTypeTokenRange": {
1765
1808
  "startIndex": 5,
1766
1809
  "endIndex": 6
1767
- }
1810
+ },
1811
+ "isOptional": true
1768
1812
  }
1769
1813
  ],
1770
1814
  "name": "sendPageViewPerformanceInternal"
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.0-beta.2203-16
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.0-nightly.2204-05
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team