• Error Monitoring
  • Logs
  • Session Replay
  • Tracing
  • Seer
  • Uptime Monitoring
  • Profiling
  • Cron Monitoring
  • AI Code Review
  • Github
  • Slack
  • All Integrations
  • Javascript
  • Python
  • React
  • Laravel
  • Next.js
  • All SDKs

Solutions

  • Web / Frontend Development
  • Mobile Crash Reporting
  • Game Crash Reporting
  • AI Observability
  • Application Performance Monitoring
  • Real User Monitoring
  • Ecommerce
  • Enterprise
  • Blog
  • Changelog
  • Sandbox
  • Resources
  • Sentry Answers
  • Syntax
  • Customers
  • For Startups
  • Contact Us
  • Help Center
  • Status
  • Sentry Build
  • Events
  • Merch
Docs
Pricing
Sign InGet DemoGet Started
  • Products

    • Error Monitoring
    • LogsNEW
    • Session Replay
    • Tracing
    • SeerNEW
    • Uptime Monitoring
    • Profiling
    • Cron Monitoring
    • AI Code ReviewNEW

    Products

    • Error Monitoring
    • LogsNEW
    • Session Replay
    • Tracing
    • SeerNEW
    • Uptime Monitoring
    • Profiling
    • Cron Monitoring
    • AI Code ReviewNEW

    Integrations

    • Github
    • Slack
    • All Integrations

    Integrations

    • Github
    • Slack
    • All Integrations

    SDKs

    • Javascript
    • Python
    • React
    • Laravel
    • Next.js
    • All SDKs

    SDKs

    • Javascript
    • Python
    • React
    • Laravel
    • Next.js
    • All SDKs
  • Solutions

    • Web / Frontend Development
    • Mobile Crash Reporting
    • Game Crash Reporting
    • AI Observability
    • Application Performance Monitoring
    • Real User Monitoring
    • Ecommerce
    • Enterprise
  • Learn

    • Blog
    • Changelog
    • Sandbox
    • Resources
    • Sentry Answers
    • Syntax
    • Customers
    • For Startups

    Learn

    • Blog
    • Changelog
    • Sandbox
    • Resources
    • Sentry Answers
    • Syntax
    • Customers
    • For Startups

    Support

    • Contact Us
    • Help Center
    • Status

    Support

    • Contact Us
    • Help Center
    • Status

    Hang out with us

    • Sentry Build
    • Events
    • Merch

    Hang out with us

    • Sentry Build
    • Events
    • Merch
    Holiday E-Commerce Checklist: A Developer’s Survival Guide

    Holiday E-Commerce Checklist: A Developer’s Survival Guide

    There’s never a good time for errors or performance degradations to show up, but during periods of peak traffic like the holidays, it’s especially critical to get immediate answers about what's failing and how to fix it.

    Learn More
  • Docs
  • Pricing
Sign InGet DemoGet Started
Sentry Changelog Illustration

Sentry Changelog

Follow Twitter@SentryChangelog to stay up to date on everything from product updates to SDK changes.

Categories:

Jump to:

Disallowing numeric slugs

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

    • If you are using any automation that calls Sentry APIs you would need to update the automation and replace the old slugs with the new slug
  • 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

    • If you’re using sentry-cli for project configurations like uploading source maps includes SENTRY_PROJECT slug and needs to be updated
  • Team slug changes

    • If they have any custom provisioning for members they might have used team slugs. In that case, they need to replace it with their new slug.
  • Monitor slug changes

    • Update your monitor check-ins and job configurations that include this slug
September 22, 2023
Your code is broken. Let's Fix it.
Get Started