|
@@ -20,7 +20,6 @@ import {normalizeUrl} from 'sentry/utils/withDomainRequired';
|
|
|
import {DurationChart} from 'sentry/views/performance/database/durationChart';
|
|
|
import {isAValidSort} from 'sentry/views/performance/database/queriesTable';
|
|
|
import {QueryTransactionsTable} from 'sentry/views/performance/database/queryTransactionsTable';
|
|
|
-import {BASE_URL} from 'sentry/views/performance/database/settings';
|
|
|
import {ThroughputChart} from 'sentry/views/performance/database/throughputChart';
|
|
|
import {useSelectedDurationAggregate} from 'sentry/views/performance/database/useSelectedDurationAggregate';
|
|
|
import {MetricReadout} from 'sentry/views/performance/metricReadout';
|
|
@@ -315,7 +314,6 @@ function PageWithProviders(props) {
|
|
|
return (
|
|
|
<ModulePageProviders
|
|
|
title={[t('Performance'), t('Database'), t('Query Summary')].join(' — ')}
|
|
|
- baseURL={`/performance/${BASE_URL}`}
|
|
|
features="spans-first-ui"
|
|
|
>
|
|
|
<DatabaseSpanSummaryPage {...props} />
|