From 46c49d772b38873abb053f4274eff2460f8d057a Mon Sep 17 00:00:00 2001 From: Max Topolsky <30879163+mtopo27@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:01:01 -0400 Subject: [PATCH] feat(monitors): Add Mobile Builds entry to monitors sidebar Add a new "Mobile Builds" nav item to the "By Data Type" section, gated behind the organizations:preprod-size-monitors-frontend feature flag. Follows the same Feature wrapper pattern used for Uptime. Co-Authored-By: Claude Opus 4.6 --- .../sections/monitors/monitorsSecondaryNavigation.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/app/views/navigation/secondary/sections/monitors/monitorsSecondaryNavigation.tsx b/static/app/views/navigation/secondary/sections/monitors/monitorsSecondaryNavigation.tsx index 95af8a1b4b611d..7aa2d40df87b3b 100644 --- a/static/app/views/navigation/secondary/sections/monitors/monitorsSecondaryNavigation.tsx +++ b/static/app/views/navigation/secondary/sections/monitors/monitorsSecondaryNavigation.tsx @@ -60,6 +60,14 @@ export function MonitorsSecondaryNavigation() { {t('Uptime')} + + + {t('Mobile Builds')} + +