From c0ddc6665c68f208194b061fd0fc49e3c88a66a4 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 19 Nov 2025 11:19:10 -0500 Subject: [PATCH] chore(cells) Reserve slugs for future potential regions We may need these as regions in the future. --- src/sentry/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sentry/constants.py b/src/sentry/constants.py index 36c307fc35caff..1a81d754685590 100644 --- a/src/sentry/constants.py +++ b/src/sentry/constants.py @@ -122,6 +122,7 @@ def get_all_languages() -> list[str]: "corp", "customers", "de", + "de2", "debug", "devinfra", "docs", @@ -213,6 +214,7 @@ def get_all_languages() -> list[str]: "themonitor", "trust", "us", + "us2", "vs", "welcome", "www",