|
@@ -50,13 +50,11 @@ export function AllTransactionsView(props: BasePerformanceViewProps) {
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_CHANGED);
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_TIME_CONSUMING_DOMAINS);
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_TIME_SPENT_DB_QUERIES);
|
|
|
+ doubleChartRowCharts.unshift(PerformanceWidgetSetting.OVERALL_PERFORMANCE_SCORE);
|
|
|
} else {
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_CHANGED);
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_RELATED_ISSUES);
|
|
|
}
|
|
|
- if (props.organization.features.includes('starfish-browser-webvitals')) {
|
|
|
- doubleChartRowCharts.unshift(PerformanceWidgetSetting.OVERALL_PERFORMANCE_SCORE);
|
|
|
- }
|
|
|
} else {
|
|
|
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_REGRESSED);
|
|
|
doubleChartRowCharts.push(PerformanceWidgetSetting.MOST_IMPROVED);
|