Skip to content

Commit 36f9bc6

Browse files
Add reserved slug (#92347)
These either match existing DNS records we have or are specially reserved
1 parent f795897 commit 36f9bc6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/sentry/constants.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def get_all_languages() -> list[str]:
9090
"500",
9191
"_admin",
9292
"_static",
93+
"a",
9394
"about",
9495
"accept",
9596
"access",
@@ -108,6 +109,7 @@ def get_all_languages() -> list[str]:
108109
"avatar",
109110
"billing",
110111
"blog",
112+
"bounce",
111113
"branding",
112114
"careers",
113115
"client",
@@ -120,6 +122,7 @@ def get_all_languages() -> list[str]:
120122
"debug",
121123
"devinfra",
122124
"docs",
125+
"email",
123126
"enterprise",
124127
"eu",
125128
"events",
@@ -130,9 +133,12 @@ def get_all_languages() -> list[str]:
130133
"features",
131134
"finance",
132135
"for",
136+
"forum",
133137
"from",
134138
"get-cli",
135139
"github-deployment-gate",
140+
"gsnlink",
141+
"go",
136142
"guide",
137143
"help",
138144
"ingest",
@@ -144,13 +150,17 @@ def get_all_languages() -> list[str]:
144150
"ja",
145151
"jobs",
146152
"legal",
153+
"live",
147154
"login",
148155
"logout",
149156
"lp",
150157
"mail",
151158
"manage",
159+
"marketing",
160+
"md",
152161
"my",
153162
"onboarding",
163+
"open",
154164
"organization-avatar",
155165
"organizations",
156166
"out",
@@ -173,7 +183,9 @@ def get_all_languages() -> list[str]:
173183
"sa1",
174184
"sales",
175185
"security",
186+
"securityportal",
176187
"sentry-apps",
188+
"services",
177189
"settings",
178190
"signup",
179191
"sponsorship",
@@ -182,6 +194,7 @@ def get_all_languages() -> list[str]:
182194
"staff",
183195
"subscribe",
184196
"support",
197+
"swag",
185198
"syntax",
186199
"syntaxfm",
187200
"team-avatar",
@@ -193,6 +206,8 @@ def get_all_languages() -> list[str]:
193206
"us",
194207
"vs",
195208
"welcome",
209+
"www",
210+
"www2",
196211
)
197212
)
198213

0 commit comments

Comments
 (0)