Skip to content

Commit 3aeac32

Browse files
authored
feat(insights): add most related issues to backend (#87033)
We've had some requests to add this back after removing the performance sidebar link, so let's add it back! <img width="651" alt="image" src="https://github.com/user-attachments/assets/e9216dea-b546-494b-a747-9dbd922b4711" />
1 parent f3a178d commit 3aeac32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/insights/pages/backend/backendOverviewPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ function GenericBackendOverviewPage() {
176176
const doubleChartRowCharts = [
177177
PerformanceWidgetSetting.SLOW_HTTP_OPS,
178178
PerformanceWidgetSetting.SLOW_DB_OPS,
179+
PerformanceWidgetSetting.MOST_RELATED_ISSUES,
179180
];
180181
const tripleChartRowCharts = filterAllowedChartsMetrics(
181182
organization,

0 commit comments

Comments
 (0)