Browse Source

Reserve /integration-platform/ (#12885)

Cameron McEfee 4 years ago
parent
commit
43cac0b4b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/constants.py

+ 1 - 0
src/sentry/constants.py

@@ -152,6 +152,7 @@ RESERVED_ORGANIZATION_SLUGS = frozenset(
         "_experiment",
         "sentry-apps",
         "resources",
+        "integration-platform",
     )
 )