@atlaskit/react-ufo 3.13.26 → 3.13.28
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 +19 -0
- package/README.md +3 -3
- package/dist/cjs/create-payload/index.js +8 -4
- package/dist/cjs/interactions-performance-observer/index.js +61 -0
- package/dist/cjs/vc/vc-observer-new/metric-calculator/fy25_03/index.js +2 -2
- package/dist/es2019/create-payload/index.js +10 -2
- package/dist/es2019/interactions-performance-observer/index.js +59 -0
- package/dist/es2019/vc/vc-observer-new/metric-calculator/fy25_03/index.js +2 -2
- package/dist/esm/create-payload/index.js +8 -4
- package/dist/esm/interactions-performance-observer/index.js +61 -0
- package/dist/esm/vc/vc-observer-new/metric-calculator/fy25_03/index.js +2 -2
- package/dist/types/common/common/types.d.ts +2 -0
- package/dist/types/create-payload/index.d.ts +512 -0
- package/dist/types-ts4.5/common/common/types.d.ts +2 -0
- package/dist/types-ts4.5/create-payload/index.d.ts +512 -0
- package/package.json +7 -1
|
@@ -11,6 +11,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11
11
|
attributes: {
|
|
12
12
|
properties: {
|
|
13
13
|
interactionMetrics: {
|
|
14
|
+
unknownElementHierarchy?: string | undefined;
|
|
15
|
+
unknownElementName?: string | undefined;
|
|
14
16
|
'metric:ttai': number | undefined;
|
|
15
17
|
'metric:experimental:ttai': number | undefined;
|
|
16
18
|
legacyMetrics?: undefined;
|
|
@@ -72,6 +74,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
72
74
|
customData: any[];
|
|
73
75
|
reactProfilerTimings: any[];
|
|
74
76
|
} | {
|
|
77
|
+
unknownElementHierarchy?: string | undefined;
|
|
78
|
+
unknownElementName?: string | undefined;
|
|
75
79
|
'metric:ttai': number | undefined;
|
|
76
80
|
'metric:experimental:ttai': number | undefined;
|
|
77
81
|
legacyMetrics: {
|
|
@@ -149,6 +153,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
149
153
|
customData: any[];
|
|
150
154
|
reactProfilerTimings: any[];
|
|
151
155
|
} | {
|
|
156
|
+
unknownElementHierarchy?: string | undefined;
|
|
157
|
+
unknownElementName?: string | undefined;
|
|
152
158
|
'metric:ttai': number | undefined;
|
|
153
159
|
'metric:experimental:ttai': number | undefined;
|
|
154
160
|
legacyMetrics?: undefined;
|
|
@@ -216,6 +222,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
216
222
|
customData: any[];
|
|
217
223
|
reactProfilerTimings: any[];
|
|
218
224
|
} | {
|
|
225
|
+
unknownElementHierarchy?: string | undefined;
|
|
226
|
+
unknownElementName?: string | undefined;
|
|
219
227
|
'metric:ttai': number | undefined;
|
|
220
228
|
'metric:experimental:ttai': number | undefined;
|
|
221
229
|
legacyMetrics: {
|
|
@@ -299,6 +307,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
299
307
|
customData: any[];
|
|
300
308
|
reactProfilerTimings: any[];
|
|
301
309
|
} | {
|
|
310
|
+
unknownElementHierarchy?: string | undefined;
|
|
311
|
+
unknownElementName?: string | undefined;
|
|
302
312
|
'metric:ttai': number | undefined;
|
|
303
313
|
'metric:experimental:ttai': number | undefined;
|
|
304
314
|
legacyMetrics?: undefined;
|
|
@@ -390,6 +400,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
390
400
|
customData: any[];
|
|
391
401
|
reactProfilerTimings: any[];
|
|
392
402
|
} | {
|
|
403
|
+
unknownElementHierarchy?: string | undefined;
|
|
404
|
+
unknownElementName?: string | undefined;
|
|
393
405
|
'metric:ttai': number | undefined;
|
|
394
406
|
'metric:experimental:ttai': number | undefined;
|
|
395
407
|
legacyMetrics: {
|
|
@@ -497,6 +509,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
497
509
|
customData: any[];
|
|
498
510
|
reactProfilerTimings: any[];
|
|
499
511
|
} | {
|
|
512
|
+
unknownElementHierarchy?: string | undefined;
|
|
513
|
+
unknownElementName?: string | undefined;
|
|
500
514
|
'metric:ttai': number | undefined;
|
|
501
515
|
'metric:experimental:ttai': number | undefined;
|
|
502
516
|
legacyMetrics?: undefined;
|
|
@@ -594,6 +608,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
594
608
|
customData: any[];
|
|
595
609
|
reactProfilerTimings: any[];
|
|
596
610
|
} | {
|
|
611
|
+
unknownElementHierarchy?: string | undefined;
|
|
612
|
+
unknownElementName?: string | undefined;
|
|
597
613
|
'metric:ttai': number | undefined;
|
|
598
614
|
'metric:experimental:ttai': number | undefined;
|
|
599
615
|
legacyMetrics: {
|
|
@@ -759,6 +775,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
759
775
|
'experience:name': string;
|
|
760
776
|
} | {
|
|
761
777
|
interactionMetrics: {
|
|
778
|
+
unknownElementHierarchy?: string | undefined;
|
|
779
|
+
unknownElementName?: string | undefined;
|
|
762
780
|
'metric:ttai': number | undefined;
|
|
763
781
|
'metric:experimental:ttai': number | undefined;
|
|
764
782
|
legacyMetrics?: undefined;
|
|
@@ -820,6 +838,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
820
838
|
customData: any[];
|
|
821
839
|
reactProfilerTimings: any[];
|
|
822
840
|
} | {
|
|
841
|
+
unknownElementHierarchy?: string | undefined;
|
|
842
|
+
unknownElementName?: string | undefined;
|
|
823
843
|
'metric:ttai': number | undefined;
|
|
824
844
|
'metric:experimental:ttai': number | undefined;
|
|
825
845
|
legacyMetrics: {
|
|
@@ -897,6 +917,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
897
917
|
customData: any[];
|
|
898
918
|
reactProfilerTimings: any[];
|
|
899
919
|
} | {
|
|
920
|
+
unknownElementHierarchy?: string | undefined;
|
|
921
|
+
unknownElementName?: string | undefined;
|
|
900
922
|
'metric:ttai': number | undefined;
|
|
901
923
|
'metric:experimental:ttai': number | undefined;
|
|
902
924
|
legacyMetrics?: undefined;
|
|
@@ -964,6 +986,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
964
986
|
customData: any[];
|
|
965
987
|
reactProfilerTimings: any[];
|
|
966
988
|
} | {
|
|
989
|
+
unknownElementHierarchy?: string | undefined;
|
|
990
|
+
unknownElementName?: string | undefined;
|
|
967
991
|
'metric:ttai': number | undefined;
|
|
968
992
|
'metric:experimental:ttai': number | undefined;
|
|
969
993
|
legacyMetrics: {
|
|
@@ -1047,6 +1071,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1047
1071
|
customData: any[];
|
|
1048
1072
|
reactProfilerTimings: any[];
|
|
1049
1073
|
} | {
|
|
1074
|
+
unknownElementHierarchy?: string | undefined;
|
|
1075
|
+
unknownElementName?: string | undefined;
|
|
1050
1076
|
'metric:ttai': number | undefined;
|
|
1051
1077
|
'metric:experimental:ttai': number | undefined;
|
|
1052
1078
|
legacyMetrics?: undefined;
|
|
@@ -1138,6 +1164,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1138
1164
|
customData: any[];
|
|
1139
1165
|
reactProfilerTimings: any[];
|
|
1140
1166
|
} | {
|
|
1167
|
+
unknownElementHierarchy?: string | undefined;
|
|
1168
|
+
unknownElementName?: string | undefined;
|
|
1141
1169
|
'metric:ttai': number | undefined;
|
|
1142
1170
|
'metric:experimental:ttai': number | undefined;
|
|
1143
1171
|
legacyMetrics: {
|
|
@@ -1245,6 +1273,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1245
1273
|
customData: any[];
|
|
1246
1274
|
reactProfilerTimings: any[];
|
|
1247
1275
|
} | {
|
|
1276
|
+
unknownElementHierarchy?: string | undefined;
|
|
1277
|
+
unknownElementName?: string | undefined;
|
|
1248
1278
|
'metric:ttai': number | undefined;
|
|
1249
1279
|
'metric:experimental:ttai': number | undefined;
|
|
1250
1280
|
legacyMetrics?: undefined;
|
|
@@ -1342,6 +1372,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1342
1372
|
customData: any[];
|
|
1343
1373
|
reactProfilerTimings: any[];
|
|
1344
1374
|
} | {
|
|
1375
|
+
unknownElementHierarchy?: string | undefined;
|
|
1376
|
+
unknownElementName?: string | undefined;
|
|
1345
1377
|
'metric:ttai': number | undefined;
|
|
1346
1378
|
'metric:experimental:ttai': number | undefined;
|
|
1347
1379
|
legacyMetrics: {
|
|
@@ -1507,6 +1539,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1507
1539
|
'experience:name': string;
|
|
1508
1540
|
} | {
|
|
1509
1541
|
interactionMetrics: {
|
|
1542
|
+
unknownElementHierarchy?: string | undefined;
|
|
1543
|
+
unknownElementName?: string | undefined;
|
|
1510
1544
|
'metric:ttai': number | undefined;
|
|
1511
1545
|
'metric:experimental:ttai': number | undefined;
|
|
1512
1546
|
legacyMetrics?: undefined;
|
|
@@ -1568,6 +1602,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1568
1602
|
customData: any[];
|
|
1569
1603
|
reactProfilerTimings: any[];
|
|
1570
1604
|
} | {
|
|
1605
|
+
unknownElementHierarchy?: string | undefined;
|
|
1606
|
+
unknownElementName?: string | undefined;
|
|
1571
1607
|
'metric:ttai': number | undefined;
|
|
1572
1608
|
'metric:experimental:ttai': number | undefined;
|
|
1573
1609
|
legacyMetrics: {
|
|
@@ -1645,6 +1681,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1645
1681
|
customData: any[];
|
|
1646
1682
|
reactProfilerTimings: any[];
|
|
1647
1683
|
} | {
|
|
1684
|
+
unknownElementHierarchy?: string | undefined;
|
|
1685
|
+
unknownElementName?: string | undefined;
|
|
1648
1686
|
'metric:ttai': number | undefined;
|
|
1649
1687
|
'metric:experimental:ttai': number | undefined;
|
|
1650
1688
|
legacyMetrics?: undefined;
|
|
@@ -1712,6 +1750,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1712
1750
|
customData: any[];
|
|
1713
1751
|
reactProfilerTimings: any[];
|
|
1714
1752
|
} | {
|
|
1753
|
+
unknownElementHierarchy?: string | undefined;
|
|
1754
|
+
unknownElementName?: string | undefined;
|
|
1715
1755
|
'metric:ttai': number | undefined;
|
|
1716
1756
|
'metric:experimental:ttai': number | undefined;
|
|
1717
1757
|
legacyMetrics: {
|
|
@@ -1795,6 +1835,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1795
1835
|
customData: any[];
|
|
1796
1836
|
reactProfilerTimings: any[];
|
|
1797
1837
|
} | {
|
|
1838
|
+
unknownElementHierarchy?: string | undefined;
|
|
1839
|
+
unknownElementName?: string | undefined;
|
|
1798
1840
|
'metric:ttai': number | undefined;
|
|
1799
1841
|
'metric:experimental:ttai': number | undefined;
|
|
1800
1842
|
legacyMetrics?: undefined;
|
|
@@ -1886,6 +1928,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1886
1928
|
customData: any[];
|
|
1887
1929
|
reactProfilerTimings: any[];
|
|
1888
1930
|
} | {
|
|
1931
|
+
unknownElementHierarchy?: string | undefined;
|
|
1932
|
+
unknownElementName?: string | undefined;
|
|
1889
1933
|
'metric:ttai': number | undefined;
|
|
1890
1934
|
'metric:experimental:ttai': number | undefined;
|
|
1891
1935
|
legacyMetrics: {
|
|
@@ -1993,6 +2037,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1993
2037
|
customData: any[];
|
|
1994
2038
|
reactProfilerTimings: any[];
|
|
1995
2039
|
} | {
|
|
2040
|
+
unknownElementHierarchy?: string | undefined;
|
|
2041
|
+
unknownElementName?: string | undefined;
|
|
1996
2042
|
'metric:ttai': number | undefined;
|
|
1997
2043
|
'metric:experimental:ttai': number | undefined;
|
|
1998
2044
|
legacyMetrics?: undefined;
|
|
@@ -2090,6 +2136,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2090
2136
|
customData: any[];
|
|
2091
2137
|
reactProfilerTimings: any[];
|
|
2092
2138
|
} | {
|
|
2139
|
+
unknownElementHierarchy?: string | undefined;
|
|
2140
|
+
unknownElementName?: string | undefined;
|
|
2093
2141
|
'metric:ttai': number | undefined;
|
|
2094
2142
|
'metric:experimental:ttai': number | undefined;
|
|
2095
2143
|
legacyMetrics: {
|
|
@@ -2276,6 +2324,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2276
2324
|
'experience:name': string;
|
|
2277
2325
|
} | {
|
|
2278
2326
|
interactionMetrics: {
|
|
2327
|
+
unknownElementHierarchy?: string | undefined;
|
|
2328
|
+
unknownElementName?: string | undefined;
|
|
2279
2329
|
'metric:ttai': number | undefined;
|
|
2280
2330
|
'metric:experimental:ttai': number | undefined;
|
|
2281
2331
|
legacyMetrics?: undefined;
|
|
@@ -2337,6 +2387,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2337
2387
|
customData: any[];
|
|
2338
2388
|
reactProfilerTimings: any[];
|
|
2339
2389
|
} | {
|
|
2390
|
+
unknownElementHierarchy?: string | undefined;
|
|
2391
|
+
unknownElementName?: string | undefined;
|
|
2340
2392
|
'metric:ttai': number | undefined;
|
|
2341
2393
|
'metric:experimental:ttai': number | undefined;
|
|
2342
2394
|
legacyMetrics: {
|
|
@@ -2414,6 +2466,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2414
2466
|
customData: any[];
|
|
2415
2467
|
reactProfilerTimings: any[];
|
|
2416
2468
|
} | {
|
|
2469
|
+
unknownElementHierarchy?: string | undefined;
|
|
2470
|
+
unknownElementName?: string | undefined;
|
|
2417
2471
|
'metric:ttai': number | undefined;
|
|
2418
2472
|
'metric:experimental:ttai': number | undefined;
|
|
2419
2473
|
legacyMetrics?: undefined;
|
|
@@ -2481,6 +2535,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2481
2535
|
customData: any[];
|
|
2482
2536
|
reactProfilerTimings: any[];
|
|
2483
2537
|
} | {
|
|
2538
|
+
unknownElementHierarchy?: string | undefined;
|
|
2539
|
+
unknownElementName?: string | undefined;
|
|
2484
2540
|
'metric:ttai': number | undefined;
|
|
2485
2541
|
'metric:experimental:ttai': number | undefined;
|
|
2486
2542
|
legacyMetrics: {
|
|
@@ -2564,6 +2620,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2564
2620
|
customData: any[];
|
|
2565
2621
|
reactProfilerTimings: any[];
|
|
2566
2622
|
} | {
|
|
2623
|
+
unknownElementHierarchy?: string | undefined;
|
|
2624
|
+
unknownElementName?: string | undefined;
|
|
2567
2625
|
'metric:ttai': number | undefined;
|
|
2568
2626
|
'metric:experimental:ttai': number | undefined;
|
|
2569
2627
|
legacyMetrics?: undefined;
|
|
@@ -2655,6 +2713,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2655
2713
|
customData: any[];
|
|
2656
2714
|
reactProfilerTimings: any[];
|
|
2657
2715
|
} | {
|
|
2716
|
+
unknownElementHierarchy?: string | undefined;
|
|
2717
|
+
unknownElementName?: string | undefined;
|
|
2658
2718
|
'metric:ttai': number | undefined;
|
|
2659
2719
|
'metric:experimental:ttai': number | undefined;
|
|
2660
2720
|
legacyMetrics: {
|
|
@@ -2762,6 +2822,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2762
2822
|
customData: any[];
|
|
2763
2823
|
reactProfilerTimings: any[];
|
|
2764
2824
|
} | {
|
|
2825
|
+
unknownElementHierarchy?: string | undefined;
|
|
2826
|
+
unknownElementName?: string | undefined;
|
|
2765
2827
|
'metric:ttai': number | undefined;
|
|
2766
2828
|
'metric:experimental:ttai': number | undefined;
|
|
2767
2829
|
legacyMetrics?: undefined;
|
|
@@ -2859,6 +2921,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2859
2921
|
customData: any[];
|
|
2860
2922
|
reactProfilerTimings: any[];
|
|
2861
2923
|
} | {
|
|
2924
|
+
unknownElementHierarchy?: string | undefined;
|
|
2925
|
+
unknownElementName?: string | undefined;
|
|
2862
2926
|
'metric:ttai': number | undefined;
|
|
2863
2927
|
'metric:experimental:ttai': number | undefined;
|
|
2864
2928
|
legacyMetrics: {
|
|
@@ -3045,6 +3109,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3045
3109
|
'experience:name': string;
|
|
3046
3110
|
} | {
|
|
3047
3111
|
interactionMetrics: {
|
|
3112
|
+
unknownElementHierarchy?: string | undefined;
|
|
3113
|
+
unknownElementName?: string | undefined;
|
|
3048
3114
|
'metric:ttai': number | undefined;
|
|
3049
3115
|
'metric:experimental:ttai': number | undefined;
|
|
3050
3116
|
legacyMetrics?: undefined;
|
|
@@ -3106,6 +3172,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3106
3172
|
customData: any[];
|
|
3107
3173
|
reactProfilerTimings: any[];
|
|
3108
3174
|
} | {
|
|
3175
|
+
unknownElementHierarchy?: string | undefined;
|
|
3176
|
+
unknownElementName?: string | undefined;
|
|
3109
3177
|
'metric:ttai': number | undefined;
|
|
3110
3178
|
'metric:experimental:ttai': number | undefined;
|
|
3111
3179
|
legacyMetrics: {
|
|
@@ -3183,6 +3251,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3183
3251
|
customData: any[];
|
|
3184
3252
|
reactProfilerTimings: any[];
|
|
3185
3253
|
} | {
|
|
3254
|
+
unknownElementHierarchy?: string | undefined;
|
|
3255
|
+
unknownElementName?: string | undefined;
|
|
3186
3256
|
'metric:ttai': number | undefined;
|
|
3187
3257
|
'metric:experimental:ttai': number | undefined;
|
|
3188
3258
|
legacyMetrics?: undefined;
|
|
@@ -3250,6 +3320,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3250
3320
|
customData: any[];
|
|
3251
3321
|
reactProfilerTimings: any[];
|
|
3252
3322
|
} | {
|
|
3323
|
+
unknownElementHierarchy?: string | undefined;
|
|
3324
|
+
unknownElementName?: string | undefined;
|
|
3253
3325
|
'metric:ttai': number | undefined;
|
|
3254
3326
|
'metric:experimental:ttai': number | undefined;
|
|
3255
3327
|
legacyMetrics: {
|
|
@@ -3333,6 +3405,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3333
3405
|
customData: any[];
|
|
3334
3406
|
reactProfilerTimings: any[];
|
|
3335
3407
|
} | {
|
|
3408
|
+
unknownElementHierarchy?: string | undefined;
|
|
3409
|
+
unknownElementName?: string | undefined;
|
|
3336
3410
|
'metric:ttai': number | undefined;
|
|
3337
3411
|
'metric:experimental:ttai': number | undefined;
|
|
3338
3412
|
legacyMetrics?: undefined;
|
|
@@ -3424,6 +3498,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3424
3498
|
customData: any[];
|
|
3425
3499
|
reactProfilerTimings: any[];
|
|
3426
3500
|
} | {
|
|
3501
|
+
unknownElementHierarchy?: string | undefined;
|
|
3502
|
+
unknownElementName?: string | undefined;
|
|
3427
3503
|
'metric:ttai': number | undefined;
|
|
3428
3504
|
'metric:experimental:ttai': number | undefined;
|
|
3429
3505
|
legacyMetrics: {
|
|
@@ -3531,6 +3607,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3531
3607
|
customData: any[];
|
|
3532
3608
|
reactProfilerTimings: any[];
|
|
3533
3609
|
} | {
|
|
3610
|
+
unknownElementHierarchy?: string | undefined;
|
|
3611
|
+
unknownElementName?: string | undefined;
|
|
3534
3612
|
'metric:ttai': number | undefined;
|
|
3535
3613
|
'metric:experimental:ttai': number | undefined;
|
|
3536
3614
|
legacyMetrics?: undefined;
|
|
@@ -3628,6 +3706,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3628
3706
|
customData: any[];
|
|
3629
3707
|
reactProfilerTimings: any[];
|
|
3630
3708
|
} | {
|
|
3709
|
+
unknownElementHierarchy?: string | undefined;
|
|
3710
|
+
unknownElementName?: string | undefined;
|
|
3631
3711
|
'metric:ttai': number | undefined;
|
|
3632
3712
|
'metric:experimental:ttai': number | undefined;
|
|
3633
3713
|
legacyMetrics: {
|
|
@@ -3796,6 +3876,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3796
3876
|
'experience:name': string;
|
|
3797
3877
|
} | {
|
|
3798
3878
|
interactionMetrics: {
|
|
3879
|
+
unknownElementHierarchy?: string | undefined;
|
|
3880
|
+
unknownElementName?: string | undefined;
|
|
3799
3881
|
'metric:ttai': number | undefined;
|
|
3800
3882
|
'metric:experimental:ttai': number | undefined;
|
|
3801
3883
|
legacyMetrics?: undefined;
|
|
@@ -3857,6 +3939,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3857
3939
|
customData: any[];
|
|
3858
3940
|
reactProfilerTimings: any[];
|
|
3859
3941
|
} | {
|
|
3942
|
+
unknownElementHierarchy?: string | undefined;
|
|
3943
|
+
unknownElementName?: string | undefined;
|
|
3860
3944
|
'metric:ttai': number | undefined;
|
|
3861
3945
|
'metric:experimental:ttai': number | undefined;
|
|
3862
3946
|
legacyMetrics: {
|
|
@@ -3934,6 +4018,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3934
4018
|
customData: any[];
|
|
3935
4019
|
reactProfilerTimings: any[];
|
|
3936
4020
|
} | {
|
|
4021
|
+
unknownElementHierarchy?: string | undefined;
|
|
4022
|
+
unknownElementName?: string | undefined;
|
|
3937
4023
|
'metric:ttai': number | undefined;
|
|
3938
4024
|
'metric:experimental:ttai': number | undefined;
|
|
3939
4025
|
legacyMetrics?: undefined;
|
|
@@ -4001,6 +4087,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4001
4087
|
customData: any[];
|
|
4002
4088
|
reactProfilerTimings: any[];
|
|
4003
4089
|
} | {
|
|
4090
|
+
unknownElementHierarchy?: string | undefined;
|
|
4091
|
+
unknownElementName?: string | undefined;
|
|
4004
4092
|
'metric:ttai': number | undefined;
|
|
4005
4093
|
'metric:experimental:ttai': number | undefined;
|
|
4006
4094
|
legacyMetrics: {
|
|
@@ -4084,6 +4172,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4084
4172
|
customData: any[];
|
|
4085
4173
|
reactProfilerTimings: any[];
|
|
4086
4174
|
} | {
|
|
4175
|
+
unknownElementHierarchy?: string | undefined;
|
|
4176
|
+
unknownElementName?: string | undefined;
|
|
4087
4177
|
'metric:ttai': number | undefined;
|
|
4088
4178
|
'metric:experimental:ttai': number | undefined;
|
|
4089
4179
|
legacyMetrics?: undefined;
|
|
@@ -4175,6 +4265,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4175
4265
|
customData: any[];
|
|
4176
4266
|
reactProfilerTimings: any[];
|
|
4177
4267
|
} | {
|
|
4268
|
+
unknownElementHierarchy?: string | undefined;
|
|
4269
|
+
unknownElementName?: string | undefined;
|
|
4178
4270
|
'metric:ttai': number | undefined;
|
|
4179
4271
|
'metric:experimental:ttai': number | undefined;
|
|
4180
4272
|
legacyMetrics: {
|
|
@@ -4282,6 +4374,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4282
4374
|
customData: any[];
|
|
4283
4375
|
reactProfilerTimings: any[];
|
|
4284
4376
|
} | {
|
|
4377
|
+
unknownElementHierarchy?: string | undefined;
|
|
4378
|
+
unknownElementName?: string | undefined;
|
|
4285
4379
|
'metric:ttai': number | undefined;
|
|
4286
4380
|
'metric:experimental:ttai': number | undefined;
|
|
4287
4381
|
legacyMetrics?: undefined;
|
|
@@ -4379,6 +4473,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4379
4473
|
customData: any[];
|
|
4380
4474
|
reactProfilerTimings: any[];
|
|
4381
4475
|
} | {
|
|
4476
|
+
unknownElementHierarchy?: string | undefined;
|
|
4477
|
+
unknownElementName?: string | undefined;
|
|
4382
4478
|
'metric:ttai': number | undefined;
|
|
4383
4479
|
'metric:experimental:ttai': number | undefined;
|
|
4384
4480
|
legacyMetrics: {
|
|
@@ -4547,6 +4643,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4547
4643
|
'experience:name': string;
|
|
4548
4644
|
} | {
|
|
4549
4645
|
interactionMetrics: {
|
|
4646
|
+
unknownElementHierarchy?: string | undefined;
|
|
4647
|
+
unknownElementName?: string | undefined;
|
|
4550
4648
|
'metric:ttai': number | undefined;
|
|
4551
4649
|
'metric:experimental:ttai': number | undefined;
|
|
4552
4650
|
legacyMetrics?: undefined;
|
|
@@ -4608,6 +4706,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4608
4706
|
customData: any[];
|
|
4609
4707
|
reactProfilerTimings: any[];
|
|
4610
4708
|
} | {
|
|
4709
|
+
unknownElementHierarchy?: string | undefined;
|
|
4710
|
+
unknownElementName?: string | undefined;
|
|
4611
4711
|
'metric:ttai': number | undefined;
|
|
4612
4712
|
'metric:experimental:ttai': number | undefined;
|
|
4613
4713
|
legacyMetrics: {
|
|
@@ -4685,6 +4785,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4685
4785
|
customData: any[];
|
|
4686
4786
|
reactProfilerTimings: any[];
|
|
4687
4787
|
} | {
|
|
4788
|
+
unknownElementHierarchy?: string | undefined;
|
|
4789
|
+
unknownElementName?: string | undefined;
|
|
4688
4790
|
'metric:ttai': number | undefined;
|
|
4689
4791
|
'metric:experimental:ttai': number | undefined;
|
|
4690
4792
|
legacyMetrics?: undefined;
|
|
@@ -4752,6 +4854,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4752
4854
|
customData: any[];
|
|
4753
4855
|
reactProfilerTimings: any[];
|
|
4754
4856
|
} | {
|
|
4857
|
+
unknownElementHierarchy?: string | undefined;
|
|
4858
|
+
unknownElementName?: string | undefined;
|
|
4755
4859
|
'metric:ttai': number | undefined;
|
|
4756
4860
|
'metric:experimental:ttai': number | undefined;
|
|
4757
4861
|
legacyMetrics: {
|
|
@@ -4835,6 +4939,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4835
4939
|
customData: any[];
|
|
4836
4940
|
reactProfilerTimings: any[];
|
|
4837
4941
|
} | {
|
|
4942
|
+
unknownElementHierarchy?: string | undefined;
|
|
4943
|
+
unknownElementName?: string | undefined;
|
|
4838
4944
|
'metric:ttai': number | undefined;
|
|
4839
4945
|
'metric:experimental:ttai': number | undefined;
|
|
4840
4946
|
legacyMetrics?: undefined;
|
|
@@ -4926,6 +5032,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4926
5032
|
customData: any[];
|
|
4927
5033
|
reactProfilerTimings: any[];
|
|
4928
5034
|
} | {
|
|
5035
|
+
unknownElementHierarchy?: string | undefined;
|
|
5036
|
+
unknownElementName?: string | undefined;
|
|
4929
5037
|
'metric:ttai': number | undefined;
|
|
4930
5038
|
'metric:experimental:ttai': number | undefined;
|
|
4931
5039
|
legacyMetrics: {
|
|
@@ -5033,6 +5141,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5033
5141
|
customData: any[];
|
|
5034
5142
|
reactProfilerTimings: any[];
|
|
5035
5143
|
} | {
|
|
5144
|
+
unknownElementHierarchy?: string | undefined;
|
|
5145
|
+
unknownElementName?: string | undefined;
|
|
5036
5146
|
'metric:ttai': number | undefined;
|
|
5037
5147
|
'metric:experimental:ttai': number | undefined;
|
|
5038
5148
|
legacyMetrics?: undefined;
|
|
@@ -5130,6 +5240,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5130
5240
|
customData: any[];
|
|
5131
5241
|
reactProfilerTimings: any[];
|
|
5132
5242
|
} | {
|
|
5243
|
+
unknownElementHierarchy?: string | undefined;
|
|
5244
|
+
unknownElementName?: string | undefined;
|
|
5133
5245
|
'metric:ttai': number | undefined;
|
|
5134
5246
|
'metric:experimental:ttai': number | undefined;
|
|
5135
5247
|
legacyMetrics: {
|
|
@@ -5319,6 +5431,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5319
5431
|
'experience:name': string;
|
|
5320
5432
|
} | {
|
|
5321
5433
|
interactionMetrics: {
|
|
5434
|
+
unknownElementHierarchy?: string | undefined;
|
|
5435
|
+
unknownElementName?: string | undefined;
|
|
5322
5436
|
'metric:ttai': number | undefined;
|
|
5323
5437
|
'metric:experimental:ttai': number | undefined;
|
|
5324
5438
|
legacyMetrics?: undefined;
|
|
@@ -5380,6 +5494,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5380
5494
|
customData: any[];
|
|
5381
5495
|
reactProfilerTimings: any[];
|
|
5382
5496
|
} | {
|
|
5497
|
+
unknownElementHierarchy?: string | undefined;
|
|
5498
|
+
unknownElementName?: string | undefined;
|
|
5383
5499
|
'metric:ttai': number | undefined;
|
|
5384
5500
|
'metric:experimental:ttai': number | undefined;
|
|
5385
5501
|
legacyMetrics: {
|
|
@@ -5457,6 +5573,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5457
5573
|
customData: any[];
|
|
5458
5574
|
reactProfilerTimings: any[];
|
|
5459
5575
|
} | {
|
|
5576
|
+
unknownElementHierarchy?: string | undefined;
|
|
5577
|
+
unknownElementName?: string | undefined;
|
|
5460
5578
|
'metric:ttai': number | undefined;
|
|
5461
5579
|
'metric:experimental:ttai': number | undefined;
|
|
5462
5580
|
legacyMetrics?: undefined;
|
|
@@ -5524,6 +5642,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5524
5642
|
customData: any[];
|
|
5525
5643
|
reactProfilerTimings: any[];
|
|
5526
5644
|
} | {
|
|
5645
|
+
unknownElementHierarchy?: string | undefined;
|
|
5646
|
+
unknownElementName?: string | undefined;
|
|
5527
5647
|
'metric:ttai': number | undefined;
|
|
5528
5648
|
'metric:experimental:ttai': number | undefined;
|
|
5529
5649
|
legacyMetrics: {
|
|
@@ -5607,6 +5727,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5607
5727
|
customData: any[];
|
|
5608
5728
|
reactProfilerTimings: any[];
|
|
5609
5729
|
} | {
|
|
5730
|
+
unknownElementHierarchy?: string | undefined;
|
|
5731
|
+
unknownElementName?: string | undefined;
|
|
5610
5732
|
'metric:ttai': number | undefined;
|
|
5611
5733
|
'metric:experimental:ttai': number | undefined;
|
|
5612
5734
|
legacyMetrics?: undefined;
|
|
@@ -5698,6 +5820,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5698
5820
|
customData: any[];
|
|
5699
5821
|
reactProfilerTimings: any[];
|
|
5700
5822
|
} | {
|
|
5823
|
+
unknownElementHierarchy?: string | undefined;
|
|
5824
|
+
unknownElementName?: string | undefined;
|
|
5701
5825
|
'metric:ttai': number | undefined;
|
|
5702
5826
|
'metric:experimental:ttai': number | undefined;
|
|
5703
5827
|
legacyMetrics: {
|
|
@@ -5805,6 +5929,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5805
5929
|
customData: any[];
|
|
5806
5930
|
reactProfilerTimings: any[];
|
|
5807
5931
|
} | {
|
|
5932
|
+
unknownElementHierarchy?: string | undefined;
|
|
5933
|
+
unknownElementName?: string | undefined;
|
|
5808
5934
|
'metric:ttai': number | undefined;
|
|
5809
5935
|
'metric:experimental:ttai': number | undefined;
|
|
5810
5936
|
legacyMetrics?: undefined;
|
|
@@ -5902,6 +6028,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5902
6028
|
customData: any[];
|
|
5903
6029
|
reactProfilerTimings: any[];
|
|
5904
6030
|
} | {
|
|
6031
|
+
unknownElementHierarchy?: string | undefined;
|
|
6032
|
+
unknownElementName?: string | undefined;
|
|
5905
6033
|
'metric:ttai': number | undefined;
|
|
5906
6034
|
'metric:experimental:ttai': number | undefined;
|
|
5907
6035
|
legacyMetrics: {
|
|
@@ -6091,6 +6219,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6091
6219
|
'experience:name': string;
|
|
6092
6220
|
} | {
|
|
6093
6221
|
interactionMetrics: {
|
|
6222
|
+
unknownElementHierarchy?: string | undefined;
|
|
6223
|
+
unknownElementName?: string | undefined;
|
|
6094
6224
|
'metric:ttai': number | undefined;
|
|
6095
6225
|
'metric:experimental:ttai': number | undefined;
|
|
6096
6226
|
legacyMetrics?: undefined;
|
|
@@ -6152,6 +6282,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6152
6282
|
customData: any[];
|
|
6153
6283
|
reactProfilerTimings: any[];
|
|
6154
6284
|
} | {
|
|
6285
|
+
unknownElementHierarchy?: string | undefined;
|
|
6286
|
+
unknownElementName?: string | undefined;
|
|
6155
6287
|
'metric:ttai': number | undefined;
|
|
6156
6288
|
'metric:experimental:ttai': number | undefined;
|
|
6157
6289
|
legacyMetrics: {
|
|
@@ -6229,6 +6361,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6229
6361
|
customData: any[];
|
|
6230
6362
|
reactProfilerTimings: any[];
|
|
6231
6363
|
} | {
|
|
6364
|
+
unknownElementHierarchy?: string | undefined;
|
|
6365
|
+
unknownElementName?: string | undefined;
|
|
6232
6366
|
'metric:ttai': number | undefined;
|
|
6233
6367
|
'metric:experimental:ttai': number | undefined;
|
|
6234
6368
|
legacyMetrics?: undefined;
|
|
@@ -6296,6 +6430,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6296
6430
|
customData: any[];
|
|
6297
6431
|
reactProfilerTimings: any[];
|
|
6298
6432
|
} | {
|
|
6433
|
+
unknownElementHierarchy?: string | undefined;
|
|
6434
|
+
unknownElementName?: string | undefined;
|
|
6299
6435
|
'metric:ttai': number | undefined;
|
|
6300
6436
|
'metric:experimental:ttai': number | undefined;
|
|
6301
6437
|
legacyMetrics: {
|
|
@@ -6379,6 +6515,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6379
6515
|
customData: any[];
|
|
6380
6516
|
reactProfilerTimings: any[];
|
|
6381
6517
|
} | {
|
|
6518
|
+
unknownElementHierarchy?: string | undefined;
|
|
6519
|
+
unknownElementName?: string | undefined;
|
|
6382
6520
|
'metric:ttai': number | undefined;
|
|
6383
6521
|
'metric:experimental:ttai': number | undefined;
|
|
6384
6522
|
legacyMetrics?: undefined;
|
|
@@ -6470,6 +6608,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6470
6608
|
customData: any[];
|
|
6471
6609
|
reactProfilerTimings: any[];
|
|
6472
6610
|
} | {
|
|
6611
|
+
unknownElementHierarchy?: string | undefined;
|
|
6612
|
+
unknownElementName?: string | undefined;
|
|
6473
6613
|
'metric:ttai': number | undefined;
|
|
6474
6614
|
'metric:experimental:ttai': number | undefined;
|
|
6475
6615
|
legacyMetrics: {
|
|
@@ -6577,6 +6717,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6577
6717
|
customData: any[];
|
|
6578
6718
|
reactProfilerTimings: any[];
|
|
6579
6719
|
} | {
|
|
6720
|
+
unknownElementHierarchy?: string | undefined;
|
|
6721
|
+
unknownElementName?: string | undefined;
|
|
6580
6722
|
'metric:ttai': number | undefined;
|
|
6581
6723
|
'metric:experimental:ttai': number | undefined;
|
|
6582
6724
|
legacyMetrics?: undefined;
|
|
@@ -6674,6 +6816,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6674
6816
|
customData: any[];
|
|
6675
6817
|
reactProfilerTimings: any[];
|
|
6676
6818
|
} | {
|
|
6819
|
+
unknownElementHierarchy?: string | undefined;
|
|
6820
|
+
unknownElementName?: string | undefined;
|
|
6677
6821
|
'metric:ttai': number | undefined;
|
|
6678
6822
|
'metric:experimental:ttai': number | undefined;
|
|
6679
6823
|
legacyMetrics: {
|
|
@@ -6839,6 +6983,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6839
6983
|
'experience:name': string;
|
|
6840
6984
|
} | {
|
|
6841
6985
|
interactionMetrics: {
|
|
6986
|
+
unknownElementHierarchy?: string | undefined;
|
|
6987
|
+
unknownElementName?: string | undefined;
|
|
6842
6988
|
'metric:ttai': number | undefined;
|
|
6843
6989
|
'metric:experimental:ttai': number | undefined;
|
|
6844
6990
|
legacyMetrics?: undefined;
|
|
@@ -6900,6 +7046,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6900
7046
|
customData: any[];
|
|
6901
7047
|
reactProfilerTimings: any[];
|
|
6902
7048
|
} | {
|
|
7049
|
+
unknownElementHierarchy?: string | undefined;
|
|
7050
|
+
unknownElementName?: string | undefined;
|
|
6903
7051
|
'metric:ttai': number | undefined;
|
|
6904
7052
|
'metric:experimental:ttai': number | undefined;
|
|
6905
7053
|
legacyMetrics: {
|
|
@@ -6977,6 +7125,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6977
7125
|
customData: any[];
|
|
6978
7126
|
reactProfilerTimings: any[];
|
|
6979
7127
|
} | {
|
|
7128
|
+
unknownElementHierarchy?: string | undefined;
|
|
7129
|
+
unknownElementName?: string | undefined;
|
|
6980
7130
|
'metric:ttai': number | undefined;
|
|
6981
7131
|
'metric:experimental:ttai': number | undefined;
|
|
6982
7132
|
legacyMetrics?: undefined;
|
|
@@ -7044,6 +7194,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7044
7194
|
customData: any[];
|
|
7045
7195
|
reactProfilerTimings: any[];
|
|
7046
7196
|
} | {
|
|
7197
|
+
unknownElementHierarchy?: string | undefined;
|
|
7198
|
+
unknownElementName?: string | undefined;
|
|
7047
7199
|
'metric:ttai': number | undefined;
|
|
7048
7200
|
'metric:experimental:ttai': number | undefined;
|
|
7049
7201
|
legacyMetrics: {
|
|
@@ -7127,6 +7279,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7127
7279
|
customData: any[];
|
|
7128
7280
|
reactProfilerTimings: any[];
|
|
7129
7281
|
} | {
|
|
7282
|
+
unknownElementHierarchy?: string | undefined;
|
|
7283
|
+
unknownElementName?: string | undefined;
|
|
7130
7284
|
'metric:ttai': number | undefined;
|
|
7131
7285
|
'metric:experimental:ttai': number | undefined;
|
|
7132
7286
|
legacyMetrics?: undefined;
|
|
@@ -7218,6 +7372,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7218
7372
|
customData: any[];
|
|
7219
7373
|
reactProfilerTimings: any[];
|
|
7220
7374
|
} | {
|
|
7375
|
+
unknownElementHierarchy?: string | undefined;
|
|
7376
|
+
unknownElementName?: string | undefined;
|
|
7221
7377
|
'metric:ttai': number | undefined;
|
|
7222
7378
|
'metric:experimental:ttai': number | undefined;
|
|
7223
7379
|
legacyMetrics: {
|
|
@@ -7325,6 +7481,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7325
7481
|
customData: any[];
|
|
7326
7482
|
reactProfilerTimings: any[];
|
|
7327
7483
|
} | {
|
|
7484
|
+
unknownElementHierarchy?: string | undefined;
|
|
7485
|
+
unknownElementName?: string | undefined;
|
|
7328
7486
|
'metric:ttai': number | undefined;
|
|
7329
7487
|
'metric:experimental:ttai': number | undefined;
|
|
7330
7488
|
legacyMetrics?: undefined;
|
|
@@ -7422,6 +7580,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7422
7580
|
customData: any[];
|
|
7423
7581
|
reactProfilerTimings: any[];
|
|
7424
7582
|
} | {
|
|
7583
|
+
unknownElementHierarchy?: string | undefined;
|
|
7584
|
+
unknownElementName?: string | undefined;
|
|
7425
7585
|
'metric:ttai': number | undefined;
|
|
7426
7586
|
'metric:experimental:ttai': number | undefined;
|
|
7427
7587
|
legacyMetrics: {
|
|
@@ -7587,6 +7747,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7587
7747
|
'experience:name': string;
|
|
7588
7748
|
} | {
|
|
7589
7749
|
interactionMetrics: {
|
|
7750
|
+
unknownElementHierarchy?: string | undefined;
|
|
7751
|
+
unknownElementName?: string | undefined;
|
|
7590
7752
|
'metric:ttai': number | undefined;
|
|
7591
7753
|
'metric:experimental:ttai': number | undefined;
|
|
7592
7754
|
legacyMetrics?: undefined;
|
|
@@ -7648,6 +7810,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7648
7810
|
customData: any[];
|
|
7649
7811
|
reactProfilerTimings: any[];
|
|
7650
7812
|
} | {
|
|
7813
|
+
unknownElementHierarchy?: string | undefined;
|
|
7814
|
+
unknownElementName?: string | undefined;
|
|
7651
7815
|
'metric:ttai': number | undefined;
|
|
7652
7816
|
'metric:experimental:ttai': number | undefined;
|
|
7653
7817
|
legacyMetrics: {
|
|
@@ -7725,6 +7889,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7725
7889
|
customData: any[];
|
|
7726
7890
|
reactProfilerTimings: any[];
|
|
7727
7891
|
} | {
|
|
7892
|
+
unknownElementHierarchy?: string | undefined;
|
|
7893
|
+
unknownElementName?: string | undefined;
|
|
7728
7894
|
'metric:ttai': number | undefined;
|
|
7729
7895
|
'metric:experimental:ttai': number | undefined;
|
|
7730
7896
|
legacyMetrics?: undefined;
|
|
@@ -7792,6 +7958,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7792
7958
|
customData: any[];
|
|
7793
7959
|
reactProfilerTimings: any[];
|
|
7794
7960
|
} | {
|
|
7961
|
+
unknownElementHierarchy?: string | undefined;
|
|
7962
|
+
unknownElementName?: string | undefined;
|
|
7795
7963
|
'metric:ttai': number | undefined;
|
|
7796
7964
|
'metric:experimental:ttai': number | undefined;
|
|
7797
7965
|
legacyMetrics: {
|
|
@@ -7875,6 +8043,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7875
8043
|
customData: any[];
|
|
7876
8044
|
reactProfilerTimings: any[];
|
|
7877
8045
|
} | {
|
|
8046
|
+
unknownElementHierarchy?: string | undefined;
|
|
8047
|
+
unknownElementName?: string | undefined;
|
|
7878
8048
|
'metric:ttai': number | undefined;
|
|
7879
8049
|
'metric:experimental:ttai': number | undefined;
|
|
7880
8050
|
legacyMetrics?: undefined;
|
|
@@ -7966,6 +8136,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7966
8136
|
customData: any[];
|
|
7967
8137
|
reactProfilerTimings: any[];
|
|
7968
8138
|
} | {
|
|
8139
|
+
unknownElementHierarchy?: string | undefined;
|
|
8140
|
+
unknownElementName?: string | undefined;
|
|
7969
8141
|
'metric:ttai': number | undefined;
|
|
7970
8142
|
'metric:experimental:ttai': number | undefined;
|
|
7971
8143
|
legacyMetrics: {
|
|
@@ -8073,6 +8245,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8073
8245
|
customData: any[];
|
|
8074
8246
|
reactProfilerTimings: any[];
|
|
8075
8247
|
} | {
|
|
8248
|
+
unknownElementHierarchy?: string | undefined;
|
|
8249
|
+
unknownElementName?: string | undefined;
|
|
8076
8250
|
'metric:ttai': number | undefined;
|
|
8077
8251
|
'metric:experimental:ttai': number | undefined;
|
|
8078
8252
|
legacyMetrics?: undefined;
|
|
@@ -8170,6 +8344,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8170
8344
|
customData: any[];
|
|
8171
8345
|
reactProfilerTimings: any[];
|
|
8172
8346
|
} | {
|
|
8347
|
+
unknownElementHierarchy?: string | undefined;
|
|
8348
|
+
unknownElementName?: string | undefined;
|
|
8173
8349
|
'metric:ttai': number | undefined;
|
|
8174
8350
|
'metric:experimental:ttai': number | undefined;
|
|
8175
8351
|
legacyMetrics: {
|
|
@@ -8356,6 +8532,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8356
8532
|
'experience:name': string;
|
|
8357
8533
|
} | {
|
|
8358
8534
|
interactionMetrics: {
|
|
8535
|
+
unknownElementHierarchy?: string | undefined;
|
|
8536
|
+
unknownElementName?: string | undefined;
|
|
8359
8537
|
'metric:ttai': number | undefined;
|
|
8360
8538
|
'metric:experimental:ttai': number | undefined;
|
|
8361
8539
|
legacyMetrics?: undefined;
|
|
@@ -8417,6 +8595,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8417
8595
|
customData: any[];
|
|
8418
8596
|
reactProfilerTimings: any[];
|
|
8419
8597
|
} | {
|
|
8598
|
+
unknownElementHierarchy?: string | undefined;
|
|
8599
|
+
unknownElementName?: string | undefined;
|
|
8420
8600
|
'metric:ttai': number | undefined;
|
|
8421
8601
|
'metric:experimental:ttai': number | undefined;
|
|
8422
8602
|
legacyMetrics: {
|
|
@@ -8494,6 +8674,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8494
8674
|
customData: any[];
|
|
8495
8675
|
reactProfilerTimings: any[];
|
|
8496
8676
|
} | {
|
|
8677
|
+
unknownElementHierarchy?: string | undefined;
|
|
8678
|
+
unknownElementName?: string | undefined;
|
|
8497
8679
|
'metric:ttai': number | undefined;
|
|
8498
8680
|
'metric:experimental:ttai': number | undefined;
|
|
8499
8681
|
legacyMetrics?: undefined;
|
|
@@ -8561,6 +8743,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8561
8743
|
customData: any[];
|
|
8562
8744
|
reactProfilerTimings: any[];
|
|
8563
8745
|
} | {
|
|
8746
|
+
unknownElementHierarchy?: string | undefined;
|
|
8747
|
+
unknownElementName?: string | undefined;
|
|
8564
8748
|
'metric:ttai': number | undefined;
|
|
8565
8749
|
'metric:experimental:ttai': number | undefined;
|
|
8566
8750
|
legacyMetrics: {
|
|
@@ -8644,6 +8828,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8644
8828
|
customData: any[];
|
|
8645
8829
|
reactProfilerTimings: any[];
|
|
8646
8830
|
} | {
|
|
8831
|
+
unknownElementHierarchy?: string | undefined;
|
|
8832
|
+
unknownElementName?: string | undefined;
|
|
8647
8833
|
'metric:ttai': number | undefined;
|
|
8648
8834
|
'metric:experimental:ttai': number | undefined;
|
|
8649
8835
|
legacyMetrics?: undefined;
|
|
@@ -8735,6 +8921,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8735
8921
|
customData: any[];
|
|
8736
8922
|
reactProfilerTimings: any[];
|
|
8737
8923
|
} | {
|
|
8924
|
+
unknownElementHierarchy?: string | undefined;
|
|
8925
|
+
unknownElementName?: string | undefined;
|
|
8738
8926
|
'metric:ttai': number | undefined;
|
|
8739
8927
|
'metric:experimental:ttai': number | undefined;
|
|
8740
8928
|
legacyMetrics: {
|
|
@@ -8842,6 +9030,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8842
9030
|
customData: any[];
|
|
8843
9031
|
reactProfilerTimings: any[];
|
|
8844
9032
|
} | {
|
|
9033
|
+
unknownElementHierarchy?: string | undefined;
|
|
9034
|
+
unknownElementName?: string | undefined;
|
|
8845
9035
|
'metric:ttai': number | undefined;
|
|
8846
9036
|
'metric:experimental:ttai': number | undefined;
|
|
8847
9037
|
legacyMetrics?: undefined;
|
|
@@ -8939,6 +9129,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8939
9129
|
customData: any[];
|
|
8940
9130
|
reactProfilerTimings: any[];
|
|
8941
9131
|
} | {
|
|
9132
|
+
unknownElementHierarchy?: string | undefined;
|
|
9133
|
+
unknownElementName?: string | undefined;
|
|
8942
9134
|
'metric:ttai': number | undefined;
|
|
8943
9135
|
'metric:experimental:ttai': number | undefined;
|
|
8944
9136
|
legacyMetrics: {
|
|
@@ -9125,6 +9317,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9125
9317
|
'experience:name': string;
|
|
9126
9318
|
} | {
|
|
9127
9319
|
interactionMetrics: {
|
|
9320
|
+
unknownElementHierarchy?: string | undefined;
|
|
9321
|
+
unknownElementName?: string | undefined;
|
|
9128
9322
|
'metric:ttai': number | undefined;
|
|
9129
9323
|
'metric:experimental:ttai': number | undefined;
|
|
9130
9324
|
legacyMetrics?: undefined;
|
|
@@ -9186,6 +9380,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9186
9380
|
customData: any[];
|
|
9187
9381
|
reactProfilerTimings: any[];
|
|
9188
9382
|
} | {
|
|
9383
|
+
unknownElementHierarchy?: string | undefined;
|
|
9384
|
+
unknownElementName?: string | undefined;
|
|
9189
9385
|
'metric:ttai': number | undefined;
|
|
9190
9386
|
'metric:experimental:ttai': number | undefined;
|
|
9191
9387
|
legacyMetrics: {
|
|
@@ -9263,6 +9459,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9263
9459
|
customData: any[];
|
|
9264
9460
|
reactProfilerTimings: any[];
|
|
9265
9461
|
} | {
|
|
9462
|
+
unknownElementHierarchy?: string | undefined;
|
|
9463
|
+
unknownElementName?: string | undefined;
|
|
9266
9464
|
'metric:ttai': number | undefined;
|
|
9267
9465
|
'metric:experimental:ttai': number | undefined;
|
|
9268
9466
|
legacyMetrics?: undefined;
|
|
@@ -9330,6 +9528,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9330
9528
|
customData: any[];
|
|
9331
9529
|
reactProfilerTimings: any[];
|
|
9332
9530
|
} | {
|
|
9531
|
+
unknownElementHierarchy?: string | undefined;
|
|
9532
|
+
unknownElementName?: string | undefined;
|
|
9333
9533
|
'metric:ttai': number | undefined;
|
|
9334
9534
|
'metric:experimental:ttai': number | undefined;
|
|
9335
9535
|
legacyMetrics: {
|
|
@@ -9413,6 +9613,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9413
9613
|
customData: any[];
|
|
9414
9614
|
reactProfilerTimings: any[];
|
|
9415
9615
|
} | {
|
|
9616
|
+
unknownElementHierarchy?: string | undefined;
|
|
9617
|
+
unknownElementName?: string | undefined;
|
|
9416
9618
|
'metric:ttai': number | undefined;
|
|
9417
9619
|
'metric:experimental:ttai': number | undefined;
|
|
9418
9620
|
legacyMetrics?: undefined;
|
|
@@ -9504,6 +9706,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9504
9706
|
customData: any[];
|
|
9505
9707
|
reactProfilerTimings: any[];
|
|
9506
9708
|
} | {
|
|
9709
|
+
unknownElementHierarchy?: string | undefined;
|
|
9710
|
+
unknownElementName?: string | undefined;
|
|
9507
9711
|
'metric:ttai': number | undefined;
|
|
9508
9712
|
'metric:experimental:ttai': number | undefined;
|
|
9509
9713
|
legacyMetrics: {
|
|
@@ -9611,6 +9815,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9611
9815
|
customData: any[];
|
|
9612
9816
|
reactProfilerTimings: any[];
|
|
9613
9817
|
} | {
|
|
9818
|
+
unknownElementHierarchy?: string | undefined;
|
|
9819
|
+
unknownElementName?: string | undefined;
|
|
9614
9820
|
'metric:ttai': number | undefined;
|
|
9615
9821
|
'metric:experimental:ttai': number | undefined;
|
|
9616
9822
|
legacyMetrics?: undefined;
|
|
@@ -9708,6 +9914,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9708
9914
|
customData: any[];
|
|
9709
9915
|
reactProfilerTimings: any[];
|
|
9710
9916
|
} | {
|
|
9917
|
+
unknownElementHierarchy?: string | undefined;
|
|
9918
|
+
unknownElementName?: string | undefined;
|
|
9711
9919
|
'metric:ttai': number | undefined;
|
|
9712
9920
|
'metric:experimental:ttai': number | undefined;
|
|
9713
9921
|
legacyMetrics: {
|
|
@@ -9876,6 +10084,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9876
10084
|
'experience:name': string;
|
|
9877
10085
|
} | {
|
|
9878
10086
|
interactionMetrics: {
|
|
10087
|
+
unknownElementHierarchy?: string | undefined;
|
|
10088
|
+
unknownElementName?: string | undefined;
|
|
9879
10089
|
'metric:ttai': number | undefined;
|
|
9880
10090
|
'metric:experimental:ttai': number | undefined;
|
|
9881
10091
|
legacyMetrics?: undefined;
|
|
@@ -9937,6 +10147,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9937
10147
|
customData: any[];
|
|
9938
10148
|
reactProfilerTimings: any[];
|
|
9939
10149
|
} | {
|
|
10150
|
+
unknownElementHierarchy?: string | undefined;
|
|
10151
|
+
unknownElementName?: string | undefined;
|
|
9940
10152
|
'metric:ttai': number | undefined;
|
|
9941
10153
|
'metric:experimental:ttai': number | undefined;
|
|
9942
10154
|
legacyMetrics: {
|
|
@@ -10014,6 +10226,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10014
10226
|
customData: any[];
|
|
10015
10227
|
reactProfilerTimings: any[];
|
|
10016
10228
|
} | {
|
|
10229
|
+
unknownElementHierarchy?: string | undefined;
|
|
10230
|
+
unknownElementName?: string | undefined;
|
|
10017
10231
|
'metric:ttai': number | undefined;
|
|
10018
10232
|
'metric:experimental:ttai': number | undefined;
|
|
10019
10233
|
legacyMetrics?: undefined;
|
|
@@ -10081,6 +10295,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10081
10295
|
customData: any[];
|
|
10082
10296
|
reactProfilerTimings: any[];
|
|
10083
10297
|
} | {
|
|
10298
|
+
unknownElementHierarchy?: string | undefined;
|
|
10299
|
+
unknownElementName?: string | undefined;
|
|
10084
10300
|
'metric:ttai': number | undefined;
|
|
10085
10301
|
'metric:experimental:ttai': number | undefined;
|
|
10086
10302
|
legacyMetrics: {
|
|
@@ -10164,6 +10380,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10164
10380
|
customData: any[];
|
|
10165
10381
|
reactProfilerTimings: any[];
|
|
10166
10382
|
} | {
|
|
10383
|
+
unknownElementHierarchy?: string | undefined;
|
|
10384
|
+
unknownElementName?: string | undefined;
|
|
10167
10385
|
'metric:ttai': number | undefined;
|
|
10168
10386
|
'metric:experimental:ttai': number | undefined;
|
|
10169
10387
|
legacyMetrics?: undefined;
|
|
@@ -10255,6 +10473,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10255
10473
|
customData: any[];
|
|
10256
10474
|
reactProfilerTimings: any[];
|
|
10257
10475
|
} | {
|
|
10476
|
+
unknownElementHierarchy?: string | undefined;
|
|
10477
|
+
unknownElementName?: string | undefined;
|
|
10258
10478
|
'metric:ttai': number | undefined;
|
|
10259
10479
|
'metric:experimental:ttai': number | undefined;
|
|
10260
10480
|
legacyMetrics: {
|
|
@@ -10362,6 +10582,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10362
10582
|
customData: any[];
|
|
10363
10583
|
reactProfilerTimings: any[];
|
|
10364
10584
|
} | {
|
|
10585
|
+
unknownElementHierarchy?: string | undefined;
|
|
10586
|
+
unknownElementName?: string | undefined;
|
|
10365
10587
|
'metric:ttai': number | undefined;
|
|
10366
10588
|
'metric:experimental:ttai': number | undefined;
|
|
10367
10589
|
legacyMetrics?: undefined;
|
|
@@ -10459,6 +10681,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10459
10681
|
customData: any[];
|
|
10460
10682
|
reactProfilerTimings: any[];
|
|
10461
10683
|
} | {
|
|
10684
|
+
unknownElementHierarchy?: string | undefined;
|
|
10685
|
+
unknownElementName?: string | undefined;
|
|
10462
10686
|
'metric:ttai': number | undefined;
|
|
10463
10687
|
'metric:experimental:ttai': number | undefined;
|
|
10464
10688
|
legacyMetrics: {
|
|
@@ -10627,6 +10851,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10627
10851
|
'experience:name': string;
|
|
10628
10852
|
} | {
|
|
10629
10853
|
interactionMetrics: {
|
|
10854
|
+
unknownElementHierarchy?: string | undefined;
|
|
10855
|
+
unknownElementName?: string | undefined;
|
|
10630
10856
|
'metric:ttai': number | undefined;
|
|
10631
10857
|
'metric:experimental:ttai': number | undefined;
|
|
10632
10858
|
legacyMetrics?: undefined;
|
|
@@ -10688,6 +10914,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10688
10914
|
customData: any[];
|
|
10689
10915
|
reactProfilerTimings: any[];
|
|
10690
10916
|
} | {
|
|
10917
|
+
unknownElementHierarchy?: string | undefined;
|
|
10918
|
+
unknownElementName?: string | undefined;
|
|
10691
10919
|
'metric:ttai': number | undefined;
|
|
10692
10920
|
'metric:experimental:ttai': number | undefined;
|
|
10693
10921
|
legacyMetrics: {
|
|
@@ -10765,6 +10993,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10765
10993
|
customData: any[];
|
|
10766
10994
|
reactProfilerTimings: any[];
|
|
10767
10995
|
} | {
|
|
10996
|
+
unknownElementHierarchy?: string | undefined;
|
|
10997
|
+
unknownElementName?: string | undefined;
|
|
10768
10998
|
'metric:ttai': number | undefined;
|
|
10769
10999
|
'metric:experimental:ttai': number | undefined;
|
|
10770
11000
|
legacyMetrics?: undefined;
|
|
@@ -10832,6 +11062,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10832
11062
|
customData: any[];
|
|
10833
11063
|
reactProfilerTimings: any[];
|
|
10834
11064
|
} | {
|
|
11065
|
+
unknownElementHierarchy?: string | undefined;
|
|
11066
|
+
unknownElementName?: string | undefined;
|
|
10835
11067
|
'metric:ttai': number | undefined;
|
|
10836
11068
|
'metric:experimental:ttai': number | undefined;
|
|
10837
11069
|
legacyMetrics: {
|
|
@@ -10915,6 +11147,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10915
11147
|
customData: any[];
|
|
10916
11148
|
reactProfilerTimings: any[];
|
|
10917
11149
|
} | {
|
|
11150
|
+
unknownElementHierarchy?: string | undefined;
|
|
11151
|
+
unknownElementName?: string | undefined;
|
|
10918
11152
|
'metric:ttai': number | undefined;
|
|
10919
11153
|
'metric:experimental:ttai': number | undefined;
|
|
10920
11154
|
legacyMetrics?: undefined;
|
|
@@ -11006,6 +11240,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11006
11240
|
customData: any[];
|
|
11007
11241
|
reactProfilerTimings: any[];
|
|
11008
11242
|
} | {
|
|
11243
|
+
unknownElementHierarchy?: string | undefined;
|
|
11244
|
+
unknownElementName?: string | undefined;
|
|
11009
11245
|
'metric:ttai': number | undefined;
|
|
11010
11246
|
'metric:experimental:ttai': number | undefined;
|
|
11011
11247
|
legacyMetrics: {
|
|
@@ -11113,6 +11349,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11113
11349
|
customData: any[];
|
|
11114
11350
|
reactProfilerTimings: any[];
|
|
11115
11351
|
} | {
|
|
11352
|
+
unknownElementHierarchy?: string | undefined;
|
|
11353
|
+
unknownElementName?: string | undefined;
|
|
11116
11354
|
'metric:ttai': number | undefined;
|
|
11117
11355
|
'metric:experimental:ttai': number | undefined;
|
|
11118
11356
|
legacyMetrics?: undefined;
|
|
@@ -11210,6 +11448,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11210
11448
|
customData: any[];
|
|
11211
11449
|
reactProfilerTimings: any[];
|
|
11212
11450
|
} | {
|
|
11451
|
+
unknownElementHierarchy?: string | undefined;
|
|
11452
|
+
unknownElementName?: string | undefined;
|
|
11213
11453
|
'metric:ttai': number | undefined;
|
|
11214
11454
|
'metric:experimental:ttai': number | undefined;
|
|
11215
11455
|
legacyMetrics: {
|
|
@@ -11399,6 +11639,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11399
11639
|
'experience:name': string;
|
|
11400
11640
|
} | {
|
|
11401
11641
|
interactionMetrics: {
|
|
11642
|
+
unknownElementHierarchy?: string | undefined;
|
|
11643
|
+
unknownElementName?: string | undefined;
|
|
11402
11644
|
'metric:ttai': number | undefined;
|
|
11403
11645
|
'metric:experimental:ttai': number | undefined;
|
|
11404
11646
|
legacyMetrics?: undefined;
|
|
@@ -11460,6 +11702,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11460
11702
|
customData: any[];
|
|
11461
11703
|
reactProfilerTimings: any[];
|
|
11462
11704
|
} | {
|
|
11705
|
+
unknownElementHierarchy?: string | undefined;
|
|
11706
|
+
unknownElementName?: string | undefined;
|
|
11463
11707
|
'metric:ttai': number | undefined;
|
|
11464
11708
|
'metric:experimental:ttai': number | undefined;
|
|
11465
11709
|
legacyMetrics: {
|
|
@@ -11537,6 +11781,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11537
11781
|
customData: any[];
|
|
11538
11782
|
reactProfilerTimings: any[];
|
|
11539
11783
|
} | {
|
|
11784
|
+
unknownElementHierarchy?: string | undefined;
|
|
11785
|
+
unknownElementName?: string | undefined;
|
|
11540
11786
|
'metric:ttai': number | undefined;
|
|
11541
11787
|
'metric:experimental:ttai': number | undefined;
|
|
11542
11788
|
legacyMetrics?: undefined;
|
|
@@ -11604,6 +11850,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11604
11850
|
customData: any[];
|
|
11605
11851
|
reactProfilerTimings: any[];
|
|
11606
11852
|
} | {
|
|
11853
|
+
unknownElementHierarchy?: string | undefined;
|
|
11854
|
+
unknownElementName?: string | undefined;
|
|
11607
11855
|
'metric:ttai': number | undefined;
|
|
11608
11856
|
'metric:experimental:ttai': number | undefined;
|
|
11609
11857
|
legacyMetrics: {
|
|
@@ -11687,6 +11935,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11687
11935
|
customData: any[];
|
|
11688
11936
|
reactProfilerTimings: any[];
|
|
11689
11937
|
} | {
|
|
11938
|
+
unknownElementHierarchy?: string | undefined;
|
|
11939
|
+
unknownElementName?: string | undefined;
|
|
11690
11940
|
'metric:ttai': number | undefined;
|
|
11691
11941
|
'metric:experimental:ttai': number | undefined;
|
|
11692
11942
|
legacyMetrics?: undefined;
|
|
@@ -11778,6 +12028,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11778
12028
|
customData: any[];
|
|
11779
12029
|
reactProfilerTimings: any[];
|
|
11780
12030
|
} | {
|
|
12031
|
+
unknownElementHierarchy?: string | undefined;
|
|
12032
|
+
unknownElementName?: string | undefined;
|
|
11781
12033
|
'metric:ttai': number | undefined;
|
|
11782
12034
|
'metric:experimental:ttai': number | undefined;
|
|
11783
12035
|
legacyMetrics: {
|
|
@@ -11885,6 +12137,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11885
12137
|
customData: any[];
|
|
11886
12138
|
reactProfilerTimings: any[];
|
|
11887
12139
|
} | {
|
|
12140
|
+
unknownElementHierarchy?: string | undefined;
|
|
12141
|
+
unknownElementName?: string | undefined;
|
|
11888
12142
|
'metric:ttai': number | undefined;
|
|
11889
12143
|
'metric:experimental:ttai': number | undefined;
|
|
11890
12144
|
legacyMetrics?: undefined;
|
|
@@ -11982,6 +12236,8 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11982
12236
|
customData: any[];
|
|
11983
12237
|
reactProfilerTimings: any[];
|
|
11984
12238
|
} | {
|
|
12239
|
+
unknownElementHierarchy?: string | undefined;
|
|
12240
|
+
unknownElementName?: string | undefined;
|
|
11985
12241
|
'metric:ttai': number | undefined;
|
|
11986
12242
|
'metric:experimental:ttai': number | undefined;
|
|
11987
12243
|
legacyMetrics: {
|
|
@@ -12181,6 +12437,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12181
12437
|
attributes: {
|
|
12182
12438
|
properties: {
|
|
12183
12439
|
interactionMetrics: {
|
|
12440
|
+
unknownElementHierarchy?: string | undefined;
|
|
12441
|
+
unknownElementName?: string | undefined;
|
|
12184
12442
|
'metric:ttai': number | undefined;
|
|
12185
12443
|
'metric:experimental:ttai': number | undefined;
|
|
12186
12444
|
legacyMetrics?: undefined;
|
|
@@ -12242,6 +12500,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12242
12500
|
customData: any[];
|
|
12243
12501
|
reactProfilerTimings: any[];
|
|
12244
12502
|
} | {
|
|
12503
|
+
unknownElementHierarchy?: string | undefined;
|
|
12504
|
+
unknownElementName?: string | undefined;
|
|
12245
12505
|
'metric:ttai': number | undefined;
|
|
12246
12506
|
'metric:experimental:ttai': number | undefined;
|
|
12247
12507
|
legacyMetrics: {
|
|
@@ -12319,6 +12579,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12319
12579
|
customData: any[];
|
|
12320
12580
|
reactProfilerTimings: any[];
|
|
12321
12581
|
} | {
|
|
12582
|
+
unknownElementHierarchy?: string | undefined;
|
|
12583
|
+
unknownElementName?: string | undefined;
|
|
12322
12584
|
'metric:ttai': number | undefined;
|
|
12323
12585
|
'metric:experimental:ttai': number | undefined;
|
|
12324
12586
|
legacyMetrics?: undefined;
|
|
@@ -12386,6 +12648,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12386
12648
|
customData: any[];
|
|
12387
12649
|
reactProfilerTimings: any[];
|
|
12388
12650
|
} | {
|
|
12651
|
+
unknownElementHierarchy?: string | undefined;
|
|
12652
|
+
unknownElementName?: string | undefined;
|
|
12389
12653
|
'metric:ttai': number | undefined;
|
|
12390
12654
|
'metric:experimental:ttai': number | undefined;
|
|
12391
12655
|
legacyMetrics: {
|
|
@@ -12469,6 +12733,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12469
12733
|
customData: any[];
|
|
12470
12734
|
reactProfilerTimings: any[];
|
|
12471
12735
|
} | {
|
|
12736
|
+
unknownElementHierarchy?: string | undefined;
|
|
12737
|
+
unknownElementName?: string | undefined;
|
|
12472
12738
|
'metric:ttai': number | undefined;
|
|
12473
12739
|
'metric:experimental:ttai': number | undefined;
|
|
12474
12740
|
legacyMetrics?: undefined;
|
|
@@ -12560,6 +12826,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12560
12826
|
customData: any[];
|
|
12561
12827
|
reactProfilerTimings: any[];
|
|
12562
12828
|
} | {
|
|
12829
|
+
unknownElementHierarchy?: string | undefined;
|
|
12830
|
+
unknownElementName?: string | undefined;
|
|
12563
12831
|
'metric:ttai': number | undefined;
|
|
12564
12832
|
'metric:experimental:ttai': number | undefined;
|
|
12565
12833
|
legacyMetrics: {
|
|
@@ -12667,6 +12935,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12667
12935
|
customData: any[];
|
|
12668
12936
|
reactProfilerTimings: any[];
|
|
12669
12937
|
} | {
|
|
12938
|
+
unknownElementHierarchy?: string | undefined;
|
|
12939
|
+
unknownElementName?: string | undefined;
|
|
12670
12940
|
'metric:ttai': number | undefined;
|
|
12671
12941
|
'metric:experimental:ttai': number | undefined;
|
|
12672
12942
|
legacyMetrics?: undefined;
|
|
@@ -12764,6 +13034,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12764
13034
|
customData: any[];
|
|
12765
13035
|
reactProfilerTimings: any[];
|
|
12766
13036
|
} | {
|
|
13037
|
+
unknownElementHierarchy?: string | undefined;
|
|
13038
|
+
unknownElementName?: string | undefined;
|
|
12767
13039
|
'metric:ttai': number | undefined;
|
|
12768
13040
|
'metric:experimental:ttai': number | undefined;
|
|
12769
13041
|
legacyMetrics: {
|
|
@@ -12929,6 +13201,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12929
13201
|
'experience:name': string;
|
|
12930
13202
|
} | {
|
|
12931
13203
|
interactionMetrics: {
|
|
13204
|
+
unknownElementHierarchy?: string | undefined;
|
|
13205
|
+
unknownElementName?: string | undefined;
|
|
12932
13206
|
'metric:ttai': number | undefined;
|
|
12933
13207
|
'metric:experimental:ttai': number | undefined;
|
|
12934
13208
|
legacyMetrics?: undefined;
|
|
@@ -12990,6 +13264,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
12990
13264
|
customData: any[];
|
|
12991
13265
|
reactProfilerTimings: any[];
|
|
12992
13266
|
} | {
|
|
13267
|
+
unknownElementHierarchy?: string | undefined;
|
|
13268
|
+
unknownElementName?: string | undefined;
|
|
12993
13269
|
'metric:ttai': number | undefined;
|
|
12994
13270
|
'metric:experimental:ttai': number | undefined;
|
|
12995
13271
|
legacyMetrics: {
|
|
@@ -13067,6 +13343,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13067
13343
|
customData: any[];
|
|
13068
13344
|
reactProfilerTimings: any[];
|
|
13069
13345
|
} | {
|
|
13346
|
+
unknownElementHierarchy?: string | undefined;
|
|
13347
|
+
unknownElementName?: string | undefined;
|
|
13070
13348
|
'metric:ttai': number | undefined;
|
|
13071
13349
|
'metric:experimental:ttai': number | undefined;
|
|
13072
13350
|
legacyMetrics?: undefined;
|
|
@@ -13134,6 +13412,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13134
13412
|
customData: any[];
|
|
13135
13413
|
reactProfilerTimings: any[];
|
|
13136
13414
|
} | {
|
|
13415
|
+
unknownElementHierarchy?: string | undefined;
|
|
13416
|
+
unknownElementName?: string | undefined;
|
|
13137
13417
|
'metric:ttai': number | undefined;
|
|
13138
13418
|
'metric:experimental:ttai': number | undefined;
|
|
13139
13419
|
legacyMetrics: {
|
|
@@ -13217,6 +13497,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13217
13497
|
customData: any[];
|
|
13218
13498
|
reactProfilerTimings: any[];
|
|
13219
13499
|
} | {
|
|
13500
|
+
unknownElementHierarchy?: string | undefined;
|
|
13501
|
+
unknownElementName?: string | undefined;
|
|
13220
13502
|
'metric:ttai': number | undefined;
|
|
13221
13503
|
'metric:experimental:ttai': number | undefined;
|
|
13222
13504
|
legacyMetrics?: undefined;
|
|
@@ -13308,6 +13590,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13308
13590
|
customData: any[];
|
|
13309
13591
|
reactProfilerTimings: any[];
|
|
13310
13592
|
} | {
|
|
13593
|
+
unknownElementHierarchy?: string | undefined;
|
|
13594
|
+
unknownElementName?: string | undefined;
|
|
13311
13595
|
'metric:ttai': number | undefined;
|
|
13312
13596
|
'metric:experimental:ttai': number | undefined;
|
|
13313
13597
|
legacyMetrics: {
|
|
@@ -13415,6 +13699,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13415
13699
|
customData: any[];
|
|
13416
13700
|
reactProfilerTimings: any[];
|
|
13417
13701
|
} | {
|
|
13702
|
+
unknownElementHierarchy?: string | undefined;
|
|
13703
|
+
unknownElementName?: string | undefined;
|
|
13418
13704
|
'metric:ttai': number | undefined;
|
|
13419
13705
|
'metric:experimental:ttai': number | undefined;
|
|
13420
13706
|
legacyMetrics?: undefined;
|
|
@@ -13512,6 +13798,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13512
13798
|
customData: any[];
|
|
13513
13799
|
reactProfilerTimings: any[];
|
|
13514
13800
|
} | {
|
|
13801
|
+
unknownElementHierarchy?: string | undefined;
|
|
13802
|
+
unknownElementName?: string | undefined;
|
|
13515
13803
|
'metric:ttai': number | undefined;
|
|
13516
13804
|
'metric:experimental:ttai': number | undefined;
|
|
13517
13805
|
legacyMetrics: {
|
|
@@ -13677,6 +13965,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13677
13965
|
'experience:name': string;
|
|
13678
13966
|
} | {
|
|
13679
13967
|
interactionMetrics: {
|
|
13968
|
+
unknownElementHierarchy?: string | undefined;
|
|
13969
|
+
unknownElementName?: string | undefined;
|
|
13680
13970
|
'metric:ttai': number | undefined;
|
|
13681
13971
|
'metric:experimental:ttai': number | undefined;
|
|
13682
13972
|
legacyMetrics?: undefined;
|
|
@@ -13738,6 +14028,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13738
14028
|
customData: any[];
|
|
13739
14029
|
reactProfilerTimings: any[];
|
|
13740
14030
|
} | {
|
|
14031
|
+
unknownElementHierarchy?: string | undefined;
|
|
14032
|
+
unknownElementName?: string | undefined;
|
|
13741
14033
|
'metric:ttai': number | undefined;
|
|
13742
14034
|
'metric:experimental:ttai': number | undefined;
|
|
13743
14035
|
legacyMetrics: {
|
|
@@ -13815,6 +14107,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13815
14107
|
customData: any[];
|
|
13816
14108
|
reactProfilerTimings: any[];
|
|
13817
14109
|
} | {
|
|
14110
|
+
unknownElementHierarchy?: string | undefined;
|
|
14111
|
+
unknownElementName?: string | undefined;
|
|
13818
14112
|
'metric:ttai': number | undefined;
|
|
13819
14113
|
'metric:experimental:ttai': number | undefined;
|
|
13820
14114
|
legacyMetrics?: undefined;
|
|
@@ -13882,6 +14176,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13882
14176
|
customData: any[];
|
|
13883
14177
|
reactProfilerTimings: any[];
|
|
13884
14178
|
} | {
|
|
14179
|
+
unknownElementHierarchy?: string | undefined;
|
|
14180
|
+
unknownElementName?: string | undefined;
|
|
13885
14181
|
'metric:ttai': number | undefined;
|
|
13886
14182
|
'metric:experimental:ttai': number | undefined;
|
|
13887
14183
|
legacyMetrics: {
|
|
@@ -13965,6 +14261,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
13965
14261
|
customData: any[];
|
|
13966
14262
|
reactProfilerTimings: any[];
|
|
13967
14263
|
} | {
|
|
14264
|
+
unknownElementHierarchy?: string | undefined;
|
|
14265
|
+
unknownElementName?: string | undefined;
|
|
13968
14266
|
'metric:ttai': number | undefined;
|
|
13969
14267
|
'metric:experimental:ttai': number | undefined;
|
|
13970
14268
|
legacyMetrics?: undefined;
|
|
@@ -14056,6 +14354,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14056
14354
|
customData: any[];
|
|
14057
14355
|
reactProfilerTimings: any[];
|
|
14058
14356
|
} | {
|
|
14357
|
+
unknownElementHierarchy?: string | undefined;
|
|
14358
|
+
unknownElementName?: string | undefined;
|
|
14059
14359
|
'metric:ttai': number | undefined;
|
|
14060
14360
|
'metric:experimental:ttai': number | undefined;
|
|
14061
14361
|
legacyMetrics: {
|
|
@@ -14163,6 +14463,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14163
14463
|
customData: any[];
|
|
14164
14464
|
reactProfilerTimings: any[];
|
|
14165
14465
|
} | {
|
|
14466
|
+
unknownElementHierarchy?: string | undefined;
|
|
14467
|
+
unknownElementName?: string | undefined;
|
|
14166
14468
|
'metric:ttai': number | undefined;
|
|
14167
14469
|
'metric:experimental:ttai': number | undefined;
|
|
14168
14470
|
legacyMetrics?: undefined;
|
|
@@ -14260,6 +14562,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14260
14562
|
customData: any[];
|
|
14261
14563
|
reactProfilerTimings: any[];
|
|
14262
14564
|
} | {
|
|
14565
|
+
unknownElementHierarchy?: string | undefined;
|
|
14566
|
+
unknownElementName?: string | undefined;
|
|
14263
14567
|
'metric:ttai': number | undefined;
|
|
14264
14568
|
'metric:experimental:ttai': number | undefined;
|
|
14265
14569
|
legacyMetrics: {
|
|
@@ -14446,6 +14750,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14446
14750
|
'experience:name': string;
|
|
14447
14751
|
} | {
|
|
14448
14752
|
interactionMetrics: {
|
|
14753
|
+
unknownElementHierarchy?: string | undefined;
|
|
14754
|
+
unknownElementName?: string | undefined;
|
|
14449
14755
|
'metric:ttai': number | undefined;
|
|
14450
14756
|
'metric:experimental:ttai': number | undefined;
|
|
14451
14757
|
legacyMetrics?: undefined;
|
|
@@ -14507,6 +14813,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14507
14813
|
customData: any[];
|
|
14508
14814
|
reactProfilerTimings: any[];
|
|
14509
14815
|
} | {
|
|
14816
|
+
unknownElementHierarchy?: string | undefined;
|
|
14817
|
+
unknownElementName?: string | undefined;
|
|
14510
14818
|
'metric:ttai': number | undefined;
|
|
14511
14819
|
'metric:experimental:ttai': number | undefined;
|
|
14512
14820
|
legacyMetrics: {
|
|
@@ -14584,6 +14892,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14584
14892
|
customData: any[];
|
|
14585
14893
|
reactProfilerTimings: any[];
|
|
14586
14894
|
} | {
|
|
14895
|
+
unknownElementHierarchy?: string | undefined;
|
|
14896
|
+
unknownElementName?: string | undefined;
|
|
14587
14897
|
'metric:ttai': number | undefined;
|
|
14588
14898
|
'metric:experimental:ttai': number | undefined;
|
|
14589
14899
|
legacyMetrics?: undefined;
|
|
@@ -14651,6 +14961,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14651
14961
|
customData: any[];
|
|
14652
14962
|
reactProfilerTimings: any[];
|
|
14653
14963
|
} | {
|
|
14964
|
+
unknownElementHierarchy?: string | undefined;
|
|
14965
|
+
unknownElementName?: string | undefined;
|
|
14654
14966
|
'metric:ttai': number | undefined;
|
|
14655
14967
|
'metric:experimental:ttai': number | undefined;
|
|
14656
14968
|
legacyMetrics: {
|
|
@@ -14734,6 +15046,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14734
15046
|
customData: any[];
|
|
14735
15047
|
reactProfilerTimings: any[];
|
|
14736
15048
|
} | {
|
|
15049
|
+
unknownElementHierarchy?: string | undefined;
|
|
15050
|
+
unknownElementName?: string | undefined;
|
|
14737
15051
|
'metric:ttai': number | undefined;
|
|
14738
15052
|
'metric:experimental:ttai': number | undefined;
|
|
14739
15053
|
legacyMetrics?: undefined;
|
|
@@ -14825,6 +15139,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14825
15139
|
customData: any[];
|
|
14826
15140
|
reactProfilerTimings: any[];
|
|
14827
15141
|
} | {
|
|
15142
|
+
unknownElementHierarchy?: string | undefined;
|
|
15143
|
+
unknownElementName?: string | undefined;
|
|
14828
15144
|
'metric:ttai': number | undefined;
|
|
14829
15145
|
'metric:experimental:ttai': number | undefined;
|
|
14830
15146
|
legacyMetrics: {
|
|
@@ -14932,6 +15248,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
14932
15248
|
customData: any[];
|
|
14933
15249
|
reactProfilerTimings: any[];
|
|
14934
15250
|
} | {
|
|
15251
|
+
unknownElementHierarchy?: string | undefined;
|
|
15252
|
+
unknownElementName?: string | undefined;
|
|
14935
15253
|
'metric:ttai': number | undefined;
|
|
14936
15254
|
'metric:experimental:ttai': number | undefined;
|
|
14937
15255
|
legacyMetrics?: undefined;
|
|
@@ -15029,6 +15347,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15029
15347
|
customData: any[];
|
|
15030
15348
|
reactProfilerTimings: any[];
|
|
15031
15349
|
} | {
|
|
15350
|
+
unknownElementHierarchy?: string | undefined;
|
|
15351
|
+
unknownElementName?: string | undefined;
|
|
15032
15352
|
'metric:ttai': number | undefined;
|
|
15033
15353
|
'metric:experimental:ttai': number | undefined;
|
|
15034
15354
|
legacyMetrics: {
|
|
@@ -15215,6 +15535,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15215
15535
|
'experience:name': string;
|
|
15216
15536
|
} | {
|
|
15217
15537
|
interactionMetrics: {
|
|
15538
|
+
unknownElementHierarchy?: string | undefined;
|
|
15539
|
+
unknownElementName?: string | undefined;
|
|
15218
15540
|
'metric:ttai': number | undefined;
|
|
15219
15541
|
'metric:experimental:ttai': number | undefined;
|
|
15220
15542
|
legacyMetrics?: undefined;
|
|
@@ -15276,6 +15598,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15276
15598
|
customData: any[];
|
|
15277
15599
|
reactProfilerTimings: any[];
|
|
15278
15600
|
} | {
|
|
15601
|
+
unknownElementHierarchy?: string | undefined;
|
|
15602
|
+
unknownElementName?: string | undefined;
|
|
15279
15603
|
'metric:ttai': number | undefined;
|
|
15280
15604
|
'metric:experimental:ttai': number | undefined;
|
|
15281
15605
|
legacyMetrics: {
|
|
@@ -15353,6 +15677,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15353
15677
|
customData: any[];
|
|
15354
15678
|
reactProfilerTimings: any[];
|
|
15355
15679
|
} | {
|
|
15680
|
+
unknownElementHierarchy?: string | undefined;
|
|
15681
|
+
unknownElementName?: string | undefined;
|
|
15356
15682
|
'metric:ttai': number | undefined;
|
|
15357
15683
|
'metric:experimental:ttai': number | undefined;
|
|
15358
15684
|
legacyMetrics?: undefined;
|
|
@@ -15420,6 +15746,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15420
15746
|
customData: any[];
|
|
15421
15747
|
reactProfilerTimings: any[];
|
|
15422
15748
|
} | {
|
|
15749
|
+
unknownElementHierarchy?: string | undefined;
|
|
15750
|
+
unknownElementName?: string | undefined;
|
|
15423
15751
|
'metric:ttai': number | undefined;
|
|
15424
15752
|
'metric:experimental:ttai': number | undefined;
|
|
15425
15753
|
legacyMetrics: {
|
|
@@ -15503,6 +15831,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15503
15831
|
customData: any[];
|
|
15504
15832
|
reactProfilerTimings: any[];
|
|
15505
15833
|
} | {
|
|
15834
|
+
unknownElementHierarchy?: string | undefined;
|
|
15835
|
+
unknownElementName?: string | undefined;
|
|
15506
15836
|
'metric:ttai': number | undefined;
|
|
15507
15837
|
'metric:experimental:ttai': number | undefined;
|
|
15508
15838
|
legacyMetrics?: undefined;
|
|
@@ -15594,6 +15924,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15594
15924
|
customData: any[];
|
|
15595
15925
|
reactProfilerTimings: any[];
|
|
15596
15926
|
} | {
|
|
15927
|
+
unknownElementHierarchy?: string | undefined;
|
|
15928
|
+
unknownElementName?: string | undefined;
|
|
15597
15929
|
'metric:ttai': number | undefined;
|
|
15598
15930
|
'metric:experimental:ttai': number | undefined;
|
|
15599
15931
|
legacyMetrics: {
|
|
@@ -15701,6 +16033,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15701
16033
|
customData: any[];
|
|
15702
16034
|
reactProfilerTimings: any[];
|
|
15703
16035
|
} | {
|
|
16036
|
+
unknownElementHierarchy?: string | undefined;
|
|
16037
|
+
unknownElementName?: string | undefined;
|
|
15704
16038
|
'metric:ttai': number | undefined;
|
|
15705
16039
|
'metric:experimental:ttai': number | undefined;
|
|
15706
16040
|
legacyMetrics?: undefined;
|
|
@@ -15798,6 +16132,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15798
16132
|
customData: any[];
|
|
15799
16133
|
reactProfilerTimings: any[];
|
|
15800
16134
|
} | {
|
|
16135
|
+
unknownElementHierarchy?: string | undefined;
|
|
16136
|
+
unknownElementName?: string | undefined;
|
|
15801
16137
|
'metric:ttai': number | undefined;
|
|
15802
16138
|
'metric:experimental:ttai': number | undefined;
|
|
15803
16139
|
legacyMetrics: {
|
|
@@ -15966,6 +16302,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
15966
16302
|
'experience:name': string;
|
|
15967
16303
|
} | {
|
|
15968
16304
|
interactionMetrics: {
|
|
16305
|
+
unknownElementHierarchy?: string | undefined;
|
|
16306
|
+
unknownElementName?: string | undefined;
|
|
15969
16307
|
'metric:ttai': number | undefined;
|
|
15970
16308
|
'metric:experimental:ttai': number | undefined;
|
|
15971
16309
|
legacyMetrics?: undefined;
|
|
@@ -16027,6 +16365,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16027
16365
|
customData: any[];
|
|
16028
16366
|
reactProfilerTimings: any[];
|
|
16029
16367
|
} | {
|
|
16368
|
+
unknownElementHierarchy?: string | undefined;
|
|
16369
|
+
unknownElementName?: string | undefined;
|
|
16030
16370
|
'metric:ttai': number | undefined;
|
|
16031
16371
|
'metric:experimental:ttai': number | undefined;
|
|
16032
16372
|
legacyMetrics: {
|
|
@@ -16104,6 +16444,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16104
16444
|
customData: any[];
|
|
16105
16445
|
reactProfilerTimings: any[];
|
|
16106
16446
|
} | {
|
|
16447
|
+
unknownElementHierarchy?: string | undefined;
|
|
16448
|
+
unknownElementName?: string | undefined;
|
|
16107
16449
|
'metric:ttai': number | undefined;
|
|
16108
16450
|
'metric:experimental:ttai': number | undefined;
|
|
16109
16451
|
legacyMetrics?: undefined;
|
|
@@ -16171,6 +16513,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16171
16513
|
customData: any[];
|
|
16172
16514
|
reactProfilerTimings: any[];
|
|
16173
16515
|
} | {
|
|
16516
|
+
unknownElementHierarchy?: string | undefined;
|
|
16517
|
+
unknownElementName?: string | undefined;
|
|
16174
16518
|
'metric:ttai': number | undefined;
|
|
16175
16519
|
'metric:experimental:ttai': number | undefined;
|
|
16176
16520
|
legacyMetrics: {
|
|
@@ -16254,6 +16598,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16254
16598
|
customData: any[];
|
|
16255
16599
|
reactProfilerTimings: any[];
|
|
16256
16600
|
} | {
|
|
16601
|
+
unknownElementHierarchy?: string | undefined;
|
|
16602
|
+
unknownElementName?: string | undefined;
|
|
16257
16603
|
'metric:ttai': number | undefined;
|
|
16258
16604
|
'metric:experimental:ttai': number | undefined;
|
|
16259
16605
|
legacyMetrics?: undefined;
|
|
@@ -16345,6 +16691,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16345
16691
|
customData: any[];
|
|
16346
16692
|
reactProfilerTimings: any[];
|
|
16347
16693
|
} | {
|
|
16694
|
+
unknownElementHierarchy?: string | undefined;
|
|
16695
|
+
unknownElementName?: string | undefined;
|
|
16348
16696
|
'metric:ttai': number | undefined;
|
|
16349
16697
|
'metric:experimental:ttai': number | undefined;
|
|
16350
16698
|
legacyMetrics: {
|
|
@@ -16452,6 +16800,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16452
16800
|
customData: any[];
|
|
16453
16801
|
reactProfilerTimings: any[];
|
|
16454
16802
|
} | {
|
|
16803
|
+
unknownElementHierarchy?: string | undefined;
|
|
16804
|
+
unknownElementName?: string | undefined;
|
|
16455
16805
|
'metric:ttai': number | undefined;
|
|
16456
16806
|
'metric:experimental:ttai': number | undefined;
|
|
16457
16807
|
legacyMetrics?: undefined;
|
|
@@ -16549,6 +16899,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16549
16899
|
customData: any[];
|
|
16550
16900
|
reactProfilerTimings: any[];
|
|
16551
16901
|
} | {
|
|
16902
|
+
unknownElementHierarchy?: string | undefined;
|
|
16903
|
+
unknownElementName?: string | undefined;
|
|
16552
16904
|
'metric:ttai': number | undefined;
|
|
16553
16905
|
'metric:experimental:ttai': number | undefined;
|
|
16554
16906
|
legacyMetrics: {
|
|
@@ -16717,6 +17069,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16717
17069
|
'experience:name': string;
|
|
16718
17070
|
} | {
|
|
16719
17071
|
interactionMetrics: {
|
|
17072
|
+
unknownElementHierarchy?: string | undefined;
|
|
17073
|
+
unknownElementName?: string | undefined;
|
|
16720
17074
|
'metric:ttai': number | undefined;
|
|
16721
17075
|
'metric:experimental:ttai': number | undefined;
|
|
16722
17076
|
legacyMetrics?: undefined;
|
|
@@ -16778,6 +17132,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16778
17132
|
customData: any[];
|
|
16779
17133
|
reactProfilerTimings: any[];
|
|
16780
17134
|
} | {
|
|
17135
|
+
unknownElementHierarchy?: string | undefined;
|
|
17136
|
+
unknownElementName?: string | undefined;
|
|
16781
17137
|
'metric:ttai': number | undefined;
|
|
16782
17138
|
'metric:experimental:ttai': number | undefined;
|
|
16783
17139
|
legacyMetrics: {
|
|
@@ -16855,6 +17211,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16855
17211
|
customData: any[];
|
|
16856
17212
|
reactProfilerTimings: any[];
|
|
16857
17213
|
} | {
|
|
17214
|
+
unknownElementHierarchy?: string | undefined;
|
|
17215
|
+
unknownElementName?: string | undefined;
|
|
16858
17216
|
'metric:ttai': number | undefined;
|
|
16859
17217
|
'metric:experimental:ttai': number | undefined;
|
|
16860
17218
|
legacyMetrics?: undefined;
|
|
@@ -16922,6 +17280,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
16922
17280
|
customData: any[];
|
|
16923
17281
|
reactProfilerTimings: any[];
|
|
16924
17282
|
} | {
|
|
17283
|
+
unknownElementHierarchy?: string | undefined;
|
|
17284
|
+
unknownElementName?: string | undefined;
|
|
16925
17285
|
'metric:ttai': number | undefined;
|
|
16926
17286
|
'metric:experimental:ttai': number | undefined;
|
|
16927
17287
|
legacyMetrics: {
|
|
@@ -17005,6 +17365,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17005
17365
|
customData: any[];
|
|
17006
17366
|
reactProfilerTimings: any[];
|
|
17007
17367
|
} | {
|
|
17368
|
+
unknownElementHierarchy?: string | undefined;
|
|
17369
|
+
unknownElementName?: string | undefined;
|
|
17008
17370
|
'metric:ttai': number | undefined;
|
|
17009
17371
|
'metric:experimental:ttai': number | undefined;
|
|
17010
17372
|
legacyMetrics?: undefined;
|
|
@@ -17096,6 +17458,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17096
17458
|
customData: any[];
|
|
17097
17459
|
reactProfilerTimings: any[];
|
|
17098
17460
|
} | {
|
|
17461
|
+
unknownElementHierarchy?: string | undefined;
|
|
17462
|
+
unknownElementName?: string | undefined;
|
|
17099
17463
|
'metric:ttai': number | undefined;
|
|
17100
17464
|
'metric:experimental:ttai': number | undefined;
|
|
17101
17465
|
legacyMetrics: {
|
|
@@ -17203,6 +17567,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17203
17567
|
customData: any[];
|
|
17204
17568
|
reactProfilerTimings: any[];
|
|
17205
17569
|
} | {
|
|
17570
|
+
unknownElementHierarchy?: string | undefined;
|
|
17571
|
+
unknownElementName?: string | undefined;
|
|
17206
17572
|
'metric:ttai': number | undefined;
|
|
17207
17573
|
'metric:experimental:ttai': number | undefined;
|
|
17208
17574
|
legacyMetrics?: undefined;
|
|
@@ -17300,6 +17666,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17300
17666
|
customData: any[];
|
|
17301
17667
|
reactProfilerTimings: any[];
|
|
17302
17668
|
} | {
|
|
17669
|
+
unknownElementHierarchy?: string | undefined;
|
|
17670
|
+
unknownElementName?: string | undefined;
|
|
17303
17671
|
'metric:ttai': number | undefined;
|
|
17304
17672
|
'metric:experimental:ttai': number | undefined;
|
|
17305
17673
|
legacyMetrics: {
|
|
@@ -17489,6 +17857,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17489
17857
|
'experience:name': string;
|
|
17490
17858
|
} | {
|
|
17491
17859
|
interactionMetrics: {
|
|
17860
|
+
unknownElementHierarchy?: string | undefined;
|
|
17861
|
+
unknownElementName?: string | undefined;
|
|
17492
17862
|
'metric:ttai': number | undefined;
|
|
17493
17863
|
'metric:experimental:ttai': number | undefined;
|
|
17494
17864
|
legacyMetrics?: undefined;
|
|
@@ -17550,6 +17920,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17550
17920
|
customData: any[];
|
|
17551
17921
|
reactProfilerTimings: any[];
|
|
17552
17922
|
} | {
|
|
17923
|
+
unknownElementHierarchy?: string | undefined;
|
|
17924
|
+
unknownElementName?: string | undefined;
|
|
17553
17925
|
'metric:ttai': number | undefined;
|
|
17554
17926
|
'metric:experimental:ttai': number | undefined;
|
|
17555
17927
|
legacyMetrics: {
|
|
@@ -17627,6 +17999,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17627
17999
|
customData: any[];
|
|
17628
18000
|
reactProfilerTimings: any[];
|
|
17629
18001
|
} | {
|
|
18002
|
+
unknownElementHierarchy?: string | undefined;
|
|
18003
|
+
unknownElementName?: string | undefined;
|
|
17630
18004
|
'metric:ttai': number | undefined;
|
|
17631
18005
|
'metric:experimental:ttai': number | undefined;
|
|
17632
18006
|
legacyMetrics?: undefined;
|
|
@@ -17694,6 +18068,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17694
18068
|
customData: any[];
|
|
17695
18069
|
reactProfilerTimings: any[];
|
|
17696
18070
|
} | {
|
|
18071
|
+
unknownElementHierarchy?: string | undefined;
|
|
18072
|
+
unknownElementName?: string | undefined;
|
|
17697
18073
|
'metric:ttai': number | undefined;
|
|
17698
18074
|
'metric:experimental:ttai': number | undefined;
|
|
17699
18075
|
legacyMetrics: {
|
|
@@ -17777,6 +18153,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17777
18153
|
customData: any[];
|
|
17778
18154
|
reactProfilerTimings: any[];
|
|
17779
18155
|
} | {
|
|
18156
|
+
unknownElementHierarchy?: string | undefined;
|
|
18157
|
+
unknownElementName?: string | undefined;
|
|
17780
18158
|
'metric:ttai': number | undefined;
|
|
17781
18159
|
'metric:experimental:ttai': number | undefined;
|
|
17782
18160
|
legacyMetrics?: undefined;
|
|
@@ -17868,6 +18246,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17868
18246
|
customData: any[];
|
|
17869
18247
|
reactProfilerTimings: any[];
|
|
17870
18248
|
} | {
|
|
18249
|
+
unknownElementHierarchy?: string | undefined;
|
|
18250
|
+
unknownElementName?: string | undefined;
|
|
17871
18251
|
'metric:ttai': number | undefined;
|
|
17872
18252
|
'metric:experimental:ttai': number | undefined;
|
|
17873
18253
|
legacyMetrics: {
|
|
@@ -17975,6 +18355,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
17975
18355
|
customData: any[];
|
|
17976
18356
|
reactProfilerTimings: any[];
|
|
17977
18357
|
} | {
|
|
18358
|
+
unknownElementHierarchy?: string | undefined;
|
|
18359
|
+
unknownElementName?: string | undefined;
|
|
17978
18360
|
'metric:ttai': number | undefined;
|
|
17979
18361
|
'metric:experimental:ttai': number | undefined;
|
|
17980
18362
|
legacyMetrics?: undefined;
|
|
@@ -18072,6 +18454,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18072
18454
|
customData: any[];
|
|
18073
18455
|
reactProfilerTimings: any[];
|
|
18074
18456
|
} | {
|
|
18457
|
+
unknownElementHierarchy?: string | undefined;
|
|
18458
|
+
unknownElementName?: string | undefined;
|
|
18075
18459
|
'metric:ttai': number | undefined;
|
|
18076
18460
|
'metric:experimental:ttai': number | undefined;
|
|
18077
18461
|
legacyMetrics: {
|
|
@@ -18261,6 +18645,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18261
18645
|
'experience:name': string;
|
|
18262
18646
|
} | {
|
|
18263
18647
|
interactionMetrics: {
|
|
18648
|
+
unknownElementHierarchy?: string | undefined;
|
|
18649
|
+
unknownElementName?: string | undefined;
|
|
18264
18650
|
'metric:ttai': number | undefined;
|
|
18265
18651
|
'metric:experimental:ttai': number | undefined;
|
|
18266
18652
|
legacyMetrics?: undefined;
|
|
@@ -18322,6 +18708,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18322
18708
|
customData: any[];
|
|
18323
18709
|
reactProfilerTimings: any[];
|
|
18324
18710
|
} | {
|
|
18711
|
+
unknownElementHierarchy?: string | undefined;
|
|
18712
|
+
unknownElementName?: string | undefined;
|
|
18325
18713
|
'metric:ttai': number | undefined;
|
|
18326
18714
|
'metric:experimental:ttai': number | undefined;
|
|
18327
18715
|
legacyMetrics: {
|
|
@@ -18399,6 +18787,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18399
18787
|
customData: any[];
|
|
18400
18788
|
reactProfilerTimings: any[];
|
|
18401
18789
|
} | {
|
|
18790
|
+
unknownElementHierarchy?: string | undefined;
|
|
18791
|
+
unknownElementName?: string | undefined;
|
|
18402
18792
|
'metric:ttai': number | undefined;
|
|
18403
18793
|
'metric:experimental:ttai': number | undefined;
|
|
18404
18794
|
legacyMetrics?: undefined;
|
|
@@ -18466,6 +18856,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18466
18856
|
customData: any[];
|
|
18467
18857
|
reactProfilerTimings: any[];
|
|
18468
18858
|
} | {
|
|
18859
|
+
unknownElementHierarchy?: string | undefined;
|
|
18860
|
+
unknownElementName?: string | undefined;
|
|
18469
18861
|
'metric:ttai': number | undefined;
|
|
18470
18862
|
'metric:experimental:ttai': number | undefined;
|
|
18471
18863
|
legacyMetrics: {
|
|
@@ -18549,6 +18941,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18549
18941
|
customData: any[];
|
|
18550
18942
|
reactProfilerTimings: any[];
|
|
18551
18943
|
} | {
|
|
18944
|
+
unknownElementHierarchy?: string | undefined;
|
|
18945
|
+
unknownElementName?: string | undefined;
|
|
18552
18946
|
'metric:ttai': number | undefined;
|
|
18553
18947
|
'metric:experimental:ttai': number | undefined;
|
|
18554
18948
|
legacyMetrics?: undefined;
|
|
@@ -18640,6 +19034,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18640
19034
|
customData: any[];
|
|
18641
19035
|
reactProfilerTimings: any[];
|
|
18642
19036
|
} | {
|
|
19037
|
+
unknownElementHierarchy?: string | undefined;
|
|
19038
|
+
unknownElementName?: string | undefined;
|
|
18643
19039
|
'metric:ttai': number | undefined;
|
|
18644
19040
|
'metric:experimental:ttai': number | undefined;
|
|
18645
19041
|
legacyMetrics: {
|
|
@@ -18747,6 +19143,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18747
19143
|
customData: any[];
|
|
18748
19144
|
reactProfilerTimings: any[];
|
|
18749
19145
|
} | {
|
|
19146
|
+
unknownElementHierarchy?: string | undefined;
|
|
19147
|
+
unknownElementName?: string | undefined;
|
|
18750
19148
|
'metric:ttai': number | undefined;
|
|
18751
19149
|
'metric:experimental:ttai': number | undefined;
|
|
18752
19150
|
legacyMetrics?: undefined;
|
|
@@ -18844,6 +19242,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
18844
19242
|
customData: any[];
|
|
18845
19243
|
reactProfilerTimings: any[];
|
|
18846
19244
|
} | {
|
|
19245
|
+
unknownElementHierarchy?: string | undefined;
|
|
19246
|
+
unknownElementName?: string | undefined;
|
|
18847
19247
|
'metric:ttai': number | undefined;
|
|
18848
19248
|
'metric:experimental:ttai': number | undefined;
|
|
18849
19249
|
legacyMetrics: {
|
|
@@ -19009,6 +19409,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19009
19409
|
'experience:name': string;
|
|
19010
19410
|
} | {
|
|
19011
19411
|
interactionMetrics: {
|
|
19412
|
+
unknownElementHierarchy?: string | undefined;
|
|
19413
|
+
unknownElementName?: string | undefined;
|
|
19012
19414
|
'metric:ttai': number | undefined;
|
|
19013
19415
|
'metric:experimental:ttai': number | undefined;
|
|
19014
19416
|
legacyMetrics?: undefined;
|
|
@@ -19070,6 +19472,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19070
19472
|
customData: any[];
|
|
19071
19473
|
reactProfilerTimings: any[];
|
|
19072
19474
|
} | {
|
|
19475
|
+
unknownElementHierarchy?: string | undefined;
|
|
19476
|
+
unknownElementName?: string | undefined;
|
|
19073
19477
|
'metric:ttai': number | undefined;
|
|
19074
19478
|
'metric:experimental:ttai': number | undefined;
|
|
19075
19479
|
legacyMetrics: {
|
|
@@ -19147,6 +19551,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19147
19551
|
customData: any[];
|
|
19148
19552
|
reactProfilerTimings: any[];
|
|
19149
19553
|
} | {
|
|
19554
|
+
unknownElementHierarchy?: string | undefined;
|
|
19555
|
+
unknownElementName?: string | undefined;
|
|
19150
19556
|
'metric:ttai': number | undefined;
|
|
19151
19557
|
'metric:experimental:ttai': number | undefined;
|
|
19152
19558
|
legacyMetrics?: undefined;
|
|
@@ -19214,6 +19620,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19214
19620
|
customData: any[];
|
|
19215
19621
|
reactProfilerTimings: any[];
|
|
19216
19622
|
} | {
|
|
19623
|
+
unknownElementHierarchy?: string | undefined;
|
|
19624
|
+
unknownElementName?: string | undefined;
|
|
19217
19625
|
'metric:ttai': number | undefined;
|
|
19218
19626
|
'metric:experimental:ttai': number | undefined;
|
|
19219
19627
|
legacyMetrics: {
|
|
@@ -19297,6 +19705,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19297
19705
|
customData: any[];
|
|
19298
19706
|
reactProfilerTimings: any[];
|
|
19299
19707
|
} | {
|
|
19708
|
+
unknownElementHierarchy?: string | undefined;
|
|
19709
|
+
unknownElementName?: string | undefined;
|
|
19300
19710
|
'metric:ttai': number | undefined;
|
|
19301
19711
|
'metric:experimental:ttai': number | undefined;
|
|
19302
19712
|
legacyMetrics?: undefined;
|
|
@@ -19388,6 +19798,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19388
19798
|
customData: any[];
|
|
19389
19799
|
reactProfilerTimings: any[];
|
|
19390
19800
|
} | {
|
|
19801
|
+
unknownElementHierarchy?: string | undefined;
|
|
19802
|
+
unknownElementName?: string | undefined;
|
|
19391
19803
|
'metric:ttai': number | undefined;
|
|
19392
19804
|
'metric:experimental:ttai': number | undefined;
|
|
19393
19805
|
legacyMetrics: {
|
|
@@ -19495,6 +19907,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19495
19907
|
customData: any[];
|
|
19496
19908
|
reactProfilerTimings: any[];
|
|
19497
19909
|
} | {
|
|
19910
|
+
unknownElementHierarchy?: string | undefined;
|
|
19911
|
+
unknownElementName?: string | undefined;
|
|
19498
19912
|
'metric:ttai': number | undefined;
|
|
19499
19913
|
'metric:experimental:ttai': number | undefined;
|
|
19500
19914
|
legacyMetrics?: undefined;
|
|
@@ -19592,6 +20006,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19592
20006
|
customData: any[];
|
|
19593
20007
|
reactProfilerTimings: any[];
|
|
19594
20008
|
} | {
|
|
20009
|
+
unknownElementHierarchy?: string | undefined;
|
|
20010
|
+
unknownElementName?: string | undefined;
|
|
19595
20011
|
'metric:ttai': number | undefined;
|
|
19596
20012
|
'metric:experimental:ttai': number | undefined;
|
|
19597
20013
|
legacyMetrics: {
|
|
@@ -19757,6 +20173,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19757
20173
|
'experience:name': string;
|
|
19758
20174
|
} | {
|
|
19759
20175
|
interactionMetrics: {
|
|
20176
|
+
unknownElementHierarchy?: string | undefined;
|
|
20177
|
+
unknownElementName?: string | undefined;
|
|
19760
20178
|
'metric:ttai': number | undefined;
|
|
19761
20179
|
'metric:experimental:ttai': number | undefined;
|
|
19762
20180
|
legacyMetrics?: undefined;
|
|
@@ -19818,6 +20236,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19818
20236
|
customData: any[];
|
|
19819
20237
|
reactProfilerTimings: any[];
|
|
19820
20238
|
} | {
|
|
20239
|
+
unknownElementHierarchy?: string | undefined;
|
|
20240
|
+
unknownElementName?: string | undefined;
|
|
19821
20241
|
'metric:ttai': number | undefined;
|
|
19822
20242
|
'metric:experimental:ttai': number | undefined;
|
|
19823
20243
|
legacyMetrics: {
|
|
@@ -19895,6 +20315,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19895
20315
|
customData: any[];
|
|
19896
20316
|
reactProfilerTimings: any[];
|
|
19897
20317
|
} | {
|
|
20318
|
+
unknownElementHierarchy?: string | undefined;
|
|
20319
|
+
unknownElementName?: string | undefined;
|
|
19898
20320
|
'metric:ttai': number | undefined;
|
|
19899
20321
|
'metric:experimental:ttai': number | undefined;
|
|
19900
20322
|
legacyMetrics?: undefined;
|
|
@@ -19962,6 +20384,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
19962
20384
|
customData: any[];
|
|
19963
20385
|
reactProfilerTimings: any[];
|
|
19964
20386
|
} | {
|
|
20387
|
+
unknownElementHierarchy?: string | undefined;
|
|
20388
|
+
unknownElementName?: string | undefined;
|
|
19965
20389
|
'metric:ttai': number | undefined;
|
|
19966
20390
|
'metric:experimental:ttai': number | undefined;
|
|
19967
20391
|
legacyMetrics: {
|
|
@@ -20045,6 +20469,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20045
20469
|
customData: any[];
|
|
20046
20470
|
reactProfilerTimings: any[];
|
|
20047
20471
|
} | {
|
|
20472
|
+
unknownElementHierarchy?: string | undefined;
|
|
20473
|
+
unknownElementName?: string | undefined;
|
|
20048
20474
|
'metric:ttai': number | undefined;
|
|
20049
20475
|
'metric:experimental:ttai': number | undefined;
|
|
20050
20476
|
legacyMetrics?: undefined;
|
|
@@ -20136,6 +20562,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20136
20562
|
customData: any[];
|
|
20137
20563
|
reactProfilerTimings: any[];
|
|
20138
20564
|
} | {
|
|
20565
|
+
unknownElementHierarchy?: string | undefined;
|
|
20566
|
+
unknownElementName?: string | undefined;
|
|
20139
20567
|
'metric:ttai': number | undefined;
|
|
20140
20568
|
'metric:experimental:ttai': number | undefined;
|
|
20141
20569
|
legacyMetrics: {
|
|
@@ -20243,6 +20671,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20243
20671
|
customData: any[];
|
|
20244
20672
|
reactProfilerTimings: any[];
|
|
20245
20673
|
} | {
|
|
20674
|
+
unknownElementHierarchy?: string | undefined;
|
|
20675
|
+
unknownElementName?: string | undefined;
|
|
20246
20676
|
'metric:ttai': number | undefined;
|
|
20247
20677
|
'metric:experimental:ttai': number | undefined;
|
|
20248
20678
|
legacyMetrics?: undefined;
|
|
@@ -20340,6 +20770,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20340
20770
|
customData: any[];
|
|
20341
20771
|
reactProfilerTimings: any[];
|
|
20342
20772
|
} | {
|
|
20773
|
+
unknownElementHierarchy?: string | undefined;
|
|
20774
|
+
unknownElementName?: string | undefined;
|
|
20343
20775
|
'metric:ttai': number | undefined;
|
|
20344
20776
|
'metric:experimental:ttai': number | undefined;
|
|
20345
20777
|
legacyMetrics: {
|
|
@@ -20526,6 +20958,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20526
20958
|
'experience:name': string;
|
|
20527
20959
|
} | {
|
|
20528
20960
|
interactionMetrics: {
|
|
20961
|
+
unknownElementHierarchy?: string | undefined;
|
|
20962
|
+
unknownElementName?: string | undefined;
|
|
20529
20963
|
'metric:ttai': number | undefined;
|
|
20530
20964
|
'metric:experimental:ttai': number | undefined;
|
|
20531
20965
|
legacyMetrics?: undefined;
|
|
@@ -20587,6 +21021,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20587
21021
|
customData: any[];
|
|
20588
21022
|
reactProfilerTimings: any[];
|
|
20589
21023
|
} | {
|
|
21024
|
+
unknownElementHierarchy?: string | undefined;
|
|
21025
|
+
unknownElementName?: string | undefined;
|
|
20590
21026
|
'metric:ttai': number | undefined;
|
|
20591
21027
|
'metric:experimental:ttai': number | undefined;
|
|
20592
21028
|
legacyMetrics: {
|
|
@@ -20664,6 +21100,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20664
21100
|
customData: any[];
|
|
20665
21101
|
reactProfilerTimings: any[];
|
|
20666
21102
|
} | {
|
|
21103
|
+
unknownElementHierarchy?: string | undefined;
|
|
21104
|
+
unknownElementName?: string | undefined;
|
|
20667
21105
|
'metric:ttai': number | undefined;
|
|
20668
21106
|
'metric:experimental:ttai': number | undefined;
|
|
20669
21107
|
legacyMetrics?: undefined;
|
|
@@ -20731,6 +21169,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20731
21169
|
customData: any[];
|
|
20732
21170
|
reactProfilerTimings: any[];
|
|
20733
21171
|
} | {
|
|
21172
|
+
unknownElementHierarchy?: string | undefined;
|
|
21173
|
+
unknownElementName?: string | undefined;
|
|
20734
21174
|
'metric:ttai': number | undefined;
|
|
20735
21175
|
'metric:experimental:ttai': number | undefined;
|
|
20736
21176
|
legacyMetrics: {
|
|
@@ -20814,6 +21254,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20814
21254
|
customData: any[];
|
|
20815
21255
|
reactProfilerTimings: any[];
|
|
20816
21256
|
} | {
|
|
21257
|
+
unknownElementHierarchy?: string | undefined;
|
|
21258
|
+
unknownElementName?: string | undefined;
|
|
20817
21259
|
'metric:ttai': number | undefined;
|
|
20818
21260
|
'metric:experimental:ttai': number | undefined;
|
|
20819
21261
|
legacyMetrics?: undefined;
|
|
@@ -20905,6 +21347,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
20905
21347
|
customData: any[];
|
|
20906
21348
|
reactProfilerTimings: any[];
|
|
20907
21349
|
} | {
|
|
21350
|
+
unknownElementHierarchy?: string | undefined;
|
|
21351
|
+
unknownElementName?: string | undefined;
|
|
20908
21352
|
'metric:ttai': number | undefined;
|
|
20909
21353
|
'metric:experimental:ttai': number | undefined;
|
|
20910
21354
|
legacyMetrics: {
|
|
@@ -21012,6 +21456,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21012
21456
|
customData: any[];
|
|
21013
21457
|
reactProfilerTimings: any[];
|
|
21014
21458
|
} | {
|
|
21459
|
+
unknownElementHierarchy?: string | undefined;
|
|
21460
|
+
unknownElementName?: string | undefined;
|
|
21015
21461
|
'metric:ttai': number | undefined;
|
|
21016
21462
|
'metric:experimental:ttai': number | undefined;
|
|
21017
21463
|
legacyMetrics?: undefined;
|
|
@@ -21109,6 +21555,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21109
21555
|
customData: any[];
|
|
21110
21556
|
reactProfilerTimings: any[];
|
|
21111
21557
|
} | {
|
|
21558
|
+
unknownElementHierarchy?: string | undefined;
|
|
21559
|
+
unknownElementName?: string | undefined;
|
|
21112
21560
|
'metric:ttai': number | undefined;
|
|
21113
21561
|
'metric:experimental:ttai': number | undefined;
|
|
21114
21562
|
legacyMetrics: {
|
|
@@ -21295,6 +21743,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21295
21743
|
'experience:name': string;
|
|
21296
21744
|
} | {
|
|
21297
21745
|
interactionMetrics: {
|
|
21746
|
+
unknownElementHierarchy?: string | undefined;
|
|
21747
|
+
unknownElementName?: string | undefined;
|
|
21298
21748
|
'metric:ttai': number | undefined;
|
|
21299
21749
|
'metric:experimental:ttai': number | undefined;
|
|
21300
21750
|
legacyMetrics?: undefined;
|
|
@@ -21356,6 +21806,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21356
21806
|
customData: any[];
|
|
21357
21807
|
reactProfilerTimings: any[];
|
|
21358
21808
|
} | {
|
|
21809
|
+
unknownElementHierarchy?: string | undefined;
|
|
21810
|
+
unknownElementName?: string | undefined;
|
|
21359
21811
|
'metric:ttai': number | undefined;
|
|
21360
21812
|
'metric:experimental:ttai': number | undefined;
|
|
21361
21813
|
legacyMetrics: {
|
|
@@ -21433,6 +21885,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21433
21885
|
customData: any[];
|
|
21434
21886
|
reactProfilerTimings: any[];
|
|
21435
21887
|
} | {
|
|
21888
|
+
unknownElementHierarchy?: string | undefined;
|
|
21889
|
+
unknownElementName?: string | undefined;
|
|
21436
21890
|
'metric:ttai': number | undefined;
|
|
21437
21891
|
'metric:experimental:ttai': number | undefined;
|
|
21438
21892
|
legacyMetrics?: undefined;
|
|
@@ -21500,6 +21954,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21500
21954
|
customData: any[];
|
|
21501
21955
|
reactProfilerTimings: any[];
|
|
21502
21956
|
} | {
|
|
21957
|
+
unknownElementHierarchy?: string | undefined;
|
|
21958
|
+
unknownElementName?: string | undefined;
|
|
21503
21959
|
'metric:ttai': number | undefined;
|
|
21504
21960
|
'metric:experimental:ttai': number | undefined;
|
|
21505
21961
|
legacyMetrics: {
|
|
@@ -21583,6 +22039,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21583
22039
|
customData: any[];
|
|
21584
22040
|
reactProfilerTimings: any[];
|
|
21585
22041
|
} | {
|
|
22042
|
+
unknownElementHierarchy?: string | undefined;
|
|
22043
|
+
unknownElementName?: string | undefined;
|
|
21586
22044
|
'metric:ttai': number | undefined;
|
|
21587
22045
|
'metric:experimental:ttai': number | undefined;
|
|
21588
22046
|
legacyMetrics?: undefined;
|
|
@@ -21674,6 +22132,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21674
22132
|
customData: any[];
|
|
21675
22133
|
reactProfilerTimings: any[];
|
|
21676
22134
|
} | {
|
|
22135
|
+
unknownElementHierarchy?: string | undefined;
|
|
22136
|
+
unknownElementName?: string | undefined;
|
|
21677
22137
|
'metric:ttai': number | undefined;
|
|
21678
22138
|
'metric:experimental:ttai': number | undefined;
|
|
21679
22139
|
legacyMetrics: {
|
|
@@ -21781,6 +22241,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21781
22241
|
customData: any[];
|
|
21782
22242
|
reactProfilerTimings: any[];
|
|
21783
22243
|
} | {
|
|
22244
|
+
unknownElementHierarchy?: string | undefined;
|
|
22245
|
+
unknownElementName?: string | undefined;
|
|
21784
22246
|
'metric:ttai': number | undefined;
|
|
21785
22247
|
'metric:experimental:ttai': number | undefined;
|
|
21786
22248
|
legacyMetrics?: undefined;
|
|
@@ -21878,6 +22340,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
21878
22340
|
customData: any[];
|
|
21879
22341
|
reactProfilerTimings: any[];
|
|
21880
22342
|
} | {
|
|
22343
|
+
unknownElementHierarchy?: string | undefined;
|
|
22344
|
+
unknownElementName?: string | undefined;
|
|
21881
22345
|
'metric:ttai': number | undefined;
|
|
21882
22346
|
'metric:experimental:ttai': number | undefined;
|
|
21883
22347
|
legacyMetrics: {
|
|
@@ -22046,6 +22510,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22046
22510
|
'experience:name': string;
|
|
22047
22511
|
} | {
|
|
22048
22512
|
interactionMetrics: {
|
|
22513
|
+
unknownElementHierarchy?: string | undefined;
|
|
22514
|
+
unknownElementName?: string | undefined;
|
|
22049
22515
|
'metric:ttai': number | undefined;
|
|
22050
22516
|
'metric:experimental:ttai': number | undefined;
|
|
22051
22517
|
legacyMetrics?: undefined;
|
|
@@ -22107,6 +22573,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22107
22573
|
customData: any[];
|
|
22108
22574
|
reactProfilerTimings: any[];
|
|
22109
22575
|
} | {
|
|
22576
|
+
unknownElementHierarchy?: string | undefined;
|
|
22577
|
+
unknownElementName?: string | undefined;
|
|
22110
22578
|
'metric:ttai': number | undefined;
|
|
22111
22579
|
'metric:experimental:ttai': number | undefined;
|
|
22112
22580
|
legacyMetrics: {
|
|
@@ -22184,6 +22652,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22184
22652
|
customData: any[];
|
|
22185
22653
|
reactProfilerTimings: any[];
|
|
22186
22654
|
} | {
|
|
22655
|
+
unknownElementHierarchy?: string | undefined;
|
|
22656
|
+
unknownElementName?: string | undefined;
|
|
22187
22657
|
'metric:ttai': number | undefined;
|
|
22188
22658
|
'metric:experimental:ttai': number | undefined;
|
|
22189
22659
|
legacyMetrics?: undefined;
|
|
@@ -22251,6 +22721,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22251
22721
|
customData: any[];
|
|
22252
22722
|
reactProfilerTimings: any[];
|
|
22253
22723
|
} | {
|
|
22724
|
+
unknownElementHierarchy?: string | undefined;
|
|
22725
|
+
unknownElementName?: string | undefined;
|
|
22254
22726
|
'metric:ttai': number | undefined;
|
|
22255
22727
|
'metric:experimental:ttai': number | undefined;
|
|
22256
22728
|
legacyMetrics: {
|
|
@@ -22334,6 +22806,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22334
22806
|
customData: any[];
|
|
22335
22807
|
reactProfilerTimings: any[];
|
|
22336
22808
|
} | {
|
|
22809
|
+
unknownElementHierarchy?: string | undefined;
|
|
22810
|
+
unknownElementName?: string | undefined;
|
|
22337
22811
|
'metric:ttai': number | undefined;
|
|
22338
22812
|
'metric:experimental:ttai': number | undefined;
|
|
22339
22813
|
legacyMetrics?: undefined;
|
|
@@ -22425,6 +22899,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22425
22899
|
customData: any[];
|
|
22426
22900
|
reactProfilerTimings: any[];
|
|
22427
22901
|
} | {
|
|
22902
|
+
unknownElementHierarchy?: string | undefined;
|
|
22903
|
+
unknownElementName?: string | undefined;
|
|
22428
22904
|
'metric:ttai': number | undefined;
|
|
22429
22905
|
'metric:experimental:ttai': number | undefined;
|
|
22430
22906
|
legacyMetrics: {
|
|
@@ -22532,6 +23008,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22532
23008
|
customData: any[];
|
|
22533
23009
|
reactProfilerTimings: any[];
|
|
22534
23010
|
} | {
|
|
23011
|
+
unknownElementHierarchy?: string | undefined;
|
|
23012
|
+
unknownElementName?: string | undefined;
|
|
22535
23013
|
'metric:ttai': number | undefined;
|
|
22536
23014
|
'metric:experimental:ttai': number | undefined;
|
|
22537
23015
|
legacyMetrics?: undefined;
|
|
@@ -22629,6 +23107,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22629
23107
|
customData: any[];
|
|
22630
23108
|
reactProfilerTimings: any[];
|
|
22631
23109
|
} | {
|
|
23110
|
+
unknownElementHierarchy?: string | undefined;
|
|
23111
|
+
unknownElementName?: string | undefined;
|
|
22632
23112
|
'metric:ttai': number | undefined;
|
|
22633
23113
|
'metric:experimental:ttai': number | undefined;
|
|
22634
23114
|
legacyMetrics: {
|
|
@@ -22797,6 +23277,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22797
23277
|
'experience:name': string;
|
|
22798
23278
|
} | {
|
|
22799
23279
|
interactionMetrics: {
|
|
23280
|
+
unknownElementHierarchy?: string | undefined;
|
|
23281
|
+
unknownElementName?: string | undefined;
|
|
22800
23282
|
'metric:ttai': number | undefined;
|
|
22801
23283
|
'metric:experimental:ttai': number | undefined;
|
|
22802
23284
|
legacyMetrics?: undefined;
|
|
@@ -22858,6 +23340,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22858
23340
|
customData: any[];
|
|
22859
23341
|
reactProfilerTimings: any[];
|
|
22860
23342
|
} | {
|
|
23343
|
+
unknownElementHierarchy?: string | undefined;
|
|
23344
|
+
unknownElementName?: string | undefined;
|
|
22861
23345
|
'metric:ttai': number | undefined;
|
|
22862
23346
|
'metric:experimental:ttai': number | undefined;
|
|
22863
23347
|
legacyMetrics: {
|
|
@@ -22935,6 +23419,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
22935
23419
|
customData: any[];
|
|
22936
23420
|
reactProfilerTimings: any[];
|
|
22937
23421
|
} | {
|
|
23422
|
+
unknownElementHierarchy?: string | undefined;
|
|
23423
|
+
unknownElementName?: string | undefined;
|
|
22938
23424
|
'metric:ttai': number | undefined;
|
|
22939
23425
|
'metric:experimental:ttai': number | undefined;
|
|
22940
23426
|
legacyMetrics?: undefined;
|
|
@@ -23002,6 +23488,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23002
23488
|
customData: any[];
|
|
23003
23489
|
reactProfilerTimings: any[];
|
|
23004
23490
|
} | {
|
|
23491
|
+
unknownElementHierarchy?: string | undefined;
|
|
23492
|
+
unknownElementName?: string | undefined;
|
|
23005
23493
|
'metric:ttai': number | undefined;
|
|
23006
23494
|
'metric:experimental:ttai': number | undefined;
|
|
23007
23495
|
legacyMetrics: {
|
|
@@ -23085,6 +23573,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23085
23573
|
customData: any[];
|
|
23086
23574
|
reactProfilerTimings: any[];
|
|
23087
23575
|
} | {
|
|
23576
|
+
unknownElementHierarchy?: string | undefined;
|
|
23577
|
+
unknownElementName?: string | undefined;
|
|
23088
23578
|
'metric:ttai': number | undefined;
|
|
23089
23579
|
'metric:experimental:ttai': number | undefined;
|
|
23090
23580
|
legacyMetrics?: undefined;
|
|
@@ -23176,6 +23666,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23176
23666
|
customData: any[];
|
|
23177
23667
|
reactProfilerTimings: any[];
|
|
23178
23668
|
} | {
|
|
23669
|
+
unknownElementHierarchy?: string | undefined;
|
|
23670
|
+
unknownElementName?: string | undefined;
|
|
23179
23671
|
'metric:ttai': number | undefined;
|
|
23180
23672
|
'metric:experimental:ttai': number | undefined;
|
|
23181
23673
|
legacyMetrics: {
|
|
@@ -23283,6 +23775,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23283
23775
|
customData: any[];
|
|
23284
23776
|
reactProfilerTimings: any[];
|
|
23285
23777
|
} | {
|
|
23778
|
+
unknownElementHierarchy?: string | undefined;
|
|
23779
|
+
unknownElementName?: string | undefined;
|
|
23286
23780
|
'metric:ttai': number | undefined;
|
|
23287
23781
|
'metric:experimental:ttai': number | undefined;
|
|
23288
23782
|
legacyMetrics?: undefined;
|
|
@@ -23380,6 +23874,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23380
23874
|
customData: any[];
|
|
23381
23875
|
reactProfilerTimings: any[];
|
|
23382
23876
|
} | {
|
|
23877
|
+
unknownElementHierarchy?: string | undefined;
|
|
23878
|
+
unknownElementName?: string | undefined;
|
|
23383
23879
|
'metric:ttai': number | undefined;
|
|
23384
23880
|
'metric:experimental:ttai': number | undefined;
|
|
23385
23881
|
legacyMetrics: {
|
|
@@ -23569,6 +24065,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23569
24065
|
'experience:name': string;
|
|
23570
24066
|
} | {
|
|
23571
24067
|
interactionMetrics: {
|
|
24068
|
+
unknownElementHierarchy?: string | undefined;
|
|
24069
|
+
unknownElementName?: string | undefined;
|
|
23572
24070
|
'metric:ttai': number | undefined;
|
|
23573
24071
|
'metric:experimental:ttai': number | undefined;
|
|
23574
24072
|
legacyMetrics?: undefined;
|
|
@@ -23630,6 +24128,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23630
24128
|
customData: any[];
|
|
23631
24129
|
reactProfilerTimings: any[];
|
|
23632
24130
|
} | {
|
|
24131
|
+
unknownElementHierarchy?: string | undefined;
|
|
24132
|
+
unknownElementName?: string | undefined;
|
|
23633
24133
|
'metric:ttai': number | undefined;
|
|
23634
24134
|
'metric:experimental:ttai': number | undefined;
|
|
23635
24135
|
legacyMetrics: {
|
|
@@ -23707,6 +24207,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23707
24207
|
customData: any[];
|
|
23708
24208
|
reactProfilerTimings: any[];
|
|
23709
24209
|
} | {
|
|
24210
|
+
unknownElementHierarchy?: string | undefined;
|
|
24211
|
+
unknownElementName?: string | undefined;
|
|
23710
24212
|
'metric:ttai': number | undefined;
|
|
23711
24213
|
'metric:experimental:ttai': number | undefined;
|
|
23712
24214
|
legacyMetrics?: undefined;
|
|
@@ -23774,6 +24276,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23774
24276
|
customData: any[];
|
|
23775
24277
|
reactProfilerTimings: any[];
|
|
23776
24278
|
} | {
|
|
24279
|
+
unknownElementHierarchy?: string | undefined;
|
|
24280
|
+
unknownElementName?: string | undefined;
|
|
23777
24281
|
'metric:ttai': number | undefined;
|
|
23778
24282
|
'metric:experimental:ttai': number | undefined;
|
|
23779
24283
|
legacyMetrics: {
|
|
@@ -23857,6 +24361,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23857
24361
|
customData: any[];
|
|
23858
24362
|
reactProfilerTimings: any[];
|
|
23859
24363
|
} | {
|
|
24364
|
+
unknownElementHierarchy?: string | undefined;
|
|
24365
|
+
unknownElementName?: string | undefined;
|
|
23860
24366
|
'metric:ttai': number | undefined;
|
|
23861
24367
|
'metric:experimental:ttai': number | undefined;
|
|
23862
24368
|
legacyMetrics?: undefined;
|
|
@@ -23948,6 +24454,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
23948
24454
|
customData: any[];
|
|
23949
24455
|
reactProfilerTimings: any[];
|
|
23950
24456
|
} | {
|
|
24457
|
+
unknownElementHierarchy?: string | undefined;
|
|
24458
|
+
unknownElementName?: string | undefined;
|
|
23951
24459
|
'metric:ttai': number | undefined;
|
|
23952
24460
|
'metric:experimental:ttai': number | undefined;
|
|
23953
24461
|
legacyMetrics: {
|
|
@@ -24055,6 +24563,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
24055
24563
|
customData: any[];
|
|
24056
24564
|
reactProfilerTimings: any[];
|
|
24057
24565
|
} | {
|
|
24566
|
+
unknownElementHierarchy?: string | undefined;
|
|
24567
|
+
unknownElementName?: string | undefined;
|
|
24058
24568
|
'metric:ttai': number | undefined;
|
|
24059
24569
|
'metric:experimental:ttai': number | undefined;
|
|
24060
24570
|
legacyMetrics?: undefined;
|
|
@@ -24152,6 +24662,8 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
24152
24662
|
customData: any[];
|
|
24153
24663
|
reactProfilerTimings: any[];
|
|
24154
24664
|
} | {
|
|
24665
|
+
unknownElementHierarchy?: string | undefined;
|
|
24666
|
+
unknownElementName?: string | undefined;
|
|
24155
24667
|
'metric:ttai': number | undefined;
|
|
24156
24668
|
'metric:experimental:ttai': number | undefined;
|
|
24157
24669
|
legacyMetrics: {
|