Skip to content

Commit 641076a

Browse files
authored
feat(tracemetrics): Allow up to 8 metrics (#104545)
Allow up to 8 metrics to be displayed
1 parent ae9d7c0 commit 641076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
StyledPageFilterBar,
3232
} from 'sentry/views/explore/metrics/styles';
3333

34-
const MAX_METRICS_ALLOWED = 4;
34+
const MAX_METRICS_ALLOWED = 8;
3535
export const METRICS_CHART_GROUP = 'metrics-charts-group';
3636

3737
type MetricsTabProps = {

0 commit comments

Comments
 (0)