@atlaskit/react-ufo 2.4.5 → 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.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/create-payload/index.js +14 -10
- package/dist/cjs/vc/vc-observer/observers/index.js +1 -40
- package/dist/es2019/create-payload/index.js +12 -7
- package/dist/es2019/vc/vc-observer/observers/index.js +1 -20
- package/dist/esm/create-payload/index.js +14 -10
- package/dist/esm/vc/vc-observer/observers/index.js +1 -40
- package/dist/types/create-payload/index.d.ts +56 -112
- package/dist/types/vc/vc-observer/observers/index.d.ts +0 -1
- package/dist/types-ts4.5/create-payload/index.d.ts +56 -112
- package/dist/types-ts4.5/vc/vc-observer/observers/index.d.ts +0 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -65,7 +64,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
65
64
|
}[];
|
|
66
65
|
customData: any[];
|
|
67
66
|
reactProfilerTimings: any[];
|
|
68
|
-
errorCount: number;
|
|
69
67
|
} | {
|
|
70
68
|
legacyMetrics: {
|
|
71
69
|
key: string;
|
|
@@ -137,7 +135,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
137
135
|
}[];
|
|
138
136
|
customData: any[];
|
|
139
137
|
reactProfilerTimings: any[];
|
|
140
|
-
errorCount: number;
|
|
141
138
|
} | {
|
|
142
139
|
legacyMetrics?: undefined;
|
|
143
140
|
initialPageLoadExtraTimings: {
|
|
@@ -199,7 +196,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
199
196
|
}[];
|
|
200
197
|
customData: any[];
|
|
201
198
|
reactProfilerTimings: any[];
|
|
202
|
-
errorCount: number;
|
|
203
199
|
} | {
|
|
204
200
|
legacyMetrics: {
|
|
205
201
|
key: string;
|
|
@@ -277,7 +273,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
277
273
|
}[];
|
|
278
274
|
customData: any[];
|
|
279
275
|
reactProfilerTimings: any[];
|
|
280
|
-
errorCount: number;
|
|
281
276
|
} | {
|
|
282
277
|
legacyMetrics?: undefined;
|
|
283
278
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -366,7 +361,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
366
361
|
}[];
|
|
367
362
|
customData: any[];
|
|
368
363
|
reactProfilerTimings: any[];
|
|
369
|
-
errorCount: number;
|
|
370
364
|
} | {
|
|
371
365
|
legacyMetrics: {
|
|
372
366
|
key: string;
|
|
@@ -471,7 +465,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
471
465
|
}[];
|
|
472
466
|
customData: any[];
|
|
473
467
|
reactProfilerTimings: any[];
|
|
474
|
-
errorCount: number;
|
|
475
468
|
} | {
|
|
476
469
|
legacyMetrics?: undefined;
|
|
477
470
|
initialPageLoadExtraTimings: {
|
|
@@ -566,7 +559,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
566
559
|
}[];
|
|
567
560
|
customData: any[];
|
|
568
561
|
reactProfilerTimings: any[];
|
|
569
|
-
errorCount: number;
|
|
570
562
|
} | {
|
|
571
563
|
legacyMetrics: {
|
|
572
564
|
key: string;
|
|
@@ -677,14 +669,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
677
669
|
}[];
|
|
678
670
|
customData: any[];
|
|
679
671
|
reactProfilerTimings: any[];
|
|
680
|
-
errorCount: number;
|
|
681
672
|
};
|
|
682
673
|
'ufo:payloadTime': number;
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
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;
|
|
688
681
|
'metrics:navigation'?: undefined;
|
|
689
682
|
'ssr:success': boolean | undefined;
|
|
690
683
|
'ssr:featureFlags': ssr.SSRFeatureFlags | undefined;
|
|
@@ -711,7 +704,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
711
704
|
'experience:key': string;
|
|
712
705
|
'experience:name': string;
|
|
713
706
|
} | {
|
|
714
|
-
errorCount: number;
|
|
715
707
|
interactionMetrics: {
|
|
716
708
|
legacyMetrics?: undefined;
|
|
717
709
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -767,7 +759,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
767
759
|
}[];
|
|
768
760
|
customData: any[];
|
|
769
761
|
reactProfilerTimings: any[];
|
|
770
|
-
errorCount: number;
|
|
771
762
|
} | {
|
|
772
763
|
legacyMetrics: {
|
|
773
764
|
key: string;
|
|
@@ -839,7 +830,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
839
830
|
}[];
|
|
840
831
|
customData: any[];
|
|
841
832
|
reactProfilerTimings: any[];
|
|
842
|
-
errorCount: number;
|
|
843
833
|
} | {
|
|
844
834
|
legacyMetrics?: undefined;
|
|
845
835
|
initialPageLoadExtraTimings: {
|
|
@@ -901,7 +891,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
901
891
|
}[];
|
|
902
892
|
customData: any[];
|
|
903
893
|
reactProfilerTimings: any[];
|
|
904
|
-
errorCount: number;
|
|
905
894
|
} | {
|
|
906
895
|
legacyMetrics: {
|
|
907
896
|
key: string;
|
|
@@ -979,7 +968,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
979
968
|
}[];
|
|
980
969
|
customData: any[];
|
|
981
970
|
reactProfilerTimings: any[];
|
|
982
|
-
errorCount: number;
|
|
983
971
|
} | {
|
|
984
972
|
legacyMetrics?: undefined;
|
|
985
973
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -1068,7 +1056,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1068
1056
|
}[];
|
|
1069
1057
|
customData: any[];
|
|
1070
1058
|
reactProfilerTimings: any[];
|
|
1071
|
-
errorCount: number;
|
|
1072
1059
|
} | {
|
|
1073
1060
|
legacyMetrics: {
|
|
1074
1061
|
key: string;
|
|
@@ -1173,7 +1160,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1173
1160
|
}[];
|
|
1174
1161
|
customData: any[];
|
|
1175
1162
|
reactProfilerTimings: any[];
|
|
1176
|
-
errorCount: number;
|
|
1177
1163
|
} | {
|
|
1178
1164
|
legacyMetrics?: undefined;
|
|
1179
1165
|
initialPageLoadExtraTimings: {
|
|
@@ -1268,7 +1254,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1268
1254
|
}[];
|
|
1269
1255
|
customData: any[];
|
|
1270
1256
|
reactProfilerTimings: any[];
|
|
1271
|
-
errorCount: number;
|
|
1272
1257
|
} | {
|
|
1273
1258
|
legacyMetrics: {
|
|
1274
1259
|
key: string;
|
|
@@ -1379,14 +1364,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1379
1364
|
}[];
|
|
1380
1365
|
customData: any[];
|
|
1381
1366
|
reactProfilerTimings: any[];
|
|
1382
|
-
errorCount: number;
|
|
1383
1367
|
};
|
|
1384
1368
|
'ufo:payloadTime': number;
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
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;
|
|
1390
1376
|
'metrics:navigation'?: undefined;
|
|
1391
1377
|
'ssr:success': boolean | undefined;
|
|
1392
1378
|
'ssr:featureFlags': ssr.SSRFeatureFlags | undefined;
|
|
@@ -1413,7 +1399,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1413
1399
|
'experience:key': string;
|
|
1414
1400
|
'experience:name': string;
|
|
1415
1401
|
} | {
|
|
1416
|
-
errorCount: number;
|
|
1417
1402
|
interactionMetrics: {
|
|
1418
1403
|
legacyMetrics?: undefined;
|
|
1419
1404
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -1469,7 +1454,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1469
1454
|
}[];
|
|
1470
1455
|
customData: any[];
|
|
1471
1456
|
reactProfilerTimings: any[];
|
|
1472
|
-
errorCount: number;
|
|
1473
1457
|
} | {
|
|
1474
1458
|
legacyMetrics: {
|
|
1475
1459
|
key: string;
|
|
@@ -1541,7 +1525,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1541
1525
|
}[];
|
|
1542
1526
|
customData: any[];
|
|
1543
1527
|
reactProfilerTimings: any[];
|
|
1544
|
-
errorCount: number;
|
|
1545
1528
|
} | {
|
|
1546
1529
|
legacyMetrics?: undefined;
|
|
1547
1530
|
initialPageLoadExtraTimings: {
|
|
@@ -1603,7 +1586,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1603
1586
|
}[];
|
|
1604
1587
|
customData: any[];
|
|
1605
1588
|
reactProfilerTimings: any[];
|
|
1606
|
-
errorCount: number;
|
|
1607
1589
|
} | {
|
|
1608
1590
|
legacyMetrics: {
|
|
1609
1591
|
key: string;
|
|
@@ -1681,7 +1663,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1681
1663
|
}[];
|
|
1682
1664
|
customData: any[];
|
|
1683
1665
|
reactProfilerTimings: any[];
|
|
1684
|
-
errorCount: number;
|
|
1685
1666
|
} | {
|
|
1686
1667
|
legacyMetrics?: undefined;
|
|
1687
1668
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -1770,7 +1751,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1770
1751
|
}[];
|
|
1771
1752
|
customData: any[];
|
|
1772
1753
|
reactProfilerTimings: any[];
|
|
1773
|
-
errorCount: number;
|
|
1774
1754
|
} | {
|
|
1775
1755
|
legacyMetrics: {
|
|
1776
1756
|
key: string;
|
|
@@ -1875,7 +1855,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1875
1855
|
}[];
|
|
1876
1856
|
customData: any[];
|
|
1877
1857
|
reactProfilerTimings: any[];
|
|
1878
|
-
errorCount: number;
|
|
1879
1858
|
} | {
|
|
1880
1859
|
legacyMetrics?: undefined;
|
|
1881
1860
|
initialPageLoadExtraTimings: {
|
|
@@ -1970,7 +1949,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1970
1949
|
}[];
|
|
1971
1950
|
customData: any[];
|
|
1972
1951
|
reactProfilerTimings: any[];
|
|
1973
|
-
errorCount: number;
|
|
1974
1952
|
} | {
|
|
1975
1953
|
legacyMetrics: {
|
|
1976
1954
|
key: string;
|
|
@@ -2081,14 +2059,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2081
2059
|
}[];
|
|
2082
2060
|
customData: any[];
|
|
2083
2061
|
reactProfilerTimings: any[];
|
|
2084
|
-
errorCount: number;
|
|
2085
2062
|
};
|
|
2086
2063
|
'ufo:payloadTime': number;
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
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;
|
|
2092
2071
|
'metrics:navigation': {
|
|
2093
2072
|
redirectStart: number;
|
|
2094
2073
|
redirectEnd: number;
|
|
@@ -2136,7 +2115,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2136
2115
|
'experience:key': string;
|
|
2137
2116
|
'experience:name': string;
|
|
2138
2117
|
} | {
|
|
2139
|
-
errorCount: number;
|
|
2140
2118
|
interactionMetrics: {
|
|
2141
2119
|
legacyMetrics?: undefined;
|
|
2142
2120
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -2192,7 +2170,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2192
2170
|
}[];
|
|
2193
2171
|
customData: any[];
|
|
2194
2172
|
reactProfilerTimings: any[];
|
|
2195
|
-
errorCount: number;
|
|
2196
2173
|
} | {
|
|
2197
2174
|
legacyMetrics: {
|
|
2198
2175
|
key: string;
|
|
@@ -2264,7 +2241,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2264
2241
|
}[];
|
|
2265
2242
|
customData: any[];
|
|
2266
2243
|
reactProfilerTimings: any[];
|
|
2267
|
-
errorCount: number;
|
|
2268
2244
|
} | {
|
|
2269
2245
|
legacyMetrics?: undefined;
|
|
2270
2246
|
initialPageLoadExtraTimings: {
|
|
@@ -2326,7 +2302,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2326
2302
|
}[];
|
|
2327
2303
|
customData: any[];
|
|
2328
2304
|
reactProfilerTimings: any[];
|
|
2329
|
-
errorCount: number;
|
|
2330
2305
|
} | {
|
|
2331
2306
|
legacyMetrics: {
|
|
2332
2307
|
key: string;
|
|
@@ -2404,7 +2379,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2404
2379
|
}[];
|
|
2405
2380
|
customData: any[];
|
|
2406
2381
|
reactProfilerTimings: any[];
|
|
2407
|
-
errorCount: number;
|
|
2408
2382
|
} | {
|
|
2409
2383
|
legacyMetrics?: undefined;
|
|
2410
2384
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -2493,7 +2467,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2493
2467
|
}[];
|
|
2494
2468
|
customData: any[];
|
|
2495
2469
|
reactProfilerTimings: any[];
|
|
2496
|
-
errorCount: number;
|
|
2497
2470
|
} | {
|
|
2498
2471
|
legacyMetrics: {
|
|
2499
2472
|
key: string;
|
|
@@ -2598,7 +2571,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2598
2571
|
}[];
|
|
2599
2572
|
customData: any[];
|
|
2600
2573
|
reactProfilerTimings: any[];
|
|
2601
|
-
errorCount: number;
|
|
2602
2574
|
} | {
|
|
2603
2575
|
legacyMetrics?: undefined;
|
|
2604
2576
|
initialPageLoadExtraTimings: {
|
|
@@ -2693,7 +2665,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2693
2665
|
}[];
|
|
2694
2666
|
customData: any[];
|
|
2695
2667
|
reactProfilerTimings: any[];
|
|
2696
|
-
errorCount: number;
|
|
2697
2668
|
} | {
|
|
2698
2669
|
legacyMetrics: {
|
|
2699
2670
|
key: string;
|
|
@@ -2804,14 +2775,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2804
2775
|
}[];
|
|
2805
2776
|
customData: any[];
|
|
2806
2777
|
reactProfilerTimings: any[];
|
|
2807
|
-
errorCount: number;
|
|
2808
2778
|
};
|
|
2809
2779
|
'ufo:payloadTime': number;
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
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;
|
|
2815
2787
|
'metrics:navigation': {
|
|
2816
2788
|
redirectStart: number;
|
|
2817
2789
|
redirectEnd: number;
|
|
@@ -2859,7 +2831,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2859
2831
|
'experience:key': string;
|
|
2860
2832
|
'experience:name': string;
|
|
2861
2833
|
} | {
|
|
2862
|
-
errorCount: number;
|
|
2863
2834
|
interactionMetrics: {
|
|
2864
2835
|
legacyMetrics?: undefined;
|
|
2865
2836
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -2915,7 +2886,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2915
2886
|
}[];
|
|
2916
2887
|
customData: any[];
|
|
2917
2888
|
reactProfilerTimings: any[];
|
|
2918
|
-
errorCount: number;
|
|
2919
2889
|
} | {
|
|
2920
2890
|
legacyMetrics: {
|
|
2921
2891
|
key: string;
|
|
@@ -2987,7 +2957,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2987
2957
|
}[];
|
|
2988
2958
|
customData: any[];
|
|
2989
2959
|
reactProfilerTimings: any[];
|
|
2990
|
-
errorCount: number;
|
|
2991
2960
|
} | {
|
|
2992
2961
|
legacyMetrics?: undefined;
|
|
2993
2962
|
initialPageLoadExtraTimings: {
|
|
@@ -3049,7 +3018,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3049
3018
|
}[];
|
|
3050
3019
|
customData: any[];
|
|
3051
3020
|
reactProfilerTimings: any[];
|
|
3052
|
-
errorCount: number;
|
|
3053
3021
|
} | {
|
|
3054
3022
|
legacyMetrics: {
|
|
3055
3023
|
key: string;
|
|
@@ -3127,7 +3095,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3127
3095
|
}[];
|
|
3128
3096
|
customData: any[];
|
|
3129
3097
|
reactProfilerTimings: any[];
|
|
3130
|
-
errorCount: number;
|
|
3131
3098
|
} | {
|
|
3132
3099
|
legacyMetrics?: undefined;
|
|
3133
3100
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -3216,7 +3183,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3216
3183
|
}[];
|
|
3217
3184
|
customData: any[];
|
|
3218
3185
|
reactProfilerTimings: any[];
|
|
3219
|
-
errorCount: number;
|
|
3220
3186
|
} | {
|
|
3221
3187
|
legacyMetrics: {
|
|
3222
3188
|
key: string;
|
|
@@ -3321,7 +3287,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3321
3287
|
}[];
|
|
3322
3288
|
customData: any[];
|
|
3323
3289
|
reactProfilerTimings: any[];
|
|
3324
|
-
errorCount: number;
|
|
3325
3290
|
} | {
|
|
3326
3291
|
legacyMetrics?: undefined;
|
|
3327
3292
|
initialPageLoadExtraTimings: {
|
|
@@ -3416,7 +3381,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3416
3381
|
}[];
|
|
3417
3382
|
customData: any[];
|
|
3418
3383
|
reactProfilerTimings: any[];
|
|
3419
|
-
errorCount: number;
|
|
3420
3384
|
} | {
|
|
3421
3385
|
legacyMetrics: {
|
|
3422
3386
|
key: string;
|
|
@@ -3527,14 +3491,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3527
3491
|
}[];
|
|
3528
3492
|
customData: any[];
|
|
3529
3493
|
reactProfilerTimings: any[];
|
|
3530
|
-
errorCount: number;
|
|
3531
3494
|
};
|
|
3532
3495
|
'ufo:payloadTime': number;
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
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;
|
|
3538
3503
|
'metrics:navigation'?: undefined;
|
|
3539
3504
|
'metrics@ttai': {
|
|
3540
3505
|
[key: string]: number;
|
|
@@ -3564,7 +3529,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3564
3529
|
'experience:key': string;
|
|
3565
3530
|
'experience:name': string;
|
|
3566
3531
|
} | {
|
|
3567
|
-
errorCount: number;
|
|
3568
3532
|
interactionMetrics: {
|
|
3569
3533
|
legacyMetrics?: undefined;
|
|
3570
3534
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -3620,7 +3584,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3620
3584
|
}[];
|
|
3621
3585
|
customData: any[];
|
|
3622
3586
|
reactProfilerTimings: any[];
|
|
3623
|
-
errorCount: number;
|
|
3624
3587
|
} | {
|
|
3625
3588
|
legacyMetrics: {
|
|
3626
3589
|
key: string;
|
|
@@ -3692,7 +3655,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3692
3655
|
}[];
|
|
3693
3656
|
customData: any[];
|
|
3694
3657
|
reactProfilerTimings: any[];
|
|
3695
|
-
errorCount: number;
|
|
3696
3658
|
} | {
|
|
3697
3659
|
legacyMetrics?: undefined;
|
|
3698
3660
|
initialPageLoadExtraTimings: {
|
|
@@ -3754,7 +3716,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3754
3716
|
}[];
|
|
3755
3717
|
customData: any[];
|
|
3756
3718
|
reactProfilerTimings: any[];
|
|
3757
|
-
errorCount: number;
|
|
3758
3719
|
} | {
|
|
3759
3720
|
legacyMetrics: {
|
|
3760
3721
|
key: string;
|
|
@@ -3832,7 +3793,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3832
3793
|
}[];
|
|
3833
3794
|
customData: any[];
|
|
3834
3795
|
reactProfilerTimings: any[];
|
|
3835
|
-
errorCount: number;
|
|
3836
3796
|
} | {
|
|
3837
3797
|
legacyMetrics?: undefined;
|
|
3838
3798
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -3921,7 +3881,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3921
3881
|
}[];
|
|
3922
3882
|
customData: any[];
|
|
3923
3883
|
reactProfilerTimings: any[];
|
|
3924
|
-
errorCount: number;
|
|
3925
3884
|
} | {
|
|
3926
3885
|
legacyMetrics: {
|
|
3927
3886
|
key: string;
|
|
@@ -4026,7 +3985,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4026
3985
|
}[];
|
|
4027
3986
|
customData: any[];
|
|
4028
3987
|
reactProfilerTimings: any[];
|
|
4029
|
-
errorCount: number;
|
|
4030
3988
|
} | {
|
|
4031
3989
|
legacyMetrics?: undefined;
|
|
4032
3990
|
initialPageLoadExtraTimings: {
|
|
@@ -4121,7 +4079,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4121
4079
|
}[];
|
|
4122
4080
|
customData: any[];
|
|
4123
4081
|
reactProfilerTimings: any[];
|
|
4124
|
-
errorCount: number;
|
|
4125
4082
|
} | {
|
|
4126
4083
|
legacyMetrics: {
|
|
4127
4084
|
key: string;
|
|
@@ -4232,14 +4189,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4232
4189
|
}[];
|
|
4233
4190
|
customData: any[];
|
|
4234
4191
|
reactProfilerTimings: any[];
|
|
4235
|
-
errorCount: number;
|
|
4236
4192
|
};
|
|
4237
4193
|
'ufo:payloadTime': number;
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
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;
|
|
4243
4201
|
'metrics:navigation'?: undefined;
|
|
4244
4202
|
'metrics@ttai': {
|
|
4245
4203
|
[key: string]: number;
|
|
@@ -4269,7 +4227,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4269
4227
|
'experience:key': string;
|
|
4270
4228
|
'experience:name': string;
|
|
4271
4229
|
} | {
|
|
4272
|
-
errorCount: number;
|
|
4273
4230
|
interactionMetrics: {
|
|
4274
4231
|
legacyMetrics?: undefined;
|
|
4275
4232
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -4325,7 +4282,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4325
4282
|
}[];
|
|
4326
4283
|
customData: any[];
|
|
4327
4284
|
reactProfilerTimings: any[];
|
|
4328
|
-
errorCount: number;
|
|
4329
4285
|
} | {
|
|
4330
4286
|
legacyMetrics: {
|
|
4331
4287
|
key: string;
|
|
@@ -4397,7 +4353,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4397
4353
|
}[];
|
|
4398
4354
|
customData: any[];
|
|
4399
4355
|
reactProfilerTimings: any[];
|
|
4400
|
-
errorCount: number;
|
|
4401
4356
|
} | {
|
|
4402
4357
|
legacyMetrics?: undefined;
|
|
4403
4358
|
initialPageLoadExtraTimings: {
|
|
@@ -4459,7 +4414,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4459
4414
|
}[];
|
|
4460
4415
|
customData: any[];
|
|
4461
4416
|
reactProfilerTimings: any[];
|
|
4462
|
-
errorCount: number;
|
|
4463
4417
|
} | {
|
|
4464
4418
|
legacyMetrics: {
|
|
4465
4419
|
key: string;
|
|
@@ -4537,7 +4491,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4537
4491
|
}[];
|
|
4538
4492
|
customData: any[];
|
|
4539
4493
|
reactProfilerTimings: any[];
|
|
4540
|
-
errorCount: number;
|
|
4541
4494
|
} | {
|
|
4542
4495
|
legacyMetrics?: undefined;
|
|
4543
4496
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -4626,7 +4579,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4626
4579
|
}[];
|
|
4627
4580
|
customData: any[];
|
|
4628
4581
|
reactProfilerTimings: any[];
|
|
4629
|
-
errorCount: number;
|
|
4630
4582
|
} | {
|
|
4631
4583
|
legacyMetrics: {
|
|
4632
4584
|
key: string;
|
|
@@ -4731,7 +4683,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4731
4683
|
}[];
|
|
4732
4684
|
customData: any[];
|
|
4733
4685
|
reactProfilerTimings: any[];
|
|
4734
|
-
errorCount: number;
|
|
4735
4686
|
} | {
|
|
4736
4687
|
legacyMetrics?: undefined;
|
|
4737
4688
|
initialPageLoadExtraTimings: {
|
|
@@ -4826,7 +4777,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4826
4777
|
}[];
|
|
4827
4778
|
customData: any[];
|
|
4828
4779
|
reactProfilerTimings: any[];
|
|
4829
|
-
errorCount: number;
|
|
4830
4780
|
} | {
|
|
4831
4781
|
legacyMetrics: {
|
|
4832
4782
|
key: string;
|
|
@@ -4937,14 +4887,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4937
4887
|
}[];
|
|
4938
4888
|
customData: any[];
|
|
4939
4889
|
reactProfilerTimings: any[];
|
|
4940
|
-
errorCount: number;
|
|
4941
4890
|
};
|
|
4942
4891
|
'ufo:payloadTime': number;
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
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;
|
|
4948
4899
|
'metrics:navigation': {
|
|
4949
4900
|
redirectStart: number;
|
|
4950
4901
|
redirectEnd: number;
|
|
@@ -4995,7 +4946,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4995
4946
|
'experience:key': string;
|
|
4996
4947
|
'experience:name': string;
|
|
4997
4948
|
} | {
|
|
4998
|
-
errorCount: number;
|
|
4999
4949
|
interactionMetrics: {
|
|
5000
4950
|
legacyMetrics?: undefined;
|
|
5001
4951
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -5051,7 +5001,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5051
5001
|
}[];
|
|
5052
5002
|
customData: any[];
|
|
5053
5003
|
reactProfilerTimings: any[];
|
|
5054
|
-
errorCount: number;
|
|
5055
5004
|
} | {
|
|
5056
5005
|
legacyMetrics: {
|
|
5057
5006
|
key: string;
|
|
@@ -5123,7 +5072,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5123
5072
|
}[];
|
|
5124
5073
|
customData: any[];
|
|
5125
5074
|
reactProfilerTimings: any[];
|
|
5126
|
-
errorCount: number;
|
|
5127
5075
|
} | {
|
|
5128
5076
|
legacyMetrics?: undefined;
|
|
5129
5077
|
initialPageLoadExtraTimings: {
|
|
@@ -5185,7 +5133,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5185
5133
|
}[];
|
|
5186
5134
|
customData: any[];
|
|
5187
5135
|
reactProfilerTimings: any[];
|
|
5188
|
-
errorCount: number;
|
|
5189
5136
|
} | {
|
|
5190
5137
|
legacyMetrics: {
|
|
5191
5138
|
key: string;
|
|
@@ -5263,7 +5210,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5263
5210
|
}[];
|
|
5264
5211
|
customData: any[];
|
|
5265
5212
|
reactProfilerTimings: any[];
|
|
5266
|
-
errorCount: number;
|
|
5267
5213
|
} | {
|
|
5268
5214
|
legacyMetrics?: undefined;
|
|
5269
5215
|
initialPageLoadExtraTimings?: undefined;
|
|
@@ -5352,7 +5298,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5352
5298
|
}[];
|
|
5353
5299
|
customData: any[];
|
|
5354
5300
|
reactProfilerTimings: any[];
|
|
5355
|
-
errorCount: number;
|
|
5356
5301
|
} | {
|
|
5357
5302
|
legacyMetrics: {
|
|
5358
5303
|
key: string;
|
|
@@ -5457,7 +5402,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5457
5402
|
}[];
|
|
5458
5403
|
customData: any[];
|
|
5459
5404
|
reactProfilerTimings: any[];
|
|
5460
|
-
errorCount: number;
|
|
5461
5405
|
} | {
|
|
5462
5406
|
legacyMetrics?: undefined;
|
|
5463
5407
|
initialPageLoadExtraTimings: {
|
|
@@ -5552,7 +5496,6 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5552
5496
|
}[];
|
|
5553
5497
|
customData: any[];
|
|
5554
5498
|
reactProfilerTimings: any[];
|
|
5555
|
-
errorCount: number;
|
|
5556
5499
|
} | {
|
|
5557
5500
|
legacyMetrics: {
|
|
5558
5501
|
key: string;
|
|
@@ -5663,14 +5606,15 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5663
5606
|
}[];
|
|
5664
5607
|
customData: any[];
|
|
5665
5608
|
reactProfilerTimings: any[];
|
|
5666
|
-
errorCount: number;
|
|
5667
5609
|
};
|
|
5668
5610
|
'ufo:payloadTime': number;
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
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;
|
|
5674
5618
|
'metrics:navigation': {
|
|
5675
5619
|
redirectStart: number;
|
|
5676
5620
|
redirectEnd: number;
|
|
@@ -33,7 +33,6 @@ export declare class Observers implements BrowserObservers {
|
|
|
33
33
|
setReactRootRenderStop(stopTime?: number): void;
|
|
34
34
|
private observeElement;
|
|
35
35
|
private getMutationObserver;
|
|
36
|
-
private getStyleDisplay;
|
|
37
36
|
private getElementName;
|
|
38
37
|
private getIntersectionObserver;
|
|
39
38
|
private measureStart;
|