From 00c034bedc8fb38ba261b6883f4516a11f9e82fc Mon Sep 17 00:00:00 2001 From: geoffg-sentry <165922362+geoffg-sentry@users.noreply.github.com> Date: Tue, 27 May 2025 15:56:22 -0400 Subject: [PATCH 1/2] Add reserved slug It matches an existing CNAME we have --- src/sentry/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sentry/constants.py b/src/sentry/constants.py index cb3e2799618f37..36fdff1b7192e7 100644 --- a/src/sentry/constants.py +++ b/src/sentry/constants.py @@ -133,6 +133,7 @@ def get_all_languages() -> list[str]: "from", "get-cli", "github-deployment-gate", + "gsnlink", "guide", "help", "ingest", From 4bd6840f542b22831b2a856e46885f19a4a85457 Mon Sep 17 00:00:00 2001 From: geoffg-sentry <165922362+geoffg-sentry@users.noreply.github.com> Date: Wed, 28 May 2025 10:00:28 -0400 Subject: [PATCH 2/2] More slugs to reserve Found a good number of them --- src/sentry/constants.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/sentry/constants.py b/src/sentry/constants.py index 36fdff1b7192e7..a25022594096de 100644 --- a/src/sentry/constants.py +++ b/src/sentry/constants.py @@ -90,6 +90,7 @@ def get_all_languages() -> list[str]: "500", "_admin", "_static", + "a", "about", "accept", "access", @@ -108,6 +109,7 @@ def get_all_languages() -> list[str]: "avatar", "billing", "blog", + "bounce", "branding", "careers", "client", @@ -120,6 +122,7 @@ def get_all_languages() -> list[str]: "debug", "devinfra", "docs", + "email", "enterprise", "eu", "events", @@ -130,10 +133,12 @@ def get_all_languages() -> list[str]: "features", "finance", "for", + "forum", "from", "get-cli", "github-deployment-gate", "gsnlink", + "go", "guide", "help", "ingest", @@ -145,13 +150,17 @@ def get_all_languages() -> list[str]: "ja", "jobs", "legal", + "live", "login", "logout", "lp", "mail", "manage", + "marketing", + "md", "my", "onboarding", + "open", "organization-avatar", "organizations", "out", @@ -174,7 +183,9 @@ def get_all_languages() -> list[str]: "sa1", "sales", "security", + "securityportal", "sentry-apps", + "services", "settings", "signup", "sponsorship", @@ -183,6 +194,7 @@ def get_all_languages() -> list[str]: "staff", "subscribe", "support", + "swag", "syntax", "syntaxfm", "team-avatar", @@ -194,6 +206,8 @@ def get_all_languages() -> list[str]: "us", "vs", "welcome", + "www", + "www2", ) )