We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228cc1a commit b7c5decCopy full SHA for b7c5dec
static/app/routes.tsx
@@ -1986,6 +1986,7 @@ function buildRoutes(): RouteObject[] {
1986
component: make(
1987
() => import('sentry/views/insights/database/views/databaseSpanSummaryPage')
1988
),
1989
+ deprecatedRouteProps: true,
1990
},
1991
],
1992
static/app/views/insights/database/views/databaseSpanSummaryPage.tsx
@@ -286,7 +286,7 @@ const DescriptionContainer = styled(ModuleLayout.Full)`
286
line-height: 1.2;
287
`;
288
289
-function PageWithProviders(props: any) {
+function PageWithProviders(props: Props) {
290
return (
291
<ModulePageProviders moduleName="db" pageTitle={t('Query Summary')}>
292
<DatabaseSpanSummaryPage {...props} />
0 commit comments