@microsoft/applicationinsights-analytics-js 2.7.5-nightly.2203-02 → 2.7.5-nightly.2204-23
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 +11 -6
- 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 +96 -50
- package/dist/applicationinsights-analytics-js.d.ts +1 -1
- package/dist/applicationinsights-analytics-js.js +11 -6
- 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/ApplicationInsights.js +2 -2
- package/dist-esm/JavaScriptSDK/ApplicationInsights.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/applicationinsights-analytics-js.js +1 -1
- package/package.json +6 -6
- package/src/JavaScriptSDK/ApplicationInsights.ts +1 -1
- 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.23.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",
|
|
@@ -156,7 +156,8 @@
|
|
|
156
156
|
"@betaDocumentation": true,
|
|
157
157
|
"@internalRemarks": true,
|
|
158
158
|
"@preapproved": true
|
|
159
|
-
}
|
|
159
|
+
},
|
|
160
|
+
"reportUnsupportedHtmlElements": false
|
|
160
161
|
}
|
|
161
162
|
},
|
|
162
163
|
"kind": "Package",
|
|
@@ -254,7 +255,8 @@
|
|
|
254
255
|
"parameterTypeTokenRange": {
|
|
255
256
|
"startIndex": 1,
|
|
256
257
|
"endIndex": 2
|
|
257
|
-
}
|
|
258
|
+
},
|
|
259
|
+
"isOptional": false
|
|
258
260
|
}
|
|
259
261
|
],
|
|
260
262
|
"name": "_onerror"
|
|
@@ -447,7 +449,8 @@
|
|
|
447
449
|
"parameterTypeTokenRange": {
|
|
448
450
|
"startIndex": 1,
|
|
449
451
|
"endIndex": 4
|
|
450
|
-
}
|
|
452
|
+
},
|
|
453
|
+
"isOptional": false
|
|
451
454
|
}
|
|
452
455
|
],
|
|
453
456
|
"name": "addTelemetryInitializer"
|
|
@@ -579,7 +582,8 @@
|
|
|
579
582
|
"parameterTypeTokenRange": {
|
|
580
583
|
"startIndex": 1,
|
|
581
584
|
"endIndex": 2
|
|
582
|
-
}
|
|
585
|
+
},
|
|
586
|
+
"isOptional": true
|
|
583
587
|
}
|
|
584
588
|
],
|
|
585
589
|
"name": "getDefaultConfig"
|
|
@@ -692,28 +696,32 @@
|
|
|
692
696
|
"parameterTypeTokenRange": {
|
|
693
697
|
"startIndex": 1,
|
|
694
698
|
"endIndex": 4
|
|
695
|
-
}
|
|
699
|
+
},
|
|
700
|
+
"isOptional": false
|
|
696
701
|
},
|
|
697
702
|
{
|
|
698
703
|
"parameterName": "core",
|
|
699
704
|
"parameterTypeTokenRange": {
|
|
700
705
|
"startIndex": 5,
|
|
701
706
|
"endIndex": 6
|
|
702
|
-
}
|
|
707
|
+
},
|
|
708
|
+
"isOptional": false
|
|
703
709
|
},
|
|
704
710
|
{
|
|
705
711
|
"parameterName": "extensions",
|
|
706
712
|
"parameterTypeTokenRange": {
|
|
707
713
|
"startIndex": 7,
|
|
708
714
|
"endIndex": 9
|
|
709
|
-
}
|
|
715
|
+
},
|
|
716
|
+
"isOptional": false
|
|
710
717
|
},
|
|
711
718
|
{
|
|
712
719
|
"parameterName": "pluginChain",
|
|
713
720
|
"parameterTypeTokenRange": {
|
|
714
721
|
"startIndex": 10,
|
|
715
722
|
"endIndex": 11
|
|
716
|
-
}
|
|
723
|
+
},
|
|
724
|
+
"isOptional": true
|
|
717
725
|
}
|
|
718
726
|
],
|
|
719
727
|
"name": "initialize"
|
|
@@ -795,14 +803,16 @@
|
|
|
795
803
|
"parameterTypeTokenRange": {
|
|
796
804
|
"startIndex": 1,
|
|
797
805
|
"endIndex": 2
|
|
798
|
-
}
|
|
806
|
+
},
|
|
807
|
+
"isOptional": false
|
|
799
808
|
},
|
|
800
809
|
{
|
|
801
810
|
"parameterName": "itemCtx",
|
|
802
811
|
"parameterTypeTokenRange": {
|
|
803
812
|
"startIndex": 3,
|
|
804
813
|
"endIndex": 4
|
|
805
|
-
}
|
|
814
|
+
},
|
|
815
|
+
"isOptional": true
|
|
806
816
|
}
|
|
807
817
|
],
|
|
808
818
|
"name": "processTelemetry"
|
|
@@ -896,21 +906,24 @@
|
|
|
896
906
|
"parameterTypeTokenRange": {
|
|
897
907
|
"startIndex": 1,
|
|
898
908
|
"endIndex": 2
|
|
899
|
-
}
|
|
909
|
+
},
|
|
910
|
+
"isOptional": false
|
|
900
911
|
},
|
|
901
912
|
{
|
|
902
913
|
"parameterName": "customProperties",
|
|
903
914
|
"parameterTypeTokenRange": {
|
|
904
915
|
"startIndex": 3,
|
|
905
916
|
"endIndex": 4
|
|
906
|
-
}
|
|
917
|
+
},
|
|
918
|
+
"isOptional": true
|
|
907
919
|
},
|
|
908
920
|
{
|
|
909
921
|
"parameterName": "systemProperties",
|
|
910
922
|
"parameterTypeTokenRange": {
|
|
911
923
|
"startIndex": 5,
|
|
912
924
|
"endIndex": 6
|
|
913
|
-
}
|
|
925
|
+
},
|
|
926
|
+
"isOptional": true
|
|
914
927
|
}
|
|
915
928
|
],
|
|
916
929
|
"name": "sendExceptionInternal"
|
|
@@ -972,21 +985,24 @@
|
|
|
972
985
|
"parameterTypeTokenRange": {
|
|
973
986
|
"startIndex": 1,
|
|
974
987
|
"endIndex": 2
|
|
975
|
-
}
|
|
988
|
+
},
|
|
989
|
+
"isOptional": false
|
|
976
990
|
},
|
|
977
991
|
{
|
|
978
992
|
"parameterName": "properties",
|
|
979
993
|
"parameterTypeTokenRange": {
|
|
980
994
|
"startIndex": 3,
|
|
981
995
|
"endIndex": 4
|
|
982
|
-
}
|
|
996
|
+
},
|
|
997
|
+
"isOptional": true
|
|
983
998
|
},
|
|
984
999
|
{
|
|
985
1000
|
"parameterName": "systemProperties",
|
|
986
1001
|
"parameterTypeTokenRange": {
|
|
987
1002
|
"startIndex": 5,
|
|
988
1003
|
"endIndex": 6
|
|
989
|
-
}
|
|
1004
|
+
},
|
|
1005
|
+
"isOptional": true
|
|
990
1006
|
}
|
|
991
1007
|
],
|
|
992
1008
|
"name": "sendPageViewInternal"
|
|
@@ -1048,21 +1064,24 @@
|
|
|
1048
1064
|
"parameterTypeTokenRange": {
|
|
1049
1065
|
"startIndex": 1,
|
|
1050
1066
|
"endIndex": 2
|
|
1051
|
-
}
|
|
1067
|
+
},
|
|
1068
|
+
"isOptional": false
|
|
1052
1069
|
},
|
|
1053
1070
|
{
|
|
1054
1071
|
"parameterName": "properties",
|
|
1055
1072
|
"parameterTypeTokenRange": {
|
|
1056
1073
|
"startIndex": 3,
|
|
1057
1074
|
"endIndex": 4
|
|
1058
|
-
}
|
|
1075
|
+
},
|
|
1076
|
+
"isOptional": true
|
|
1059
1077
|
},
|
|
1060
1078
|
{
|
|
1061
1079
|
"parameterName": "systemProperties",
|
|
1062
1080
|
"parameterTypeTokenRange": {
|
|
1063
1081
|
"startIndex": 5,
|
|
1064
1082
|
"endIndex": 6
|
|
1065
|
-
}
|
|
1083
|
+
},
|
|
1084
|
+
"isOptional": true
|
|
1066
1085
|
}
|
|
1067
1086
|
],
|
|
1068
1087
|
"name": "sendPageViewPerformanceInternal"
|
|
@@ -1107,7 +1126,8 @@
|
|
|
1107
1126
|
"parameterTypeTokenRange": {
|
|
1108
1127
|
"startIndex": 1,
|
|
1109
1128
|
"endIndex": 2
|
|
1110
|
-
}
|
|
1129
|
+
},
|
|
1130
|
+
"isOptional": false
|
|
1111
1131
|
}
|
|
1112
1132
|
],
|
|
1113
1133
|
"name": "startTrackEvent"
|
|
@@ -1152,7 +1172,8 @@
|
|
|
1152
1172
|
"parameterTypeTokenRange": {
|
|
1153
1173
|
"startIndex": 1,
|
|
1154
1174
|
"endIndex": 2
|
|
1155
|
-
}
|
|
1175
|
+
},
|
|
1176
|
+
"isOptional": true
|
|
1156
1177
|
}
|
|
1157
1178
|
],
|
|
1158
1179
|
"name": "startTrackPage"
|
|
@@ -1213,21 +1234,24 @@
|
|
|
1213
1234
|
"parameterTypeTokenRange": {
|
|
1214
1235
|
"startIndex": 1,
|
|
1215
1236
|
"endIndex": 2
|
|
1216
|
-
}
|
|
1237
|
+
},
|
|
1238
|
+
"isOptional": false
|
|
1217
1239
|
},
|
|
1218
1240
|
{
|
|
1219
1241
|
"parameterName": "properties",
|
|
1220
1242
|
"parameterTypeTokenRange": {
|
|
1221
1243
|
"startIndex": 3,
|
|
1222
1244
|
"endIndex": 4
|
|
1223
|
-
}
|
|
1245
|
+
},
|
|
1246
|
+
"isOptional": true
|
|
1224
1247
|
},
|
|
1225
1248
|
{
|
|
1226
1249
|
"parameterName": "measurements",
|
|
1227
1250
|
"parameterTypeTokenRange": {
|
|
1228
1251
|
"startIndex": 5,
|
|
1229
1252
|
"endIndex": 6
|
|
1230
|
-
}
|
|
1253
|
+
},
|
|
1254
|
+
"isOptional": true
|
|
1231
1255
|
}
|
|
1232
1256
|
],
|
|
1233
1257
|
"name": "stopTrackEvent"
|
|
@@ -1296,28 +1320,32 @@
|
|
|
1296
1320
|
"parameterTypeTokenRange": {
|
|
1297
1321
|
"startIndex": 1,
|
|
1298
1322
|
"endIndex": 2
|
|
1299
|
-
}
|
|
1323
|
+
},
|
|
1324
|
+
"isOptional": true
|
|
1300
1325
|
},
|
|
1301
1326
|
{
|
|
1302
1327
|
"parameterName": "url",
|
|
1303
1328
|
"parameterTypeTokenRange": {
|
|
1304
1329
|
"startIndex": 3,
|
|
1305
1330
|
"endIndex": 4
|
|
1306
|
-
}
|
|
1331
|
+
},
|
|
1332
|
+
"isOptional": true
|
|
1307
1333
|
},
|
|
1308
1334
|
{
|
|
1309
1335
|
"parameterName": "properties",
|
|
1310
1336
|
"parameterTypeTokenRange": {
|
|
1311
1337
|
"startIndex": 5,
|
|
1312
1338
|
"endIndex": 6
|
|
1313
|
-
}
|
|
1339
|
+
},
|
|
1340
|
+
"isOptional": true
|
|
1314
1341
|
},
|
|
1315
1342
|
{
|
|
1316
1343
|
"parameterName": "measurement",
|
|
1317
1344
|
"parameterTypeTokenRange": {
|
|
1318
1345
|
"startIndex": 7,
|
|
1319
1346
|
"endIndex": 8
|
|
1320
|
-
}
|
|
1347
|
+
},
|
|
1348
|
+
"isOptional": true
|
|
1321
1349
|
}
|
|
1322
1350
|
],
|
|
1323
1351
|
"name": "stopTrackPage"
|
|
@@ -1372,14 +1400,16 @@
|
|
|
1372
1400
|
"parameterTypeTokenRange": {
|
|
1373
1401
|
"startIndex": 1,
|
|
1374
1402
|
"endIndex": 2
|
|
1375
|
-
}
|
|
1403
|
+
},
|
|
1404
|
+
"isOptional": false
|
|
1376
1405
|
},
|
|
1377
1406
|
{
|
|
1378
1407
|
"parameterName": "customProperties",
|
|
1379
1408
|
"parameterTypeTokenRange": {
|
|
1380
1409
|
"startIndex": 3,
|
|
1381
1410
|
"endIndex": 4
|
|
1382
|
-
}
|
|
1411
|
+
},
|
|
1412
|
+
"isOptional": true
|
|
1383
1413
|
}
|
|
1384
1414
|
],
|
|
1385
1415
|
"name": "trackEvent"
|
|
@@ -1434,14 +1464,16 @@
|
|
|
1434
1464
|
"parameterTypeTokenRange": {
|
|
1435
1465
|
"startIndex": 1,
|
|
1436
1466
|
"endIndex": 2
|
|
1437
|
-
}
|
|
1467
|
+
},
|
|
1468
|
+
"isOptional": false
|
|
1438
1469
|
},
|
|
1439
1470
|
{
|
|
1440
1471
|
"parameterName": "customProperties",
|
|
1441
1472
|
"parameterTypeTokenRange": {
|
|
1442
1473
|
"startIndex": 3,
|
|
1443
1474
|
"endIndex": 4
|
|
1444
|
-
}
|
|
1475
|
+
},
|
|
1476
|
+
"isOptional": true
|
|
1445
1477
|
}
|
|
1446
1478
|
],
|
|
1447
1479
|
"name": "trackException"
|
|
@@ -1496,14 +1528,16 @@
|
|
|
1496
1528
|
"parameterTypeTokenRange": {
|
|
1497
1529
|
"startIndex": 1,
|
|
1498
1530
|
"endIndex": 2
|
|
1499
|
-
}
|
|
1531
|
+
},
|
|
1532
|
+
"isOptional": false
|
|
1500
1533
|
},
|
|
1501
1534
|
{
|
|
1502
1535
|
"parameterName": "customProperties",
|
|
1503
1536
|
"parameterTypeTokenRange": {
|
|
1504
1537
|
"startIndex": 3,
|
|
1505
1538
|
"endIndex": 4
|
|
1506
|
-
}
|
|
1539
|
+
},
|
|
1540
|
+
"isOptional": true
|
|
1507
1541
|
}
|
|
1508
1542
|
],
|
|
1509
1543
|
"name": "trackMetric"
|
|
@@ -1558,14 +1592,16 @@
|
|
|
1558
1592
|
"parameterTypeTokenRange": {
|
|
1559
1593
|
"startIndex": 1,
|
|
1560
1594
|
"endIndex": 2
|
|
1561
|
-
}
|
|
1595
|
+
},
|
|
1596
|
+
"isOptional": true
|
|
1562
1597
|
},
|
|
1563
1598
|
{
|
|
1564
1599
|
"parameterName": "customProperties",
|
|
1565
1600
|
"parameterTypeTokenRange": {
|
|
1566
1601
|
"startIndex": 3,
|
|
1567
1602
|
"endIndex": 4
|
|
1568
|
-
}
|
|
1603
|
+
},
|
|
1604
|
+
"isOptional": true
|
|
1569
1605
|
}
|
|
1570
1606
|
],
|
|
1571
1607
|
"name": "trackPageView"
|
|
@@ -1620,14 +1656,16 @@
|
|
|
1620
1656
|
"parameterTypeTokenRange": {
|
|
1621
1657
|
"startIndex": 1,
|
|
1622
1658
|
"endIndex": 2
|
|
1623
|
-
}
|
|
1659
|
+
},
|
|
1660
|
+
"isOptional": false
|
|
1624
1661
|
},
|
|
1625
1662
|
{
|
|
1626
1663
|
"parameterName": "customProperties",
|
|
1627
1664
|
"parameterTypeTokenRange": {
|
|
1628
1665
|
"startIndex": 3,
|
|
1629
1666
|
"endIndex": 4
|
|
1630
|
-
}
|
|
1667
|
+
},
|
|
1668
|
+
"isOptional": true
|
|
1631
1669
|
}
|
|
1632
1670
|
],
|
|
1633
1671
|
"name": "trackPageViewPerformance"
|
|
@@ -1682,14 +1720,16 @@
|
|
|
1682
1720
|
"parameterTypeTokenRange": {
|
|
1683
1721
|
"startIndex": 1,
|
|
1684
1722
|
"endIndex": 2
|
|
1685
|
-
}
|
|
1723
|
+
},
|
|
1724
|
+
"isOptional": false
|
|
1686
1725
|
},
|
|
1687
1726
|
{
|
|
1688
1727
|
"parameterName": "customProperties",
|
|
1689
1728
|
"parameterTypeTokenRange": {
|
|
1690
1729
|
"startIndex": 3,
|
|
1691
1730
|
"endIndex": 4
|
|
1692
|
-
}
|
|
1731
|
+
},
|
|
1732
|
+
"isOptional": true
|
|
1693
1733
|
}
|
|
1694
1734
|
],
|
|
1695
1735
|
"name": "trackTrace"
|
|
@@ -1724,7 +1764,7 @@
|
|
|
1724
1764
|
],
|
|
1725
1765
|
"extendsTokenRange": {
|
|
1726
1766
|
"startIndex": 1,
|
|
1727
|
-
"endIndex":
|
|
1767
|
+
"endIndex": 2
|
|
1728
1768
|
},
|
|
1729
1769
|
"implementsTokenRanges": [
|
|
1730
1770
|
{
|
|
@@ -1733,7 +1773,7 @@
|
|
|
1733
1773
|
},
|
|
1734
1774
|
{
|
|
1735
1775
|
"startIndex": 6,
|
|
1736
|
-
"endIndex":
|
|
1776
|
+
"endIndex": 7
|
|
1737
1777
|
}
|
|
1738
1778
|
]
|
|
1739
1779
|
},
|
|
@@ -1808,21 +1848,24 @@
|
|
|
1808
1848
|
"parameterTypeTokenRange": {
|
|
1809
1849
|
"startIndex": 1,
|
|
1810
1850
|
"endIndex": 2
|
|
1811
|
-
}
|
|
1851
|
+
},
|
|
1852
|
+
"isOptional": false
|
|
1812
1853
|
},
|
|
1813
1854
|
{
|
|
1814
1855
|
"parameterName": "properties",
|
|
1815
1856
|
"parameterTypeTokenRange": {
|
|
1816
1857
|
"startIndex": 3,
|
|
1817
1858
|
"endIndex": 4
|
|
1818
|
-
}
|
|
1859
|
+
},
|
|
1860
|
+
"isOptional": true
|
|
1819
1861
|
},
|
|
1820
1862
|
{
|
|
1821
1863
|
"parameterName": "systemProperties",
|
|
1822
1864
|
"parameterTypeTokenRange": {
|
|
1823
1865
|
"startIndex": 5,
|
|
1824
1866
|
"endIndex": 6
|
|
1825
|
-
}
|
|
1867
|
+
},
|
|
1868
|
+
"isOptional": true
|
|
1826
1869
|
}
|
|
1827
1870
|
],
|
|
1828
1871
|
"name": "sendPageViewInternal"
|
|
@@ -1885,21 +1928,24 @@
|
|
|
1885
1928
|
"parameterTypeTokenRange": {
|
|
1886
1929
|
"startIndex": 1,
|
|
1887
1930
|
"endIndex": 2
|
|
1888
|
-
}
|
|
1931
|
+
},
|
|
1932
|
+
"isOptional": false
|
|
1889
1933
|
},
|
|
1890
1934
|
{
|
|
1891
1935
|
"parameterName": "properties",
|
|
1892
1936
|
"parameterTypeTokenRange": {
|
|
1893
1937
|
"startIndex": 3,
|
|
1894
1938
|
"endIndex": 4
|
|
1895
|
-
}
|
|
1939
|
+
},
|
|
1940
|
+
"isOptional": true
|
|
1896
1941
|
},
|
|
1897
1942
|
{
|
|
1898
1943
|
"parameterName": "systemProperties",
|
|
1899
1944
|
"parameterTypeTokenRange": {
|
|
1900
1945
|
"startIndex": 5,
|
|
1901
1946
|
"endIndex": 6
|
|
1902
|
-
}
|
|
1947
|
+
},
|
|
1948
|
+
"isOptional": true
|
|
1903
1949
|
}
|
|
1904
1950
|
],
|
|
1905
1951
|
"name": "sendPageViewPerformanceInternal"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.2204-23
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.
|
|
2
|
+
* Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.2204-23
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
/*!
|
|
98
|
-
* Microsoft Dynamic Proto Utility, 1.1.
|
|
98
|
+
* Microsoft Dynamic Proto Utility, 1.1.5
|
|
99
99
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
100
100
|
*/
|
|
101
101
|
var Constructor = 'constructor';
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
var DynInstChkTag = '_dynInstChk';
|
|
109
109
|
var DynAllowInstChkTag = DynInstChkTag;
|
|
110
110
|
var DynProtoDefaultOptions = '_dfOpts';
|
|
111
|
+
var DynProtoPolyProto = "_dynProto";
|
|
111
112
|
var UnknownValue = '_unknown_';
|
|
112
113
|
var str__Proto = "__proto__";
|
|
113
114
|
var strUseBaseInst = 'useBaseInst';
|
|
@@ -129,8 +130,11 @@
|
|
|
129
130
|
if (_objGetPrototypeOf) {
|
|
130
131
|
return _objGetPrototypeOf(target);
|
|
131
132
|
}
|
|
132
|
-
var newProto = target[str__Proto] || target[Prototype] || (target[Constructor] ? target[Constructor][Prototype] : null);
|
|
133
|
+
var newProto = target[DynProtoPolyProto] || target[str__Proto] || target[Prototype] || (target[Constructor] ? target[Constructor][Prototype] : null);
|
|
133
134
|
if (newProto) {
|
|
135
|
+
if (!target[DynProtoPolyProto]) {
|
|
136
|
+
target[DynProtoPolyProto] = newProto;
|
|
137
|
+
}
|
|
134
138
|
return newProto;
|
|
135
139
|
}
|
|
136
140
|
}
|
|
@@ -289,8 +293,9 @@
|
|
|
289
293
|
visited.push(thisProto);
|
|
290
294
|
thisProto = _getObjProto(thisProto);
|
|
291
295
|
}
|
|
296
|
+
return false;
|
|
292
297
|
}
|
|
293
|
-
return
|
|
298
|
+
return true;
|
|
294
299
|
}
|
|
295
300
|
function _getObjName(target, unknownValue) {
|
|
296
301
|
if (_hasOwnProperty(target, Prototype)) {
|
|
@@ -814,7 +819,7 @@
|
|
|
814
819
|
if (isUserAct === void 0) { isUserAct = false; }
|
|
815
820
|
var message = new _InternalLogMessage(msgId, msg, isUserAct, properties);
|
|
816
821
|
if (_self.enableDebugExceptions()) {
|
|
817
|
-
throw message;
|
|
822
|
+
throw dumpObj(message);
|
|
818
823
|
}
|
|
819
824
|
else {
|
|
820
825
|
var logFunc = severity === LoggingSeverity.CRITICAL ? strErrorToConsole : strWarnToConsole;
|
|
@@ -3464,7 +3469,7 @@
|
|
|
3464
3469
|
config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
|
|
3465
3470
|
return config;
|
|
3466
3471
|
};
|
|
3467
|
-
ApplicationInsights.Version = "2.7.5-nightly.
|
|
3472
|
+
ApplicationInsights.Version = "2.7.5-nightly.2204-23";
|
|
3468
3473
|
return ApplicationInsights;
|
|
3469
3474
|
}(BaseTelemetryPlugin));
|
|
3470
3475
|
var Timing = /** @class */ (function () {
|