Cameron McEfee 4 лет назад
Родитель
Сommit
43cac0b4b3
1 измененных файлов с 1 добавлено и 0 удалено
  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",
     )
 )