@microsoft/applicationinsights-dependencies-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.
Files changed (39) hide show
  1. package/browser/applicationinsights-dependencies-js.integrity.json +9 -9
  2. package/browser/applicationinsights-dependencies-js.js +1127 -934
  3. package/browser/applicationinsights-dependencies-js.js.map +1 -1
  4. package/browser/applicationinsights-dependencies-js.min.js +2 -2
  5. package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
  6. package/dist/applicationinsights-dependencies-js.api.json +159 -46
  7. package/dist/applicationinsights-dependencies-js.api.md +6 -1
  8. package/dist/applicationinsights-dependencies-js.d.ts +9 -3
  9. package/dist/applicationinsights-dependencies-js.js +1127 -934
  10. package/dist/applicationinsights-dependencies-js.js.map +1 -1
  11. package/dist/applicationinsights-dependencies-js.min.js +2 -2
  12. package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
  13. package/dist/applicationinsights-dependencies-js.rollup.d.ts +9 -3
  14. package/dist-esm/DependencyListener.js +1 -1
  15. package/dist-esm/InternalConstants.js +14 -0
  16. package/dist-esm/InternalConstants.js.map +1 -0
  17. package/dist-esm/__DynamicConstants.js +64 -0
  18. package/dist-esm/__DynamicConstants.js.map +1 -0
  19. package/dist-esm/ajax.js +201 -189
  20. package/dist-esm/ajax.js.map +1 -1
  21. package/dist-esm/ajaxRecord.js +59 -54
  22. package/dist-esm/ajaxRecord.js.map +1 -1
  23. package/dist-esm/ajaxUtils.js +3 -2
  24. package/dist-esm/ajaxUtils.js.map +1 -1
  25. package/dist-esm/applicationinsights-dependencies-js.js +2 -2
  26. package/dist-esm/applicationinsights-dependencies-js.js.map +1 -1
  27. package/package.json +7 -4
  28. package/src/InternalConstants.ts +13 -0
  29. package/src/__DynamicConstants.ts +62 -0
  30. package/src/ajax.ts +39 -32
  31. package/src/ajaxRecord.ts +25 -24
  32. package/src/ajaxUtils.ts +6 -6
  33. package/src/applicationinsights-dependencies-js.ts +1 -1
  34. package/types/InternalConstants.d.ts +2 -0
  35. package/types/__DynamicConstants.d.ts +50 -0
  36. package/types/ajax.d.ts +6 -4
  37. package/types/ajaxRecord.d.ts +2 -1
  38. package/types/applicationinsights-dependencies-js.d.ts +1 -1
  39. 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.24.2",
5
- "schemaVersion": 1005,
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-dependencies-js!",
165
165
  "docComment": "",
166
166
  "name": "@microsoft/applicationinsights-dependencies-js",
167
+ "preserveMemberOrder": false,
167
168
  "members": [
168
169
  {
169
170
  "kind": "EntryPoint",
170
171
  "canonicalReference": "@microsoft/applicationinsights-dependencies-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": "AjaxPlugin",
218
+ "preserveMemberOrder": false,
216
219
  "members": [
217
220
  {
218
221
  "kind": "Constructor",
@@ -225,6 +228,7 @@
225
228
  }
226
229
  ],
227
230
  "releaseTag": "Public",
231
+ "isProtected": false,
228
232
  "overloadIndex": 1,
229
233
  "parameters": []
230
234
  },
@@ -256,13 +260,13 @@
256
260
  "text": ";"
257
261
  }
258
262
  ],
259
- "isOptional": false,
260
263
  "isStatic": false,
261
264
  "returnTypeTokenRange": {
262
265
  "startIndex": 3,
263
266
  "endIndex": 4
264
267
  },
265
268
  "releaseTag": "Public",
269
+ "isProtected": false,
266
270
  "overloadIndex": 1,
267
271
  "parameters": [
268
272
  {
@@ -274,6 +278,7 @@
274
278
  "isOptional": false
275
279
  }
276
280
  ],
281
+ "isOptional": false,
277
282
  "name": "addDependencyListener"
278
283
  },
279
284
  {
@@ -295,15 +300,16 @@
295
300
  "text": ";"
296
301
  }
297
302
  ],
298
- "isOptional": false,
299
303
  "isStatic": true,
300
304
  "returnTypeTokenRange": {
301
305
  "startIndex": 1,
302
306
  "endIndex": 2
303
307
  },
304
308
  "releaseTag": "Public",
309
+ "isProtected": false,
305
310
  "overloadIndex": 1,
306
311
  "parameters": [],
312
+ "isOptional": false,
307
313
  "name": "getDefaultConfig"
308
314
  },
309
315
  {
@@ -325,15 +331,16 @@
325
331
  "text": ";"
326
332
  }
327
333
  ],
328
- "isOptional": false,
329
334
  "isStatic": true,
330
335
  "returnTypeTokenRange": {
331
336
  "startIndex": 1,
332
337
  "endIndex": 2
333
338
  },
334
339
  "releaseTag": "Public",
340
+ "isProtected": false,
335
341
  "overloadIndex": 1,
336
342
  "parameters": [],
343
+ "isOptional": false,
337
344
  "name": "getEmptyConfig"
338
345
  },
339
346
  {
@@ -354,6 +361,7 @@
354
361
  "text": ";"
355
362
  }
356
363
  ],
364
+ "isReadonly": false,
357
365
  "isOptional": false,
358
366
  "releaseTag": "Public",
359
367
  "name": "identifier",
@@ -361,7 +369,8 @@
361
369
  "startIndex": 1,
362
370
  "endIndex": 2
363
371
  },
364
- "isStatic": false
372
+ "isStatic": false,
373
+ "isProtected": false
365
374
  },
366
375
  {
367
376
  "kind": "Property",
@@ -381,6 +390,7 @@
381
390
  "text": ";"
382
391
  }
383
392
  ],
393
+ "isReadonly": false,
384
394
  "isOptional": false,
385
395
  "releaseTag": "Public",
386
396
  "name": "identifier",
@@ -388,7 +398,8 @@
388
398
  "startIndex": 1,
389
399
  "endIndex": 2
390
400
  },
391
- "isStatic": true
401
+ "isStatic": true,
402
+ "isProtected": false
392
403
  },
393
404
  {
394
405
  "kind": "Method",
@@ -448,13 +459,13 @@
448
459
  "text": ";"
449
460
  }
450
461
  ],
451
- "isOptional": false,
452
462
  "isStatic": false,
453
463
  "returnTypeTokenRange": {
454
464
  "startIndex": 10,
455
465
  "endIndex": 11
456
466
  },
457
467
  "releaseTag": "Public",
468
+ "isProtected": false,
458
469
  "overloadIndex": 1,
459
470
  "parameters": [
460
471
  {
@@ -490,6 +501,7 @@
490
501
  "isOptional": true
491
502
  }
492
503
  ],
504
+ "isOptional": false,
493
505
  "name": "includeCorrelationHeaders"
494
506
  },
495
507
  {
@@ -559,13 +571,13 @@
559
571
  "text": ";"
560
572
  }
561
573
  ],
562
- "isOptional": false,
563
574
  "isStatic": false,
564
575
  "returnTypeTokenRange": {
565
576
  "startIndex": 12,
566
577
  "endIndex": 13
567
578
  },
568
579
  "releaseTag": "Public",
580
+ "isProtected": false,
569
581
  "overloadIndex": 1,
570
582
  "parameters": [
571
583
  {
@@ -601,6 +613,7 @@
601
613
  "isOptional": true
602
614
  }
603
615
  ],
616
+ "isOptional": false,
604
617
  "name": "initialize"
605
618
  },
606
619
  {
@@ -621,6 +634,7 @@
621
634
  "text": ";"
622
635
  }
623
636
  ],
637
+ "isReadonly": false,
624
638
  "isOptional": false,
625
639
  "releaseTag": "Public",
626
640
  "name": "priority",
@@ -628,7 +642,8 @@
628
642
  "startIndex": 1,
629
643
  "endIndex": 2
630
644
  },
631
- "isStatic": false
645
+ "isStatic": false,
646
+ "isProtected": false
632
647
  },
633
648
  {
634
649
  "kind": "Method",
@@ -666,13 +681,13 @@
666
681
  "text": ";"
667
682
  }
668
683
  ],
669
- "isOptional": false,
670
684
  "isStatic": false,
671
685
  "returnTypeTokenRange": {
672
686
  "startIndex": 5,
673
687
  "endIndex": 6
674
688
  },
675
689
  "releaseTag": "Public",
690
+ "isProtected": false,
676
691
  "overloadIndex": 1,
677
692
  "parameters": [
678
693
  {
@@ -692,6 +707,7 @@
692
707
  "isOptional": true
693
708
  }
694
709
  ],
710
+ "isOptional": false,
695
711
  "name": "processTelemetry"
696
712
  },
697
713
  {
@@ -729,13 +745,13 @@
729
745
  "text": ";"
730
746
  }
731
747
  ],
732
- "isOptional": false,
733
748
  "isStatic": false,
734
749
  "returnTypeTokenRange": {
735
750
  "startIndex": 5,
736
751
  "endIndex": 6
737
752
  },
738
753
  "releaseTag": "Public",
754
+ "isProtected": false,
739
755
  "overloadIndex": 1,
740
756
  "parameters": [
741
757
  {
@@ -755,6 +771,7 @@
755
771
  "isOptional": true
756
772
  }
757
773
  ],
774
+ "isOptional": false,
758
775
  "name": "trackDependencyData"
759
776
  },
760
777
  {
@@ -800,13 +817,13 @@
800
817
  "text": ";"
801
818
  }
802
819
  ],
803
- "isOptional": false,
804
820
  "isStatic": false,
805
821
  "returnTypeTokenRange": {
806
822
  "startIndex": 7,
807
823
  "endIndex": 8
808
824
  },
809
825
  "releaseTag": "Public",
826
+ "isProtected": true,
810
827
  "overloadIndex": 1,
811
828
  "parameters": [
812
829
  {
@@ -834,6 +851,7 @@
834
851
  "isOptional": true
835
852
  }
836
853
  ],
854
+ "isOptional": false,
837
855
  "name": "trackDependencyDataInternal"
838
856
  }
839
857
  ],
@@ -864,6 +882,7 @@
864
882
  ],
865
883
  "releaseTag": "Public",
866
884
  "name": "ajaxRecord",
885
+ "preserveMemberOrder": false,
867
886
  "members": [
868
887
  {
869
888
  "kind": "Constructor",
@@ -901,6 +920,7 @@
901
920
  }
902
921
  ],
903
922
  "releaseTag": "Public",
923
+ "isProtected": false,
904
924
  "overloadIndex": 1,
905
925
  "parameters": [
906
926
  {
@@ -947,6 +967,7 @@
947
967
  "text": ";"
948
968
  }
949
969
  ],
970
+ "isReadonly": false,
950
971
  "isOptional": false,
951
972
  "releaseTag": "Public",
952
973
  "name": "aborted",
@@ -954,7 +975,8 @@
954
975
  "startIndex": 1,
955
976
  "endIndex": 2
956
977
  },
957
- "isStatic": false
978
+ "isStatic": false,
979
+ "isProtected": false
958
980
  },
959
981
  {
960
982
  "kind": "Property",
@@ -974,6 +996,7 @@
974
996
  "text": ";"
975
997
  }
976
998
  ],
999
+ "isReadonly": false,
977
1000
  "isOptional": false,
978
1001
  "releaseTag": "Public",
979
1002
  "name": "ajaxTotalDuration",
@@ -981,7 +1004,8 @@
981
1004
  "startIndex": 1,
982
1005
  "endIndex": 2
983
1006
  },
984
- "isStatic": false
1007
+ "isStatic": false,
1008
+ "isProtected": false
985
1009
  },
986
1010
  {
987
1011
  "kind": "Property",
@@ -1001,6 +1025,7 @@
1001
1025
  "text": ";"
1002
1026
  }
1003
1027
  ],
1028
+ "isReadonly": false,
1004
1029
  "isOptional": true,
1005
1030
  "releaseTag": "Public",
1006
1031
  "name": "async",
@@ -1008,7 +1033,8 @@
1008
1033
  "startIndex": 1,
1009
1034
  "endIndex": 2
1010
1035
  },
1011
- "isStatic": false
1036
+ "isStatic": false,
1037
+ "isProtected": false
1012
1038
  },
1013
1039
  {
1014
1040
  "kind": "Property",
@@ -1028,6 +1054,7 @@
1028
1054
  "text": ";"
1029
1055
  }
1030
1056
  ],
1057
+ "isReadonly": false,
1031
1058
  "isOptional": false,
1032
1059
  "releaseTag": "Public",
1033
1060
  "name": "callbackDuration",
@@ -1035,7 +1062,8 @@
1035
1062
  "startIndex": 1,
1036
1063
  "endIndex": 2
1037
1064
  },
1038
- "isStatic": false
1065
+ "isStatic": false,
1066
+ "isProtected": false
1039
1067
  },
1040
1068
  {
1041
1069
  "kind": "Property",
@@ -1055,6 +1083,7 @@
1055
1083
  "text": ";"
1056
1084
  }
1057
1085
  ],
1086
+ "isReadonly": false,
1058
1087
  "isOptional": false,
1059
1088
  "releaseTag": "Public",
1060
1089
  "name": "callbackFinishedTime",
@@ -1062,7 +1091,8 @@
1062
1091
  "startIndex": 1,
1063
1092
  "endIndex": 2
1064
1093
  },
1065
- "isStatic": false
1094
+ "isStatic": false,
1095
+ "isProtected": false
1066
1096
  },
1067
1097
  {
1068
1098
  "kind": "Property",
@@ -1082,6 +1112,7 @@
1082
1112
  "text": ";"
1083
1113
  }
1084
1114
  ],
1115
+ "isReadonly": false,
1085
1116
  "isOptional": false,
1086
1117
  "releaseTag": "Public",
1087
1118
  "name": "clientFailure",
@@ -1089,7 +1120,8 @@
1089
1120
  "startIndex": 1,
1090
1121
  "endIndex": 2
1091
1122
  },
1092
- "isStatic": false
1123
+ "isStatic": false,
1124
+ "isProtected": false
1093
1125
  },
1094
1126
  {
1095
1127
  "kind": "Property",
@@ -1109,6 +1141,7 @@
1109
1141
  "text": ";"
1110
1142
  }
1111
1143
  ],
1144
+ "isReadonly": false,
1112
1145
  "isOptional": false,
1113
1146
  "releaseTag": "Public",
1114
1147
  "name": "completed",
@@ -1116,7 +1149,8 @@
1116
1149
  "startIndex": 1,
1117
1150
  "endIndex": 2
1118
1151
  },
1119
- "isStatic": false
1152
+ "isStatic": false,
1153
+ "isProtected": false
1120
1154
  },
1121
1155
  {
1122
1156
  "kind": "Method",
@@ -1166,13 +1200,13 @@
1166
1200
  "text": ";"
1167
1201
  }
1168
1202
  ],
1169
- "isOptional": false,
1170
1203
  "isStatic": false,
1171
1204
  "returnTypeTokenRange": {
1172
1205
  "startIndex": 8,
1173
1206
  "endIndex": 9
1174
1207
  },
1175
1208
  "releaseTag": "Public",
1209
+ "isProtected": false,
1176
1210
  "overloadIndex": 1,
1177
1211
  "parameters": [
1178
1212
  {
@@ -1200,6 +1234,7 @@
1200
1234
  "isOptional": false
1201
1235
  }
1202
1236
  ],
1237
+ "isOptional": false,
1203
1238
  "name": "CreateTrackItem"
1204
1239
  },
1205
1240
  {
@@ -1220,6 +1255,7 @@
1220
1255
  "text": ";"
1221
1256
  }
1222
1257
  ],
1258
+ "isReadonly": false,
1223
1259
  "isOptional": false,
1224
1260
  "releaseTag": "Public",
1225
1261
  "name": "endTime",
@@ -1227,7 +1263,8 @@
1227
1263
  "startIndex": 1,
1228
1264
  "endIndex": 2
1229
1265
  },
1230
- "isStatic": false
1266
+ "isStatic": false,
1267
+ "isProtected": false
1231
1268
  },
1232
1269
  {
1233
1270
  "kind": "Property",
@@ -1247,6 +1284,7 @@
1247
1284
  "text": ";"
1248
1285
  }
1249
1286
  ],
1287
+ "isReadonly": false,
1250
1288
  "isOptional": true,
1251
1289
  "releaseTag": "Public",
1252
1290
  "name": "errorStatusText",
@@ -1254,7 +1292,8 @@
1254
1292
  "startIndex": 1,
1255
1293
  "endIndex": 2
1256
1294
  },
1257
- "isStatic": false
1295
+ "isStatic": false,
1296
+ "isProtected": false
1258
1297
  },
1259
1298
  {
1260
1299
  "kind": "Method",
@@ -1274,15 +1313,16 @@
1274
1313
  "text": ";"
1275
1314
  }
1276
1315
  ],
1277
- "isOptional": false,
1278
1316
  "isStatic": false,
1279
1317
  "returnTypeTokenRange": {
1280
1318
  "startIndex": 1,
1281
1319
  "endIndex": 2
1282
1320
  },
1283
1321
  "releaseTag": "Public",
1322
+ "isProtected": false,
1284
1323
  "overloadIndex": 1,
1285
1324
  "parameters": [],
1325
+ "isOptional": false,
1286
1326
  "name": "getAbsoluteUrl"
1287
1327
  },
1288
1328
  {
@@ -1303,15 +1343,16 @@
1303
1343
  "text": ";"
1304
1344
  }
1305
1345
  ],
1306
- "isOptional": false,
1307
1346
  "isStatic": false,
1308
1347
  "returnTypeTokenRange": {
1309
1348
  "startIndex": 1,
1310
1349
  "endIndex": 2
1311
1350
  },
1312
1351
  "releaseTag": "Public",
1352
+ "isProtected": false,
1313
1353
  "overloadIndex": 1,
1314
1354
  "parameters": [],
1355
+ "isOptional": false,
1315
1356
  "name": "getPathName"
1316
1357
  },
1317
1358
  {
@@ -1332,6 +1373,7 @@
1332
1373
  "text": ";"
1333
1374
  }
1334
1375
  ],
1376
+ "isReadonly": false,
1335
1377
  "isOptional": false,
1336
1378
  "releaseTag": "Public",
1337
1379
  "name": "method",
@@ -1339,7 +1381,8 @@
1339
1381
  "startIndex": 1,
1340
1382
  "endIndex": 2
1341
1383
  },
1342
- "isStatic": false
1384
+ "isStatic": false,
1385
+ "isProtected": false
1343
1386
  },
1344
1387
  {
1345
1388
  "kind": "Property",
@@ -1359,6 +1402,7 @@
1359
1402
  "text": ";"
1360
1403
  }
1361
1404
  ],
1405
+ "isReadonly": false,
1362
1406
  "isOptional": false,
1363
1407
  "releaseTag": "Public",
1364
1408
  "name": "pageUrl",
@@ -1366,7 +1410,8 @@
1366
1410
  "startIndex": 1,
1367
1411
  "endIndex": 2
1368
1412
  },
1369
- "isStatic": false
1413
+ "isStatic": false,
1414
+ "isProtected": false
1370
1415
  },
1371
1416
  {
1372
1417
  "kind": "Property",
@@ -1386,6 +1431,7 @@
1386
1431
  "text": ";"
1387
1432
  }
1388
1433
  ],
1434
+ "isReadonly": false,
1389
1435
  "isOptional": true,
1390
1436
  "releaseTag": "Public",
1391
1437
  "name": "perfAttempts",
@@ -1393,7 +1439,8 @@
1393
1439
  "startIndex": 1,
1394
1440
  "endIndex": 2
1395
1441
  },
1396
- "isStatic": false
1442
+ "isStatic": false,
1443
+ "isProtected": false
1397
1444
  },
1398
1445
  {
1399
1446
  "kind": "Property",
@@ -1414,6 +1461,7 @@
1414
1461
  "text": ";"
1415
1462
  }
1416
1463
  ],
1464
+ "isReadonly": false,
1417
1465
  "isOptional": false,
1418
1466
  "releaseTag": "Public",
1419
1467
  "name": "perfMark",
@@ -1421,7 +1469,8 @@
1421
1469
  "startIndex": 1,
1422
1470
  "endIndex": 2
1423
1471
  },
1424
- "isStatic": false
1472
+ "isStatic": false,
1473
+ "isProtected": false
1425
1474
  },
1426
1475
  {
1427
1476
  "kind": "Property",
@@ -1442,6 +1491,7 @@
1442
1491
  "text": ";"
1443
1492
  }
1444
1493
  ],
1494
+ "isReadonly": false,
1445
1495
  "isOptional": false,
1446
1496
  "releaseTag": "Public",
1447
1497
  "name": "perfTiming",
@@ -1449,7 +1499,8 @@
1449
1499
  "startIndex": 1,
1450
1500
  "endIndex": 2
1451
1501
  },
1452
- "isStatic": false
1502
+ "isStatic": false,
1503
+ "isProtected": false
1453
1504
  },
1454
1505
  {
1455
1506
  "kind": "Property",
@@ -1469,6 +1520,7 @@
1469
1520
  "text": ";"
1470
1521
  }
1471
1522
  ],
1523
+ "isReadonly": false,
1472
1524
  "isOptional": false,
1473
1525
  "releaseTag": "Public",
1474
1526
  "name": "requestHeaders",
@@ -1476,7 +1528,8 @@
1476
1528
  "startIndex": 1,
1477
1529
  "endIndex": 2
1478
1530
  },
1479
- "isStatic": false
1531
+ "isStatic": false,
1532
+ "isProtected": false
1480
1533
  },
1481
1534
  {
1482
1535
  "kind": "Property",
@@ -1496,6 +1549,7 @@
1496
1549
  "text": ";"
1497
1550
  }
1498
1551
  ],
1552
+ "isReadonly": false,
1499
1553
  "isOptional": false,
1500
1554
  "releaseTag": "Public",
1501
1555
  "name": "requestHeadersSize",
@@ -1503,7 +1557,8 @@
1503
1557
  "startIndex": 1,
1504
1558
  "endIndex": 2
1505
1559
  },
1506
- "isStatic": false
1560
+ "isStatic": false,
1561
+ "isProtected": false
1507
1562
  },
1508
1563
  {
1509
1564
  "kind": "Property",
@@ -1523,6 +1578,7 @@
1523
1578
  "text": ";"
1524
1579
  }
1525
1580
  ],
1581
+ "isReadonly": false,
1526
1582
  "isOptional": false,
1527
1583
  "releaseTag": "Public",
1528
1584
  "name": "requestSentTime",
@@ -1530,7 +1586,8 @@
1530
1586
  "startIndex": 1,
1531
1587
  "endIndex": 2
1532
1588
  },
1533
- "isStatic": false
1589
+ "isStatic": false,
1590
+ "isProtected": false
1534
1591
  },
1535
1592
  {
1536
1593
  "kind": "Property",
@@ -1550,6 +1607,7 @@
1550
1607
  "text": ";"
1551
1608
  }
1552
1609
  ],
1610
+ "isReadonly": false,
1553
1611
  "isOptional": false,
1554
1612
  "releaseTag": "Public",
1555
1613
  "name": "requestSize",
@@ -1557,7 +1615,8 @@
1557
1615
  "startIndex": 1,
1558
1616
  "endIndex": 2
1559
1617
  },
1560
- "isStatic": false
1618
+ "isStatic": false,
1619
+ "isProtected": false
1561
1620
  },
1562
1621
  {
1563
1622
  "kind": "Property",
@@ -1577,6 +1636,7 @@
1577
1636
  "text": ";"
1578
1637
  }
1579
1638
  ],
1639
+ "isReadonly": false,
1580
1640
  "isOptional": false,
1581
1641
  "releaseTag": "Public",
1582
1642
  "name": "requestUrl",
@@ -1584,7 +1644,8 @@
1584
1644
  "startIndex": 1,
1585
1645
  "endIndex": 2
1586
1646
  },
1587
- "isStatic": false
1647
+ "isStatic": false,
1648
+ "isProtected": false
1588
1649
  },
1589
1650
  {
1590
1651
  "kind": "Property",
@@ -1604,6 +1665,7 @@
1604
1665
  "text": ";"
1605
1666
  }
1606
1667
  ],
1668
+ "isReadonly": false,
1607
1669
  "isOptional": false,
1608
1670
  "releaseTag": "Public",
1609
1671
  "name": "responseFinishedTime",
@@ -1611,7 +1673,8 @@
1611
1673
  "startIndex": 1,
1612
1674
  "endIndex": 2
1613
1675
  },
1614
- "isStatic": false
1676
+ "isStatic": false,
1677
+ "isProtected": false
1615
1678
  },
1616
1679
  {
1617
1680
  "kind": "Property",
@@ -1631,6 +1694,7 @@
1631
1694
  "text": ";"
1632
1695
  }
1633
1696
  ],
1697
+ "isReadonly": false,
1634
1698
  "isOptional": false,
1635
1699
  "releaseTag": "Public",
1636
1700
  "name": "responseReceivingDuration",
@@ -1638,7 +1702,8 @@
1638
1702
  "startIndex": 1,
1639
1703
  "endIndex": 2
1640
1704
  },
1641
- "isStatic": false
1705
+ "isStatic": false,
1706
+ "isProtected": false
1642
1707
  },
1643
1708
  {
1644
1709
  "kind": "Property",
@@ -1658,6 +1723,7 @@
1658
1723
  "text": ";"
1659
1724
  }
1660
1725
  ],
1726
+ "isReadonly": false,
1661
1727
  "isOptional": false,
1662
1728
  "releaseTag": "Public",
1663
1729
  "name": "responseStartedTime",
@@ -1665,7 +1731,8 @@
1665
1731
  "startIndex": 1,
1666
1732
  "endIndex": 2
1667
1733
  },
1668
- "isStatic": false
1734
+ "isStatic": false,
1735
+ "isProtected": false
1669
1736
  },
1670
1737
  {
1671
1738
  "kind": "Property",
@@ -1685,6 +1752,7 @@
1685
1752
  "text": ";"
1686
1753
  }
1687
1754
  ],
1755
+ "isReadonly": false,
1688
1756
  "isOptional": false,
1689
1757
  "releaseTag": "Public",
1690
1758
  "name": "spanID",
@@ -1692,7 +1760,8 @@
1692
1760
  "startIndex": 1,
1693
1761
  "endIndex": 2
1694
1762
  },
1695
- "isStatic": false
1763
+ "isStatic": false,
1764
+ "isProtected": false
1696
1765
  },
1697
1766
  {
1698
1767
  "kind": "Property",
@@ -1712,6 +1781,7 @@
1712
1781
  "text": ";"
1713
1782
  }
1714
1783
  ],
1784
+ "isReadonly": false,
1715
1785
  "isOptional": false,
1716
1786
  "releaseTag": "Public",
1717
1787
  "name": "status",
@@ -1719,7 +1789,8 @@
1719
1789
  "startIndex": 1,
1720
1790
  "endIndex": 2
1721
1791
  },
1722
- "isStatic": false
1792
+ "isStatic": false,
1793
+ "isProtected": false
1723
1794
  },
1724
1795
  {
1725
1796
  "kind": "Property",
@@ -1739,6 +1810,7 @@
1739
1810
  "text": ";"
1740
1811
  }
1741
1812
  ],
1813
+ "isReadonly": false,
1742
1814
  "isOptional": true,
1743
1815
  "releaseTag": "Public",
1744
1816
  "name": "traceFlags",
@@ -1746,7 +1818,8 @@
1746
1818
  "startIndex": 1,
1747
1819
  "endIndex": 2
1748
1820
  },
1749
- "isStatic": false
1821
+ "isStatic": false,
1822
+ "isProtected": false
1750
1823
  },
1751
1824
  {
1752
1825
  "kind": "Property",
@@ -1766,6 +1839,7 @@
1766
1839
  "text": ";"
1767
1840
  }
1768
1841
  ],
1842
+ "isReadonly": false,
1769
1843
  "isOptional": false,
1770
1844
  "releaseTag": "Public",
1771
1845
  "name": "traceID",
@@ -1773,7 +1847,8 @@
1773
1847
  "startIndex": 1,
1774
1848
  "endIndex": 2
1775
1849
  },
1776
- "isStatic": false
1850
+ "isStatic": false,
1851
+ "isProtected": false
1777
1852
  },
1778
1853
  {
1779
1854
  "kind": "Property",
@@ -1794,6 +1869,7 @@
1794
1869
  "text": ";"
1795
1870
  }
1796
1871
  ],
1872
+ "isReadonly": false,
1797
1873
  "isOptional": false,
1798
1874
  "releaseTag": "Public",
1799
1875
  "name": "xhrMonitoringState",
@@ -1801,11 +1877,34 @@
1801
1877
  "startIndex": 1,
1802
1878
  "endIndex": 2
1803
1879
  },
1804
- "isStatic": false
1880
+ "isStatic": false,
1881
+ "isProtected": false
1805
1882
  }
1806
1883
  ],
1807
1884
  "implementsTokenRanges": []
1808
1885
  },
1886
+ {
1887
+ "kind": "Variable",
1888
+ "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DfltAjaxCorrelationHeaderExDomains:var",
1889
+ "docComment": "",
1890
+ "excerptTokens": [
1891
+ {
1892
+ "kind": "Content",
1893
+ "text": "DfltAjaxCorrelationHeaderExDomains: "
1894
+ },
1895
+ {
1896
+ "kind": "Content",
1897
+ "text": "string[]"
1898
+ }
1899
+ ],
1900
+ "isReadonly": true,
1901
+ "releaseTag": "Public",
1902
+ "name": "DfltAjaxCorrelationHeaderExDomains",
1903
+ "variableTypeTokenRange": {
1904
+ "startIndex": 1,
1905
+ "endIndex": 2
1906
+ }
1907
+ },
1809
1908
  {
1810
1909
  "kind": "Interface",
1811
1910
  "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependenciesPlugin:interface",
@@ -1827,6 +1926,7 @@
1827
1926
  ],
1828
1927
  "releaseTag": "Public",
1829
1928
  "name": "IDependenciesPlugin",
1929
+ "preserveMemberOrder": false,
1830
1930
  "members": [
1831
1931
  {
1832
1932
  "kind": "MethodSignature",
@@ -1903,6 +2003,7 @@
1903
2003
  ],
1904
2004
  "releaseTag": "Public",
1905
2005
  "name": "IInstrumentationRequirements",
2006
+ "preserveMemberOrder": false,
1906
2007
  "members": [
1907
2008
  {
1908
2009
  "kind": "PropertySignature",
@@ -1911,7 +2012,16 @@
1911
2012
  "excerptTokens": [
1912
2013
  {
1913
2014
  "kind": "Content",
1914
- "text": "includeCorrelationHeaders: "
2015
+ "text": "["
2016
+ },
2017
+ {
2018
+ "kind": "Reference",
2019
+ "text": "_DYN_INCLUDE_CORRELATION_0",
2020
+ "canonicalReference": "@microsoft/applicationinsights-dependencies-js!_DYN_INCLUDE_CORRELATION_0"
2021
+ },
2022
+ {
2023
+ "kind": "Content",
2024
+ "text": "]: "
1915
2025
  },
1916
2026
  {
1917
2027
  "kind": "Content",
@@ -1958,12 +2068,13 @@
1958
2068
  "text": ";"
1959
2069
  }
1960
2070
  ],
2071
+ "isReadonly": false,
1961
2072
  "isOptional": false,
1962
2073
  "releaseTag": "Public",
1963
2074
  "name": "includeCorrelationHeaders",
1964
2075
  "propertyTypeTokenRange": {
1965
- "startIndex": 1,
1966
- "endIndex": 10
2076
+ "startIndex": 3,
2077
+ "endIndex": 12
1967
2078
  }
1968
2079
  }
1969
2080
  ],
@@ -1995,6 +2106,7 @@
1995
2106
  ],
1996
2107
  "releaseTag": "Public",
1997
2108
  "name": "XMLHttpRequestInstrumented",
2109
+ "preserveMemberOrder": false,
1998
2110
  "members": [
1999
2111
  {
2000
2112
  "kind": "PropertySignature",
@@ -2015,6 +2127,7 @@
2015
2127
  "text": ";"
2016
2128
  }
2017
2129
  ],
2130
+ "isReadonly": false,
2018
2131
  "isOptional": false,
2019
2132
  "releaseTag": "Public",
2020
2133
  "name": "ajaxData",