Skip to main content

Can I update my Sentry Organization slug?

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

To update your organisation slug, navigate to Organization Settings -> organization slug.

F.A.Q:

Q: What if it is Already Taken?

A: We do not reserve organisation 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: Any configuration that requires the organisation slug will need to be updated to reflect the new slug.

See bullet points below:

  • Any bookmarked pages to Sentry UI since the URL will be 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 organisation 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 organisation slug in URLs as appropriate.

  • If you are using any organisation-level auth tokens, these will need to be updated as well as they will contain the old organisation 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.

  • Multiple Integrations will need to be reinstalled. To confirm if your integration needs to be reinstalled, check the integration's documentation page.

Note: DSN keys do not need to be updated.

Did this answer your question?