@atlaskit/react-ufo 2.4.4 → 2.4.6

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.
@@ -9,7 +9,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
9
9
  tags: string[];
10
10
  attributes: {
11
11
  properties: {
12
- errorCount: number;
13
12
  interactionMetrics: {
14
13
  legacyMetrics?: undefined;
15
14
  initialPageLoadExtraTimings?: undefined;
@@ -53,12 +52,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
53
52
  }[];
54
53
  end: number;
55
54
  start: number;
56
- segments: import("./common/utils").SegmentTree | {
57
- labelStack: string | {
58
- s?: string | undefined;
59
- n: string;
60
- }[];
61
- }[];
55
+ segments: {};
62
56
  marks: {
63
57
  labelStack: string | {
64
58
  s?: string | undefined;
@@ -70,7 +64,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
70
64
  }[];
71
65
  customData: any[];
72
66
  reactProfilerTimings: any[];
73
- errorCount: number;
74
67
  } | {
75
68
  legacyMetrics: {
76
69
  key: string;
@@ -130,12 +123,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
130
123
  }[];
131
124
  end: number;
132
125
  start: number;
133
- segments: import("./common/utils").SegmentTree | {
134
- labelStack: string | {
135
- s?: string | undefined;
136
- n: string;
137
- }[];
138
- }[];
126
+ segments: {};
139
127
  marks: {
140
128
  labelStack: string | {
141
129
  s?: string | undefined;
@@ -147,7 +135,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
147
135
  }[];
148
136
  customData: any[];
149
137
  reactProfilerTimings: any[];
150
- errorCount: number;
151
138
  } | {
152
139
  legacyMetrics?: undefined;
153
140
  initialPageLoadExtraTimings: {
@@ -197,12 +184,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
197
184
  }[];
198
185
  end: number;
199
186
  start: number;
200
- segments: import("./common/utils").SegmentTree | {
201
- labelStack: string | {
202
- s?: string | undefined;
203
- n: string;
204
- }[];
205
- }[];
187
+ segments: {};
206
188
  marks: {
207
189
  labelStack: string | {
208
190
  s?: string | undefined;
@@ -214,7 +196,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
214
196
  }[];
215
197
  customData: any[];
216
198
  reactProfilerTimings: any[];
217
- errorCount: number;
218
199
  } | {
219
200
  legacyMetrics: {
220
201
  key: string;
@@ -280,12 +261,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
280
261
  }[];
281
262
  end: number;
282
263
  start: number;
283
- segments: import("./common/utils").SegmentTree | {
284
- labelStack: string | {
285
- s?: string | undefined;
286
- n: string;
287
- }[];
288
- }[];
264
+ segments: {};
289
265
  marks: {
290
266
  labelStack: string | {
291
267
  s?: string | undefined;
@@ -297,7 +273,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
297
273
  }[];
298
274
  customData: any[];
299
275
  reactProfilerTimings: any[];
300
- errorCount: number;
301
276
  } | {
302
277
  legacyMetrics?: undefined;
303
278
  initialPageLoadExtraTimings?: undefined;
@@ -374,12 +349,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
374
349
  }[];
375
350
  end: number;
376
351
  start: number;
377
- segments: import("./common/utils").SegmentTree | {
378
- labelStack: string | {
379
- s?: string | undefined;
380
- n: string;
381
- }[];
382
- }[];
352
+ segments: {};
383
353
  marks: {
384
354
  labelStack: string | {
385
355
  s?: string | undefined;
@@ -391,7 +361,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
391
361
  }[];
392
362
  customData: any[];
393
363
  reactProfilerTimings: any[];
394
- errorCount: number;
395
364
  } | {
396
365
  legacyMetrics: {
397
366
  key: string;
@@ -484,12 +453,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
484
453
  }[];
485
454
  end: number;
486
455
  start: number;
487
- segments: import("./common/utils").SegmentTree | {
488
- labelStack: string | {
489
- s?: string | undefined;
490
- n: string;
491
- }[];
492
- }[];
456
+ segments: {};
493
457
  marks: {
494
458
  labelStack: string | {
495
459
  s?: string | undefined;
@@ -501,7 +465,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
501
465
  }[];
502
466
  customData: any[];
503
467
  reactProfilerTimings: any[];
504
- errorCount: number;
505
468
  } | {
506
469
  legacyMetrics?: undefined;
507
470
  initialPageLoadExtraTimings: {
@@ -584,12 +547,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
584
547
  }[];
585
548
  end: number;
586
549
  start: number;
587
- segments: import("./common/utils").SegmentTree | {
588
- labelStack: string | {
589
- s?: string | undefined;
590
- n: string;
591
- }[];
592
- }[];
550
+ segments: {};
593
551
  marks: {
594
552
  labelStack: string | {
595
553
  s?: string | undefined;
@@ -601,7 +559,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
601
559
  }[];
602
560
  customData: any[];
603
561
  reactProfilerTimings: any[];
604
- errorCount: number;
605
562
  } | {
606
563
  legacyMetrics: {
607
564
  key: string;
@@ -700,12 +657,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
700
657
  }[];
701
658
  end: number;
702
659
  start: number;
703
- segments: import("./common/utils").SegmentTree | {
704
- labelStack: string | {
705
- s?: string | undefined;
706
- n: string;
707
- }[];
708
- }[];
660
+ segments: {};
709
661
  marks: {
710
662
  labelStack: string | {
711
663
  s?: string | undefined;
@@ -717,14 +669,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
717
669
  }[];
718
670
  customData: any[];
719
671
  reactProfilerTimings: any[];
720
- errorCount: number;
721
672
  };
722
673
  'ufo:payloadTime': number;
723
- stylesheets?: undefined;
724
- styleElements?: undefined;
725
- styleProps?: undefined;
726
- styleDeclarations?: undefined;
727
- cssrules?: undefined;
674
+ 'ufo:errors:globalCount': number;
675
+ 'ufo:errors:count': number;
676
+ 'ufo:stylesheets'?: undefined;
677
+ 'ufo:styleElements'?: undefined;
678
+ 'ufo:styleProps'?: undefined;
679
+ 'ufo:styleDeclarations'?: undefined;
680
+ 'ufo:cssrules'?: undefined;
728
681
  'metrics:navigation'?: undefined;
729
682
  'ssr:success': boolean | undefined;
730
683
  'ssr:featureFlags': ssr.SSRFeatureFlags | undefined;
@@ -751,7 +704,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
751
704
  'experience:key': string;
752
705
  'experience:name': string;
753
706
  } | {
754
- errorCount: number;
755
707
  interactionMetrics: {
756
708
  legacyMetrics?: undefined;
757
709
  initialPageLoadExtraTimings?: undefined;
@@ -795,12 +747,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
795
747
  }[];
796
748
  end: number;
797
749
  start: number;
798
- segments: import("./common/utils").SegmentTree | {
799
- labelStack: string | {
800
- s?: string | undefined;
801
- n: string;
802
- }[];
803
- }[];
750
+ segments: {};
804
751
  marks: {
805
752
  labelStack: string | {
806
753
  s?: string | undefined;
@@ -812,7 +759,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
812
759
  }[];
813
760
  customData: any[];
814
761
  reactProfilerTimings: any[];
815
- errorCount: number;
816
762
  } | {
817
763
  legacyMetrics: {
818
764
  key: string;
@@ -872,12 +818,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
872
818
  }[];
873
819
  end: number;
874
820
  start: number;
875
- segments: import("./common/utils").SegmentTree | {
876
- labelStack: string | {
877
- s?: string | undefined;
878
- n: string;
879
- }[];
880
- }[];
821
+ segments: {};
881
822
  marks: {
882
823
  labelStack: string | {
883
824
  s?: string | undefined;
@@ -889,7 +830,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
889
830
  }[];
890
831
  customData: any[];
891
832
  reactProfilerTimings: any[];
892
- errorCount: number;
893
833
  } | {
894
834
  legacyMetrics?: undefined;
895
835
  initialPageLoadExtraTimings: {
@@ -939,12 +879,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
939
879
  }[];
940
880
  end: number;
941
881
  start: number;
942
- segments: import("./common/utils").SegmentTree | {
943
- labelStack: string | {
944
- s?: string | undefined;
945
- n: string;
946
- }[];
947
- }[];
882
+ segments: {};
948
883
  marks: {
949
884
  labelStack: string | {
950
885
  s?: string | undefined;
@@ -956,7 +891,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
956
891
  }[];
957
892
  customData: any[];
958
893
  reactProfilerTimings: any[];
959
- errorCount: number;
960
894
  } | {
961
895
  legacyMetrics: {
962
896
  key: string;
@@ -1022,12 +956,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1022
956
  }[];
1023
957
  end: number;
1024
958
  start: number;
1025
- segments: import("./common/utils").SegmentTree | {
1026
- labelStack: string | {
1027
- s?: string | undefined;
1028
- n: string;
1029
- }[];
1030
- }[];
959
+ segments: {};
1031
960
  marks: {
1032
961
  labelStack: string | {
1033
962
  s?: string | undefined;
@@ -1039,7 +968,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1039
968
  }[];
1040
969
  customData: any[];
1041
970
  reactProfilerTimings: any[];
1042
- errorCount: number;
1043
971
  } | {
1044
972
  legacyMetrics?: undefined;
1045
973
  initialPageLoadExtraTimings?: undefined;
@@ -1116,12 +1044,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1116
1044
  }[];
1117
1045
  end: number;
1118
1046
  start: number;
1119
- segments: import("./common/utils").SegmentTree | {
1120
- labelStack: string | {
1121
- s?: string | undefined;
1122
- n: string;
1123
- }[];
1124
- }[];
1047
+ segments: {};
1125
1048
  marks: {
1126
1049
  labelStack: string | {
1127
1050
  s?: string | undefined;
@@ -1133,7 +1056,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1133
1056
  }[];
1134
1057
  customData: any[];
1135
1058
  reactProfilerTimings: any[];
1136
- errorCount: number;
1137
1059
  } | {
1138
1060
  legacyMetrics: {
1139
1061
  key: string;
@@ -1226,12 +1148,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1226
1148
  }[];
1227
1149
  end: number;
1228
1150
  start: number;
1229
- segments: import("./common/utils").SegmentTree | {
1230
- labelStack: string | {
1231
- s?: string | undefined;
1232
- n: string;
1233
- }[];
1234
- }[];
1151
+ segments: {};
1235
1152
  marks: {
1236
1153
  labelStack: string | {
1237
1154
  s?: string | undefined;
@@ -1243,7 +1160,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1243
1160
  }[];
1244
1161
  customData: any[];
1245
1162
  reactProfilerTimings: any[];
1246
- errorCount: number;
1247
1163
  } | {
1248
1164
  legacyMetrics?: undefined;
1249
1165
  initialPageLoadExtraTimings: {
@@ -1326,12 +1242,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1326
1242
  }[];
1327
1243
  end: number;
1328
1244
  start: number;
1329
- segments: import("./common/utils").SegmentTree | {
1330
- labelStack: string | {
1331
- s?: string | undefined;
1332
- n: string;
1333
- }[];
1334
- }[];
1245
+ segments: {};
1335
1246
  marks: {
1336
1247
  labelStack: string | {
1337
1248
  s?: string | undefined;
@@ -1343,7 +1254,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1343
1254
  }[];
1344
1255
  customData: any[];
1345
1256
  reactProfilerTimings: any[];
1346
- errorCount: number;
1347
1257
  } | {
1348
1258
  legacyMetrics: {
1349
1259
  key: string;
@@ -1442,12 +1352,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1442
1352
  }[];
1443
1353
  end: number;
1444
1354
  start: number;
1445
- segments: import("./common/utils").SegmentTree | {
1446
- labelStack: string | {
1447
- s?: string | undefined;
1448
- n: string;
1449
- }[];
1450
- }[];
1355
+ segments: {};
1451
1356
  marks: {
1452
1357
  labelStack: string | {
1453
1358
  s?: string | undefined;
@@ -1459,14 +1364,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1459
1364
  }[];
1460
1365
  customData: any[];
1461
1366
  reactProfilerTimings: any[];
1462
- errorCount: number;
1463
1367
  };
1464
1368
  'ufo:payloadTime': number;
1465
- stylesheets: number;
1466
- styleElements: number;
1467
- styleProps: number;
1468
- styleDeclarations: number;
1469
- cssrules: number;
1369
+ 'ufo:errors:globalCount': number;
1370
+ 'ufo:errors:count': number;
1371
+ 'ufo:stylesheets': number;
1372
+ 'ufo:styleElements': number;
1373
+ 'ufo:styleProps': number;
1374
+ 'ufo:styleDeclarations': number;
1375
+ 'ufo:cssrules': number;
1470
1376
  'metrics:navigation'?: undefined;
1471
1377
  'ssr:success': boolean | undefined;
1472
1378
  'ssr:featureFlags': ssr.SSRFeatureFlags | undefined;
@@ -1493,7 +1399,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1493
1399
  'experience:key': string;
1494
1400
  'experience:name': string;
1495
1401
  } | {
1496
- errorCount: number;
1497
1402
  interactionMetrics: {
1498
1403
  legacyMetrics?: undefined;
1499
1404
  initialPageLoadExtraTimings?: undefined;
@@ -1537,12 +1442,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1537
1442
  }[];
1538
1443
  end: number;
1539
1444
  start: number;
1540
- segments: import("./common/utils").SegmentTree | {
1541
- labelStack: string | {
1542
- s?: string | undefined;
1543
- n: string;
1544
- }[];
1545
- }[];
1445
+ segments: {};
1546
1446
  marks: {
1547
1447
  labelStack: string | {
1548
1448
  s?: string | undefined;
@@ -1554,7 +1454,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1554
1454
  }[];
1555
1455
  customData: any[];
1556
1456
  reactProfilerTimings: any[];
1557
- errorCount: number;
1558
1457
  } | {
1559
1458
  legacyMetrics: {
1560
1459
  key: string;
@@ -1614,12 +1513,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1614
1513
  }[];
1615
1514
  end: number;
1616
1515
  start: number;
1617
- segments: import("./common/utils").SegmentTree | {
1618
- labelStack: string | {
1619
- s?: string | undefined;
1620
- n: string;
1621
- }[];
1622
- }[];
1516
+ segments: {};
1623
1517
  marks: {
1624
1518
  labelStack: string | {
1625
1519
  s?: string | undefined;
@@ -1631,7 +1525,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1631
1525
  }[];
1632
1526
  customData: any[];
1633
1527
  reactProfilerTimings: any[];
1634
- errorCount: number;
1635
1528
  } | {
1636
1529
  legacyMetrics?: undefined;
1637
1530
  initialPageLoadExtraTimings: {
@@ -1681,12 +1574,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1681
1574
  }[];
1682
1575
  end: number;
1683
1576
  start: number;
1684
- segments: import("./common/utils").SegmentTree | {
1685
- labelStack: string | {
1686
- s?: string | undefined;
1687
- n: string;
1688
- }[];
1689
- }[];
1577
+ segments: {};
1690
1578
  marks: {
1691
1579
  labelStack: string | {
1692
1580
  s?: string | undefined;
@@ -1698,7 +1586,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1698
1586
  }[];
1699
1587
  customData: any[];
1700
1588
  reactProfilerTimings: any[];
1701
- errorCount: number;
1702
1589
  } | {
1703
1590
  legacyMetrics: {
1704
1591
  key: string;
@@ -1764,12 +1651,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1764
1651
  }[];
1765
1652
  end: number;
1766
1653
  start: number;
1767
- segments: import("./common/utils").SegmentTree | {
1768
- labelStack: string | {
1769
- s?: string | undefined;
1770
- n: string;
1771
- }[];
1772
- }[];
1654
+ segments: {};
1773
1655
  marks: {
1774
1656
  labelStack: string | {
1775
1657
  s?: string | undefined;
@@ -1781,7 +1663,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1781
1663
  }[];
1782
1664
  customData: any[];
1783
1665
  reactProfilerTimings: any[];
1784
- errorCount: number;
1785
1666
  } | {
1786
1667
  legacyMetrics?: undefined;
1787
1668
  initialPageLoadExtraTimings?: undefined;
@@ -1858,12 +1739,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1858
1739
  }[];
1859
1740
  end: number;
1860
1741
  start: number;
1861
- segments: import("./common/utils").SegmentTree | {
1862
- labelStack: string | {
1863
- s?: string | undefined;
1864
- n: string;
1865
- }[];
1866
- }[];
1742
+ segments: {};
1867
1743
  marks: {
1868
1744
  labelStack: string | {
1869
1745
  s?: string | undefined;
@@ -1875,7 +1751,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1875
1751
  }[];
1876
1752
  customData: any[];
1877
1753
  reactProfilerTimings: any[];
1878
- errorCount: number;
1879
1754
  } | {
1880
1755
  legacyMetrics: {
1881
1756
  key: string;
@@ -1968,12 +1843,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1968
1843
  }[];
1969
1844
  end: number;
1970
1845
  start: number;
1971
- segments: import("./common/utils").SegmentTree | {
1972
- labelStack: string | {
1973
- s?: string | undefined;
1974
- n: string;
1975
- }[];
1976
- }[];
1846
+ segments: {};
1977
1847
  marks: {
1978
1848
  labelStack: string | {
1979
1849
  s?: string | undefined;
@@ -1985,7 +1855,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
1985
1855
  }[];
1986
1856
  customData: any[];
1987
1857
  reactProfilerTimings: any[];
1988
- errorCount: number;
1989
1858
  } | {
1990
1859
  legacyMetrics?: undefined;
1991
1860
  initialPageLoadExtraTimings: {
@@ -2068,12 +1937,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2068
1937
  }[];
2069
1938
  end: number;
2070
1939
  start: number;
2071
- segments: import("./common/utils").SegmentTree | {
2072
- labelStack: string | {
2073
- s?: string | undefined;
2074
- n: string;
2075
- }[];
2076
- }[];
1940
+ segments: {};
2077
1941
  marks: {
2078
1942
  labelStack: string | {
2079
1943
  s?: string | undefined;
@@ -2085,7 +1949,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2085
1949
  }[];
2086
1950
  customData: any[];
2087
1951
  reactProfilerTimings: any[];
2088
- errorCount: number;
2089
1952
  } | {
2090
1953
  legacyMetrics: {
2091
1954
  key: string;
@@ -2184,12 +2047,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2184
2047
  }[];
2185
2048
  end: number;
2186
2049
  start: number;
2187
- segments: import("./common/utils").SegmentTree | {
2188
- labelStack: string | {
2189
- s?: string | undefined;
2190
- n: string;
2191
- }[];
2192
- }[];
2050
+ segments: {};
2193
2051
  marks: {
2194
2052
  labelStack: string | {
2195
2053
  s?: string | undefined;
@@ -2201,14 +2059,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2201
2059
  }[];
2202
2060
  customData: any[];
2203
2061
  reactProfilerTimings: any[];
2204
- errorCount: number;
2205
2062
  };
2206
2063
  'ufo:payloadTime': number;
2207
- stylesheets?: undefined;
2208
- styleElements?: undefined;
2209
- styleProps?: undefined;
2210
- styleDeclarations?: undefined;
2211
- cssrules?: undefined;
2064
+ 'ufo:errors:globalCount': number;
2065
+ 'ufo:errors:count': number;
2066
+ 'ufo:stylesheets'?: undefined;
2067
+ 'ufo:styleElements'?: undefined;
2068
+ 'ufo:styleProps'?: undefined;
2069
+ 'ufo:styleDeclarations'?: undefined;
2070
+ 'ufo:cssrules'?: undefined;
2212
2071
  'metrics:navigation': {
2213
2072
  redirectStart: number;
2214
2073
  redirectEnd: number;
@@ -2256,7 +2115,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2256
2115
  'experience:key': string;
2257
2116
  'experience:name': string;
2258
2117
  } | {
2259
- errorCount: number;
2260
2118
  interactionMetrics: {
2261
2119
  legacyMetrics?: undefined;
2262
2120
  initialPageLoadExtraTimings?: undefined;
@@ -2300,12 +2158,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2300
2158
  }[];
2301
2159
  end: number;
2302
2160
  start: number;
2303
- segments: import("./common/utils").SegmentTree | {
2304
- labelStack: string | {
2305
- s?: string | undefined;
2306
- n: string;
2307
- }[];
2308
- }[];
2161
+ segments: {};
2309
2162
  marks: {
2310
2163
  labelStack: string | {
2311
2164
  s?: string | undefined;
@@ -2317,7 +2170,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2317
2170
  }[];
2318
2171
  customData: any[];
2319
2172
  reactProfilerTimings: any[];
2320
- errorCount: number;
2321
2173
  } | {
2322
2174
  legacyMetrics: {
2323
2175
  key: string;
@@ -2377,12 +2229,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2377
2229
  }[];
2378
2230
  end: number;
2379
2231
  start: number;
2380
- segments: import("./common/utils").SegmentTree | {
2381
- labelStack: string | {
2382
- s?: string | undefined;
2383
- n: string;
2384
- }[];
2385
- }[];
2232
+ segments: {};
2386
2233
  marks: {
2387
2234
  labelStack: string | {
2388
2235
  s?: string | undefined;
@@ -2394,7 +2241,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2394
2241
  }[];
2395
2242
  customData: any[];
2396
2243
  reactProfilerTimings: any[];
2397
- errorCount: number;
2398
2244
  } | {
2399
2245
  legacyMetrics?: undefined;
2400
2246
  initialPageLoadExtraTimings: {
@@ -2444,12 +2290,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2444
2290
  }[];
2445
2291
  end: number;
2446
2292
  start: number;
2447
- segments: import("./common/utils").SegmentTree | {
2448
- labelStack: string | {
2449
- s?: string | undefined;
2450
- n: string;
2451
- }[];
2452
- }[];
2293
+ segments: {};
2453
2294
  marks: {
2454
2295
  labelStack: string | {
2455
2296
  s?: string | undefined;
@@ -2461,7 +2302,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2461
2302
  }[];
2462
2303
  customData: any[];
2463
2304
  reactProfilerTimings: any[];
2464
- errorCount: number;
2465
2305
  } | {
2466
2306
  legacyMetrics: {
2467
2307
  key: string;
@@ -2527,12 +2367,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2527
2367
  }[];
2528
2368
  end: number;
2529
2369
  start: number;
2530
- segments: import("./common/utils").SegmentTree | {
2531
- labelStack: string | {
2532
- s?: string | undefined;
2533
- n: string;
2534
- }[];
2535
- }[];
2370
+ segments: {};
2536
2371
  marks: {
2537
2372
  labelStack: string | {
2538
2373
  s?: string | undefined;
@@ -2544,7 +2379,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2544
2379
  }[];
2545
2380
  customData: any[];
2546
2381
  reactProfilerTimings: any[];
2547
- errorCount: number;
2548
2382
  } | {
2549
2383
  legacyMetrics?: undefined;
2550
2384
  initialPageLoadExtraTimings?: undefined;
@@ -2621,12 +2455,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2621
2455
  }[];
2622
2456
  end: number;
2623
2457
  start: number;
2624
- segments: import("./common/utils").SegmentTree | {
2625
- labelStack: string | {
2626
- s?: string | undefined;
2627
- n: string;
2628
- }[];
2629
- }[];
2458
+ segments: {};
2630
2459
  marks: {
2631
2460
  labelStack: string | {
2632
2461
  s?: string | undefined;
@@ -2638,7 +2467,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2638
2467
  }[];
2639
2468
  customData: any[];
2640
2469
  reactProfilerTimings: any[];
2641
- errorCount: number;
2642
2470
  } | {
2643
2471
  legacyMetrics: {
2644
2472
  key: string;
@@ -2731,12 +2559,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2731
2559
  }[];
2732
2560
  end: number;
2733
2561
  start: number;
2734
- segments: import("./common/utils").SegmentTree | {
2735
- labelStack: string | {
2736
- s?: string | undefined;
2737
- n: string;
2738
- }[];
2739
- }[];
2562
+ segments: {};
2740
2563
  marks: {
2741
2564
  labelStack: string | {
2742
2565
  s?: string | undefined;
@@ -2748,7 +2571,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2748
2571
  }[];
2749
2572
  customData: any[];
2750
2573
  reactProfilerTimings: any[];
2751
- errorCount: number;
2752
2574
  } | {
2753
2575
  legacyMetrics?: undefined;
2754
2576
  initialPageLoadExtraTimings: {
@@ -2831,12 +2653,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2831
2653
  }[];
2832
2654
  end: number;
2833
2655
  start: number;
2834
- segments: import("./common/utils").SegmentTree | {
2835
- labelStack: string | {
2836
- s?: string | undefined;
2837
- n: string;
2838
- }[];
2839
- }[];
2656
+ segments: {};
2840
2657
  marks: {
2841
2658
  labelStack: string | {
2842
2659
  s?: string | undefined;
@@ -2848,7 +2665,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2848
2665
  }[];
2849
2666
  customData: any[];
2850
2667
  reactProfilerTimings: any[];
2851
- errorCount: number;
2852
2668
  } | {
2853
2669
  legacyMetrics: {
2854
2670
  key: string;
@@ -2947,12 +2763,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2947
2763
  }[];
2948
2764
  end: number;
2949
2765
  start: number;
2950
- segments: import("./common/utils").SegmentTree | {
2951
- labelStack: string | {
2952
- s?: string | undefined;
2953
- n: string;
2954
- }[];
2955
- }[];
2766
+ segments: {};
2956
2767
  marks: {
2957
2768
  labelStack: string | {
2958
2769
  s?: string | undefined;
@@ -2964,14 +2775,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
2964
2775
  }[];
2965
2776
  customData: any[];
2966
2777
  reactProfilerTimings: any[];
2967
- errorCount: number;
2968
2778
  };
2969
2779
  'ufo:payloadTime': number;
2970
- stylesheets: number;
2971
- styleElements: number;
2972
- styleProps: number;
2973
- styleDeclarations: number;
2974
- cssrules: number;
2780
+ 'ufo:errors:globalCount': number;
2781
+ 'ufo:errors:count': number;
2782
+ 'ufo:stylesheets': number;
2783
+ 'ufo:styleElements': number;
2784
+ 'ufo:styleProps': number;
2785
+ 'ufo:styleDeclarations': number;
2786
+ 'ufo:cssrules': number;
2975
2787
  'metrics:navigation': {
2976
2788
  redirectStart: number;
2977
2789
  redirectEnd: number;
@@ -3019,7 +2831,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3019
2831
  'experience:key': string;
3020
2832
  'experience:name': string;
3021
2833
  } | {
3022
- errorCount: number;
3023
2834
  interactionMetrics: {
3024
2835
  legacyMetrics?: undefined;
3025
2836
  initialPageLoadExtraTimings?: undefined;
@@ -3063,12 +2874,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3063
2874
  }[];
3064
2875
  end: number;
3065
2876
  start: number;
3066
- segments: import("./common/utils").SegmentTree | {
3067
- labelStack: string | {
3068
- s?: string | undefined;
3069
- n: string;
3070
- }[];
3071
- }[];
2877
+ segments: {};
3072
2878
  marks: {
3073
2879
  labelStack: string | {
3074
2880
  s?: string | undefined;
@@ -3080,7 +2886,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3080
2886
  }[];
3081
2887
  customData: any[];
3082
2888
  reactProfilerTimings: any[];
3083
- errorCount: number;
3084
2889
  } | {
3085
2890
  legacyMetrics: {
3086
2891
  key: string;
@@ -3140,12 +2945,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3140
2945
  }[];
3141
2946
  end: number;
3142
2947
  start: number;
3143
- segments: import("./common/utils").SegmentTree | {
3144
- labelStack: string | {
3145
- s?: string | undefined;
3146
- n: string;
3147
- }[];
3148
- }[];
2948
+ segments: {};
3149
2949
  marks: {
3150
2950
  labelStack: string | {
3151
2951
  s?: string | undefined;
@@ -3157,7 +2957,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3157
2957
  }[];
3158
2958
  customData: any[];
3159
2959
  reactProfilerTimings: any[];
3160
- errorCount: number;
3161
2960
  } | {
3162
2961
  legacyMetrics?: undefined;
3163
2962
  initialPageLoadExtraTimings: {
@@ -3207,12 +3006,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3207
3006
  }[];
3208
3007
  end: number;
3209
3008
  start: number;
3210
- segments: import("./common/utils").SegmentTree | {
3211
- labelStack: string | {
3212
- s?: string | undefined;
3213
- n: string;
3214
- }[];
3215
- }[];
3009
+ segments: {};
3216
3010
  marks: {
3217
3011
  labelStack: string | {
3218
3012
  s?: string | undefined;
@@ -3224,7 +3018,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3224
3018
  }[];
3225
3019
  customData: any[];
3226
3020
  reactProfilerTimings: any[];
3227
- errorCount: number;
3228
3021
  } | {
3229
3022
  legacyMetrics: {
3230
3023
  key: string;
@@ -3290,12 +3083,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3290
3083
  }[];
3291
3084
  end: number;
3292
3085
  start: number;
3293
- segments: import("./common/utils").SegmentTree | {
3294
- labelStack: string | {
3295
- s?: string | undefined;
3296
- n: string;
3297
- }[];
3298
- }[];
3086
+ segments: {};
3299
3087
  marks: {
3300
3088
  labelStack: string | {
3301
3089
  s?: string | undefined;
@@ -3307,7 +3095,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3307
3095
  }[];
3308
3096
  customData: any[];
3309
3097
  reactProfilerTimings: any[];
3310
- errorCount: number;
3311
3098
  } | {
3312
3099
  legacyMetrics?: undefined;
3313
3100
  initialPageLoadExtraTimings?: undefined;
@@ -3384,12 +3171,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3384
3171
  }[];
3385
3172
  end: number;
3386
3173
  start: number;
3387
- segments: import("./common/utils").SegmentTree | {
3388
- labelStack: string | {
3389
- s?: string | undefined;
3390
- n: string;
3391
- }[];
3392
- }[];
3174
+ segments: {};
3393
3175
  marks: {
3394
3176
  labelStack: string | {
3395
3177
  s?: string | undefined;
@@ -3401,7 +3183,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3401
3183
  }[];
3402
3184
  customData: any[];
3403
3185
  reactProfilerTimings: any[];
3404
- errorCount: number;
3405
3186
  } | {
3406
3187
  legacyMetrics: {
3407
3188
  key: string;
@@ -3494,12 +3275,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3494
3275
  }[];
3495
3276
  end: number;
3496
3277
  start: number;
3497
- segments: import("./common/utils").SegmentTree | {
3498
- labelStack: string | {
3499
- s?: string | undefined;
3500
- n: string;
3501
- }[];
3502
- }[];
3278
+ segments: {};
3503
3279
  marks: {
3504
3280
  labelStack: string | {
3505
3281
  s?: string | undefined;
@@ -3511,7 +3287,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3511
3287
  }[];
3512
3288
  customData: any[];
3513
3289
  reactProfilerTimings: any[];
3514
- errorCount: number;
3515
3290
  } | {
3516
3291
  legacyMetrics?: undefined;
3517
3292
  initialPageLoadExtraTimings: {
@@ -3594,12 +3369,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3594
3369
  }[];
3595
3370
  end: number;
3596
3371
  start: number;
3597
- segments: import("./common/utils").SegmentTree | {
3598
- labelStack: string | {
3599
- s?: string | undefined;
3600
- n: string;
3601
- }[];
3602
- }[];
3372
+ segments: {};
3603
3373
  marks: {
3604
3374
  labelStack: string | {
3605
3375
  s?: string | undefined;
@@ -3611,7 +3381,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3611
3381
  }[];
3612
3382
  customData: any[];
3613
3383
  reactProfilerTimings: any[];
3614
- errorCount: number;
3615
3384
  } | {
3616
3385
  legacyMetrics: {
3617
3386
  key: string;
@@ -3710,12 +3479,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3710
3479
  }[];
3711
3480
  end: number;
3712
3481
  start: number;
3713
- segments: import("./common/utils").SegmentTree | {
3714
- labelStack: string | {
3715
- s?: string | undefined;
3716
- n: string;
3717
- }[];
3718
- }[];
3482
+ segments: {};
3719
3483
  marks: {
3720
3484
  labelStack: string | {
3721
3485
  s?: string | undefined;
@@ -3727,14 +3491,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3727
3491
  }[];
3728
3492
  customData: any[];
3729
3493
  reactProfilerTimings: any[];
3730
- errorCount: number;
3731
3494
  };
3732
3495
  'ufo:payloadTime': number;
3733
- stylesheets?: undefined;
3734
- styleElements?: undefined;
3735
- styleProps?: undefined;
3736
- styleDeclarations?: undefined;
3737
- cssrules?: undefined;
3496
+ 'ufo:errors:globalCount': number;
3497
+ 'ufo:errors:count': number;
3498
+ 'ufo:stylesheets'?: undefined;
3499
+ 'ufo:styleElements'?: undefined;
3500
+ 'ufo:styleProps'?: undefined;
3501
+ 'ufo:styleDeclarations'?: undefined;
3502
+ 'ufo:cssrules'?: undefined;
3738
3503
  'metrics:navigation'?: undefined;
3739
3504
  'metrics@ttai': {
3740
3505
  [key: string]: number;
@@ -3764,7 +3529,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3764
3529
  'experience:key': string;
3765
3530
  'experience:name': string;
3766
3531
  } | {
3767
- errorCount: number;
3768
3532
  interactionMetrics: {
3769
3533
  legacyMetrics?: undefined;
3770
3534
  initialPageLoadExtraTimings?: undefined;
@@ -3808,12 +3572,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3808
3572
  }[];
3809
3573
  end: number;
3810
3574
  start: number;
3811
- segments: import("./common/utils").SegmentTree | {
3812
- labelStack: string | {
3813
- s?: string | undefined;
3814
- n: string;
3815
- }[];
3816
- }[];
3575
+ segments: {};
3817
3576
  marks: {
3818
3577
  labelStack: string | {
3819
3578
  s?: string | undefined;
@@ -3825,7 +3584,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3825
3584
  }[];
3826
3585
  customData: any[];
3827
3586
  reactProfilerTimings: any[];
3828
- errorCount: number;
3829
3587
  } | {
3830
3588
  legacyMetrics: {
3831
3589
  key: string;
@@ -3885,12 +3643,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3885
3643
  }[];
3886
3644
  end: number;
3887
3645
  start: number;
3888
- segments: import("./common/utils").SegmentTree | {
3889
- labelStack: string | {
3890
- s?: string | undefined;
3891
- n: string;
3892
- }[];
3893
- }[];
3646
+ segments: {};
3894
3647
  marks: {
3895
3648
  labelStack: string | {
3896
3649
  s?: string | undefined;
@@ -3902,7 +3655,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3902
3655
  }[];
3903
3656
  customData: any[];
3904
3657
  reactProfilerTimings: any[];
3905
- errorCount: number;
3906
3658
  } | {
3907
3659
  legacyMetrics?: undefined;
3908
3660
  initialPageLoadExtraTimings: {
@@ -3952,12 +3704,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3952
3704
  }[];
3953
3705
  end: number;
3954
3706
  start: number;
3955
- segments: import("./common/utils").SegmentTree | {
3956
- labelStack: string | {
3957
- s?: string | undefined;
3958
- n: string;
3959
- }[];
3960
- }[];
3707
+ segments: {};
3961
3708
  marks: {
3962
3709
  labelStack: string | {
3963
3710
  s?: string | undefined;
@@ -3969,7 +3716,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
3969
3716
  }[];
3970
3717
  customData: any[];
3971
3718
  reactProfilerTimings: any[];
3972
- errorCount: number;
3973
3719
  } | {
3974
3720
  legacyMetrics: {
3975
3721
  key: string;
@@ -4035,12 +3781,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4035
3781
  }[];
4036
3782
  end: number;
4037
3783
  start: number;
4038
- segments: import("./common/utils").SegmentTree | {
4039
- labelStack: string | {
4040
- s?: string | undefined;
4041
- n: string;
4042
- }[];
4043
- }[];
3784
+ segments: {};
4044
3785
  marks: {
4045
3786
  labelStack: string | {
4046
3787
  s?: string | undefined;
@@ -4052,7 +3793,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4052
3793
  }[];
4053
3794
  customData: any[];
4054
3795
  reactProfilerTimings: any[];
4055
- errorCount: number;
4056
3796
  } | {
4057
3797
  legacyMetrics?: undefined;
4058
3798
  initialPageLoadExtraTimings?: undefined;
@@ -4129,12 +3869,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4129
3869
  }[];
4130
3870
  end: number;
4131
3871
  start: number;
4132
- segments: import("./common/utils").SegmentTree | {
4133
- labelStack: string | {
4134
- s?: string | undefined;
4135
- n: string;
4136
- }[];
4137
- }[];
3872
+ segments: {};
4138
3873
  marks: {
4139
3874
  labelStack: string | {
4140
3875
  s?: string | undefined;
@@ -4146,7 +3881,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4146
3881
  }[];
4147
3882
  customData: any[];
4148
3883
  reactProfilerTimings: any[];
4149
- errorCount: number;
4150
3884
  } | {
4151
3885
  legacyMetrics: {
4152
3886
  key: string;
@@ -4239,12 +3973,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4239
3973
  }[];
4240
3974
  end: number;
4241
3975
  start: number;
4242
- segments: import("./common/utils").SegmentTree | {
4243
- labelStack: string | {
4244
- s?: string | undefined;
4245
- n: string;
4246
- }[];
4247
- }[];
3976
+ segments: {};
4248
3977
  marks: {
4249
3978
  labelStack: string | {
4250
3979
  s?: string | undefined;
@@ -4256,7 +3985,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4256
3985
  }[];
4257
3986
  customData: any[];
4258
3987
  reactProfilerTimings: any[];
4259
- errorCount: number;
4260
3988
  } | {
4261
3989
  legacyMetrics?: undefined;
4262
3990
  initialPageLoadExtraTimings: {
@@ -4339,12 +4067,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4339
4067
  }[];
4340
4068
  end: number;
4341
4069
  start: number;
4342
- segments: import("./common/utils").SegmentTree | {
4343
- labelStack: string | {
4344
- s?: string | undefined;
4345
- n: string;
4346
- }[];
4347
- }[];
4070
+ segments: {};
4348
4071
  marks: {
4349
4072
  labelStack: string | {
4350
4073
  s?: string | undefined;
@@ -4356,7 +4079,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4356
4079
  }[];
4357
4080
  customData: any[];
4358
4081
  reactProfilerTimings: any[];
4359
- errorCount: number;
4360
4082
  } | {
4361
4083
  legacyMetrics: {
4362
4084
  key: string;
@@ -4455,12 +4177,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4455
4177
  }[];
4456
4178
  end: number;
4457
4179
  start: number;
4458
- segments: import("./common/utils").SegmentTree | {
4459
- labelStack: string | {
4460
- s?: string | undefined;
4461
- n: string;
4462
- }[];
4463
- }[];
4180
+ segments: {};
4464
4181
  marks: {
4465
4182
  labelStack: string | {
4466
4183
  s?: string | undefined;
@@ -4472,14 +4189,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4472
4189
  }[];
4473
4190
  customData: any[];
4474
4191
  reactProfilerTimings: any[];
4475
- errorCount: number;
4476
4192
  };
4477
4193
  'ufo:payloadTime': number;
4478
- stylesheets: number;
4479
- styleElements: number;
4480
- styleProps: number;
4481
- styleDeclarations: number;
4482
- cssrules: number;
4194
+ 'ufo:errors:globalCount': number;
4195
+ 'ufo:errors:count': number;
4196
+ 'ufo:stylesheets': number;
4197
+ 'ufo:styleElements': number;
4198
+ 'ufo:styleProps': number;
4199
+ 'ufo:styleDeclarations': number;
4200
+ 'ufo:cssrules': number;
4483
4201
  'metrics:navigation'?: undefined;
4484
4202
  'metrics@ttai': {
4485
4203
  [key: string]: number;
@@ -4509,7 +4227,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4509
4227
  'experience:key': string;
4510
4228
  'experience:name': string;
4511
4229
  } | {
4512
- errorCount: number;
4513
4230
  interactionMetrics: {
4514
4231
  legacyMetrics?: undefined;
4515
4232
  initialPageLoadExtraTimings?: undefined;
@@ -4553,12 +4270,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4553
4270
  }[];
4554
4271
  end: number;
4555
4272
  start: number;
4556
- segments: import("./common/utils").SegmentTree | {
4557
- labelStack: string | {
4558
- s?: string | undefined;
4559
- n: string;
4560
- }[];
4561
- }[];
4273
+ segments: {};
4562
4274
  marks: {
4563
4275
  labelStack: string | {
4564
4276
  s?: string | undefined;
@@ -4570,7 +4282,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4570
4282
  }[];
4571
4283
  customData: any[];
4572
4284
  reactProfilerTimings: any[];
4573
- errorCount: number;
4574
4285
  } | {
4575
4286
  legacyMetrics: {
4576
4287
  key: string;
@@ -4630,12 +4341,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4630
4341
  }[];
4631
4342
  end: number;
4632
4343
  start: number;
4633
- segments: import("./common/utils").SegmentTree | {
4634
- labelStack: string | {
4635
- s?: string | undefined;
4636
- n: string;
4637
- }[];
4638
- }[];
4344
+ segments: {};
4639
4345
  marks: {
4640
4346
  labelStack: string | {
4641
4347
  s?: string | undefined;
@@ -4647,7 +4353,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4647
4353
  }[];
4648
4354
  customData: any[];
4649
4355
  reactProfilerTimings: any[];
4650
- errorCount: number;
4651
4356
  } | {
4652
4357
  legacyMetrics?: undefined;
4653
4358
  initialPageLoadExtraTimings: {
@@ -4697,12 +4402,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4697
4402
  }[];
4698
4403
  end: number;
4699
4404
  start: number;
4700
- segments: import("./common/utils").SegmentTree | {
4701
- labelStack: string | {
4702
- s?: string | undefined;
4703
- n: string;
4704
- }[];
4705
- }[];
4405
+ segments: {};
4706
4406
  marks: {
4707
4407
  labelStack: string | {
4708
4408
  s?: string | undefined;
@@ -4714,7 +4414,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4714
4414
  }[];
4715
4415
  customData: any[];
4716
4416
  reactProfilerTimings: any[];
4717
- errorCount: number;
4718
4417
  } | {
4719
4418
  legacyMetrics: {
4720
4419
  key: string;
@@ -4780,12 +4479,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4780
4479
  }[];
4781
4480
  end: number;
4782
4481
  start: number;
4783
- segments: import("./common/utils").SegmentTree | {
4784
- labelStack: string | {
4785
- s?: string | undefined;
4786
- n: string;
4787
- }[];
4788
- }[];
4482
+ segments: {};
4789
4483
  marks: {
4790
4484
  labelStack: string | {
4791
4485
  s?: string | undefined;
@@ -4797,7 +4491,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4797
4491
  }[];
4798
4492
  customData: any[];
4799
4493
  reactProfilerTimings: any[];
4800
- errorCount: number;
4801
4494
  } | {
4802
4495
  legacyMetrics?: undefined;
4803
4496
  initialPageLoadExtraTimings?: undefined;
@@ -4874,12 +4567,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4874
4567
  }[];
4875
4568
  end: number;
4876
4569
  start: number;
4877
- segments: import("./common/utils").SegmentTree | {
4878
- labelStack: string | {
4879
- s?: string | undefined;
4880
- n: string;
4881
- }[];
4882
- }[];
4570
+ segments: {};
4883
4571
  marks: {
4884
4572
  labelStack: string | {
4885
4573
  s?: string | undefined;
@@ -4891,7 +4579,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4891
4579
  }[];
4892
4580
  customData: any[];
4893
4581
  reactProfilerTimings: any[];
4894
- errorCount: number;
4895
4582
  } | {
4896
4583
  legacyMetrics: {
4897
4584
  key: string;
@@ -4984,12 +4671,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
4984
4671
  }[];
4985
4672
  end: number;
4986
4673
  start: number;
4987
- segments: import("./common/utils").SegmentTree | {
4988
- labelStack: string | {
4989
- s?: string | undefined;
4990
- n: string;
4991
- }[];
4992
- }[];
4674
+ segments: {};
4993
4675
  marks: {
4994
4676
  labelStack: string | {
4995
4677
  s?: string | undefined;
@@ -5001,7 +4683,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5001
4683
  }[];
5002
4684
  customData: any[];
5003
4685
  reactProfilerTimings: any[];
5004
- errorCount: number;
5005
4686
  } | {
5006
4687
  legacyMetrics?: undefined;
5007
4688
  initialPageLoadExtraTimings: {
@@ -5084,12 +4765,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5084
4765
  }[];
5085
4766
  end: number;
5086
4767
  start: number;
5087
- segments: import("./common/utils").SegmentTree | {
5088
- labelStack: string | {
5089
- s?: string | undefined;
5090
- n: string;
5091
- }[];
5092
- }[];
4768
+ segments: {};
5093
4769
  marks: {
5094
4770
  labelStack: string | {
5095
4771
  s?: string | undefined;
@@ -5101,7 +4777,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5101
4777
  }[];
5102
4778
  customData: any[];
5103
4779
  reactProfilerTimings: any[];
5104
- errorCount: number;
5105
4780
  } | {
5106
4781
  legacyMetrics: {
5107
4782
  key: string;
@@ -5200,12 +4875,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5200
4875
  }[];
5201
4876
  end: number;
5202
4877
  start: number;
5203
- segments: import("./common/utils").SegmentTree | {
5204
- labelStack: string | {
5205
- s?: string | undefined;
5206
- n: string;
5207
- }[];
5208
- }[];
4878
+ segments: {};
5209
4879
  marks: {
5210
4880
  labelStack: string | {
5211
4881
  s?: string | undefined;
@@ -5217,14 +4887,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5217
4887
  }[];
5218
4888
  customData: any[];
5219
4889
  reactProfilerTimings: any[];
5220
- errorCount: number;
5221
4890
  };
5222
4891
  'ufo:payloadTime': number;
5223
- stylesheets?: undefined;
5224
- styleElements?: undefined;
5225
- styleProps?: undefined;
5226
- styleDeclarations?: undefined;
5227
- cssrules?: undefined;
4892
+ 'ufo:errors:globalCount': number;
4893
+ 'ufo:errors:count': number;
4894
+ 'ufo:stylesheets'?: undefined;
4895
+ 'ufo:styleElements'?: undefined;
4896
+ 'ufo:styleProps'?: undefined;
4897
+ 'ufo:styleDeclarations'?: undefined;
4898
+ 'ufo:cssrules'?: undefined;
5228
4899
  'metrics:navigation': {
5229
4900
  redirectStart: number;
5230
4901
  redirectEnd: number;
@@ -5275,7 +4946,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5275
4946
  'experience:key': string;
5276
4947
  'experience:name': string;
5277
4948
  } | {
5278
- errorCount: number;
5279
4949
  interactionMetrics: {
5280
4950
  legacyMetrics?: undefined;
5281
4951
  initialPageLoadExtraTimings?: undefined;
@@ -5319,12 +4989,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5319
4989
  }[];
5320
4990
  end: number;
5321
4991
  start: number;
5322
- segments: import("./common/utils").SegmentTree | {
5323
- labelStack: string | {
5324
- s?: string | undefined;
5325
- n: string;
5326
- }[];
5327
- }[];
4992
+ segments: {};
5328
4993
  marks: {
5329
4994
  labelStack: string | {
5330
4995
  s?: string | undefined;
@@ -5336,7 +5001,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5336
5001
  }[];
5337
5002
  customData: any[];
5338
5003
  reactProfilerTimings: any[];
5339
- errorCount: number;
5340
5004
  } | {
5341
5005
  legacyMetrics: {
5342
5006
  key: string;
@@ -5396,12 +5060,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5396
5060
  }[];
5397
5061
  end: number;
5398
5062
  start: number;
5399
- segments: import("./common/utils").SegmentTree | {
5400
- labelStack: string | {
5401
- s?: string | undefined;
5402
- n: string;
5403
- }[];
5404
- }[];
5063
+ segments: {};
5405
5064
  marks: {
5406
5065
  labelStack: string | {
5407
5066
  s?: string | undefined;
@@ -5413,7 +5072,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5413
5072
  }[];
5414
5073
  customData: any[];
5415
5074
  reactProfilerTimings: any[];
5416
- errorCount: number;
5417
5075
  } | {
5418
5076
  legacyMetrics?: undefined;
5419
5077
  initialPageLoadExtraTimings: {
@@ -5463,12 +5121,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5463
5121
  }[];
5464
5122
  end: number;
5465
5123
  start: number;
5466
- segments: import("./common/utils").SegmentTree | {
5467
- labelStack: string | {
5468
- s?: string | undefined;
5469
- n: string;
5470
- }[];
5471
- }[];
5124
+ segments: {};
5472
5125
  marks: {
5473
5126
  labelStack: string | {
5474
5127
  s?: string | undefined;
@@ -5480,7 +5133,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5480
5133
  }[];
5481
5134
  customData: any[];
5482
5135
  reactProfilerTimings: any[];
5483
- errorCount: number;
5484
5136
  } | {
5485
5137
  legacyMetrics: {
5486
5138
  key: string;
@@ -5546,12 +5198,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5546
5198
  }[];
5547
5199
  end: number;
5548
5200
  start: number;
5549
- segments: import("./common/utils").SegmentTree | {
5550
- labelStack: string | {
5551
- s?: string | undefined;
5552
- n: string;
5553
- }[];
5554
- }[];
5201
+ segments: {};
5555
5202
  marks: {
5556
5203
  labelStack: string | {
5557
5204
  s?: string | undefined;
@@ -5563,7 +5210,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5563
5210
  }[];
5564
5211
  customData: any[];
5565
5212
  reactProfilerTimings: any[];
5566
- errorCount: number;
5567
5213
  } | {
5568
5214
  legacyMetrics?: undefined;
5569
5215
  initialPageLoadExtraTimings?: undefined;
@@ -5640,12 +5286,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5640
5286
  }[];
5641
5287
  end: number;
5642
5288
  start: number;
5643
- segments: import("./common/utils").SegmentTree | {
5644
- labelStack: string | {
5645
- s?: string | undefined;
5646
- n: string;
5647
- }[];
5648
- }[];
5289
+ segments: {};
5649
5290
  marks: {
5650
5291
  labelStack: string | {
5651
5292
  s?: string | undefined;
@@ -5657,7 +5298,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5657
5298
  }[];
5658
5299
  customData: any[];
5659
5300
  reactProfilerTimings: any[];
5660
- errorCount: number;
5661
5301
  } | {
5662
5302
  legacyMetrics: {
5663
5303
  key: string;
@@ -5750,12 +5390,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5750
5390
  }[];
5751
5391
  end: number;
5752
5392
  start: number;
5753
- segments: import("./common/utils").SegmentTree | {
5754
- labelStack: string | {
5755
- s?: string | undefined;
5756
- n: string;
5757
- }[];
5758
- }[];
5393
+ segments: {};
5759
5394
  marks: {
5760
5395
  labelStack: string | {
5761
5396
  s?: string | undefined;
@@ -5767,7 +5402,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5767
5402
  }[];
5768
5403
  customData: any[];
5769
5404
  reactProfilerTimings: any[];
5770
- errorCount: number;
5771
5405
  } | {
5772
5406
  legacyMetrics?: undefined;
5773
5407
  initialPageLoadExtraTimings: {
@@ -5850,12 +5484,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5850
5484
  }[];
5851
5485
  end: number;
5852
5486
  start: number;
5853
- segments: import("./common/utils").SegmentTree | {
5854
- labelStack: string | {
5855
- s?: string | undefined;
5856
- n: string;
5857
- }[];
5858
- }[];
5487
+ segments: {};
5859
5488
  marks: {
5860
5489
  labelStack: string | {
5861
5490
  s?: string | undefined;
@@ -5867,7 +5496,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5867
5496
  }[];
5868
5497
  customData: any[];
5869
5498
  reactProfilerTimings: any[];
5870
- errorCount: number;
5871
5499
  } | {
5872
5500
  legacyMetrics: {
5873
5501
  key: string;
@@ -5966,12 +5594,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5966
5594
  }[];
5967
5595
  end: number;
5968
5596
  start: number;
5969
- segments: import("./common/utils").SegmentTree | {
5970
- labelStack: string | {
5971
- s?: string | undefined;
5972
- n: string;
5973
- }[];
5974
- }[];
5597
+ segments: {};
5975
5598
  marks: {
5976
5599
  labelStack: string | {
5977
5600
  s?: string | undefined;
@@ -5983,14 +5606,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
5983
5606
  }[];
5984
5607
  customData: any[];
5985
5608
  reactProfilerTimings: any[];
5986
- errorCount: number;
5987
5609
  };
5988
5610
  'ufo:payloadTime': number;
5989
- stylesheets: number;
5990
- styleElements: number;
5991
- styleProps: number;
5992
- styleDeclarations: number;
5993
- cssrules: number;
5611
+ 'ufo:errors:globalCount': number;
5612
+ 'ufo:errors:count': number;
5613
+ 'ufo:stylesheets': number;
5614
+ 'ufo:styleElements': number;
5615
+ 'ufo:styleProps': number;
5616
+ 'ufo:styleDeclarations': number;
5617
+ 'ufo:cssrules': number;
5994
5618
  'metrics:navigation': {
5995
5619
  redirectStart: number;
5996
5620
  redirectEnd: number;