File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static/app/views/navigation/secondary/sections/insights Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export function InsightsSecondaryNavigation() {
109109 < SecondaryNavigation . Link
110110 to = {
111111 shouldRedirectToMonitors
112- ? `${ makeMonitorBasePathname ( organization . slug ) } crons/`
112+ ? `${ makeMonitorBasePathname ( organization . slug ) } crons/?insightsRedirect=true `
113113 : `${ baseUrl } /crons/`
114114 }
115115 analyticsItemName = "insights_crons"
@@ -122,7 +122,7 @@ export function InsightsSecondaryNavigation() {
122122 < SecondaryNavigation . Link
123123 to = {
124124 shouldRedirectToMonitors
125- ? `${ makeMonitorBasePathname ( organization . slug ) } uptime/`
125+ ? `${ makeMonitorBasePathname ( organization . slug ) } uptime/?insightsRedirect=true `
126126 : `${ baseUrl } /uptime/`
127127 }
128128 analyticsItemName = "insights_uptime"
You can’t perform that action at this time.
0 commit comments