Skip to content

Commit c5c116e

Browse files
authored
chore(cells) Reserve slugs for future potential regions (#103651)
We may need these as regions in the future.
1 parent 4d473a1 commit c5c116e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def get_all_languages() -> list[str]:
122122
"corp",
123123
"customers",
124124
"de",
125+
"de2",
125126
"debug",
126127
"devinfra",
127128
"docs",
@@ -213,6 +214,7 @@ def get_all_languages() -> list[str]:
213214
"themonitor",
214215
"trust",
215216
"us",
217+
"us2",
216218
"vs",
217219
"welcome",
218220
"www",

0 commit comments

Comments
 (0)