Skip to content

Commit 88e5bd0

Browse files
authored
ref(tracemetrics): Remove last function (#102817)
### Summary In the FE list there but not supported.
1 parent 8e1a0d3 commit 88e5bd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/app/views/explore/metrics/constants.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ export const OPTIONS_BY_TYPE: Record<string, Array<SelectOption<string>>> = {
154154
label: 'avg',
155155
value: 'avg',
156156
},
157-
{
158-
label: 'last',
159-
value: 'last',
160-
},
161157
{
162158
label: 'per_second',
163159
value: 'per_second',

0 commit comments

Comments
 (0)