We will not allow users to create numeric slugs anymore. What that means is you can’t have a ‘007’ team slug or a ‘000’ project slug anymore!
Why? We want to improve our APIs and that includes making them work with our numeric IDs- so that your API automation scripts don’t break anytime a team member changes any slugs in Sentry. This is why we cannot support numeric slugs.
So please take a look at your organization, projects, teams, and cron monitors, and ensure you don’t have any numeric slugs. If you do - then Sentry will automatically change these to alphanumeric slugs on 10/10/23. We will use the following formula to do this:
new slug = {object type}-{old slug}-XX (2 digit random hash)
Here’s a list of things for you to review in case you change any slugs:
All
Organization slug changes
For integrations like Jira, Github, Slack, etc. any old links linking back to your Sentry account won't be redirected.
If you are using Sentry CLI or a deployment integration you will also have to update the SENTRY_ORG environment variable.
If your organization is using SCIM/SAML, you will need to update the SCIM/SAML configuration values for the provider you’re using.
Project slug changes
Team slug changes
Monitor slug changes