Skip to content

Commit 6a4c1ff

Browse files
Abdkhan14Abdullah Khan
and
Abdullah Khan
authored
feat(trace-mobile-vitals): Defining stall time measurements as type duration (#87101)
Co-authored-by: Abdullah Khan <[email protected]>
1 parent 476f26f commit 6a4c1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/app/utils/fields/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1103,12 +1103,12 @@ export const MEASUREMENT_FIELDS: Record<WebVital | MobileVital, FieldDefinition>
11031103
[MobileVital.STALL_TOTAL_TIME]: {
11041104
desc: t('Total stall duration (React Native)'),
11051105
kind: FieldKind.METRICS,
1106-
valueType: FieldValueType.PERCENTAGE,
1106+
valueType: FieldValueType.DURATION,
11071107
},
11081108
[MobileVital.STALL_LONGEST_TIME]: {
11091109
desc: t('Duration of slowest Javascript event loop (React Native)'),
11101110
kind: FieldKind.METRICS,
1111-
valueType: FieldValueType.INTEGER,
1111+
valueType: FieldValueType.DURATION,
11121112
},
11131113
[MobileVital.STALL_PERCENTAGE]: {
11141114
desc: t('Total stall duration out of the total transaction duration (React Native)'),

0 commit comments

Comments
 (0)