Browse Source

Reserve 'TheMonitor' (#6216)

* Reserve /TheMonitor/

* Revert "Reserve /TheMonitor/"

This reverts commit 2e615c57dc0c29302dcb6fefb0c625d335eb64a1.

* Only commit reserved orgs change
Chris Jennings 7 years ago
parent
commit
c067d316da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/constants.py

+ 1 - 1
src/sentry/constants.py

@@ -81,7 +81,7 @@ RESERVED_ORGANIZATION_SLUGS = frozenset(
         'remote', 'get-cli', 'blog', 'welcome', 'features', 'customers', 'integrations', 'signup',
         'pricing', 'subscribe', 'enterprise', 'about', 'jobs', 'thanks', 'guide', 'privacy',
         'security', 'terms', 'from', 'sponsorship', 'for', 'at', 'platforms', 'branding', 'vs',
-        'answers', '_admin', 'support', 'contact', 'onboarding', 'ext', 'extension', 'extensions', 'plugins',
+        'answers', '_admin', 'support', 'contact', 'onboarding', 'ext', 'extension', 'extensions', 'plugins', 'themonitor',
     )
 )