Issue
How to update Sentry organization slug and do I need to update anything else in my account if I change my organization slug?
Resolution
- Log into Sentry Account and navigate to Organization Settings -> organization slug
F.A.Q:
Q: What If it is Already Taken?
A: We do not reserve organization slugs, if your preferred slug is already taken please choose another one. We cannot provide any information on who owns this slug.
Q: What Else Needs Updating when updating your Org Slug?
A: See bullet point's below:
- Any bookmarked pages to Sentry UI since the url will updated to use the new slug
-
If you are using sentry-cli you will also have to update the
SENTRY_ORG
environment variable. Refer to the documentation for more details on this configuration value. -
If your organization is using SCIM/SAML, you will need to update the SCIM/SAML configuration values for the provider you’re using. Refer to the SCIM/SAML documentation here.
-
If you are using any of our public API URLs, you will need to update the organization slug in URLs as appropriate.
- If you are using any organization-level auth tokens, these will need to be updated as well as they will contain the old organization slug and are not automatically revoked. This can also lead to misleading CLI errors, such as
This version of Sentry does not support artifact bundles. A release slug is required (provide with --release)
See this related Github thread here.