Skip to content

Commit 6a4167c

Browse files
evanpurkhiserandrewshie-sentry
authored andcommitted
fix(crons/uptime): Correct redirect for uptime / crons (#92500)
Crons wasn't in frontend insights, but uptime was
1 parent fd807db commit 6a4167c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,9 +1792,9 @@ function buildRoutes() {
17921792
<Route path="projects/" component={make(() => import('sentry/views/projects/'))}>
17931793
{projectsChildRoutes}
17941794
</Route>
1795+
<Redirect from={`${FRONTEND_LANDING_SUB_PATH}/uptime/`} to="/insights/uptime/" />
17951796
<Redirect from={`${BACKEND_LANDING_SUB_PATH}/uptime/`} to="/insights/uptime/" />
17961797
<Redirect from={`${BACKEND_LANDING_SUB_PATH}/crons/`} to="/insights/crons/" />
1797-
<Redirect from={`${FRONTEND_LANDING_SUB_PATH}/crons/`} to="/insights/crons/" />
17981798
<Route path="uptime/">
17991799
<IndexRoute
18001800
component={make(() => import('sentry/views/insights/uptime/views/overview'))}

0 commit comments

Comments
 (0)