Skip to content

Commit 18f8cc5

Browse files
snigdhasandrewshie-sentry
authored andcommitted
fix(metric-issues): Enable stats for metric issues (#87561)
This should display the graph of occurrences in the stream for parity. We'll need to change the contents of the graph in the near future to show open periods/metric data.
1 parent a03aa42 commit 18f8cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/issueTypeConfig/metricIssueConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const metricIssueConfig: IssueCategoryConfigMapping = {
4848
similarIssues: {enabled: false},
4949
usesIssuePlatform: true,
5050
useOpenPeriodChecks: true,
51-
stats: {enabled: false},
51+
stats: {enabled: true},
5252
tags: {enabled: false},
5353
issueSummary: {enabled: false},
5454
},

0 commit comments

Comments
 (0)