Skip to content

Commit 36e7490

Browse files
authored
fix(discover): Add last seen to errors allowlist (#78721)
Last seen is a valid errors dataset aggregate
1 parent a342e26 commit 36e7490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/utils/discover/fields.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ export const ERRORS_AGGREGATION_FUNCTIONS = [
763763
AggregationKey.COUNT_UNIQUE,
764764
AggregationKey.EPS,
765765
AggregationKey.EPM,
766+
AggregationKey.LAST_SEEN,
766767
];
767768

768769
// This list contains fields/functions that are available with profiling feature.

0 commit comments

Comments
 (0)