We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec97335 commit d2f6b40Copy full SHA for d2f6b40
static/app/views/performance/landing/views/allTransactionsView.tsx
@@ -17,6 +17,7 @@ export function AllTransactionsView(props: BasePerformanceViewProps) {
17
canUseMetricsData(props.organization)
18
) {
19
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_CHANGED);
20
+ doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_RELATED_ISSUES);
21
} else {
22
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_REGRESSED);
23
doubleChartRowCharts.push(PerformanceWidgetSetting.MOST_IMPROVED);
0 commit comments