sentry
sentry copied to clipboard
Some internal project id instead of project name
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Version
22.8.0.dev0
Steps to Reproduce
- Cloned https://github.com/getsentry/self-hosted.git
- Configured a bit and run
- I created a new project named "auth".
Instead of the project name, I see 097bd3cc54a2:

Project name, that is auth, I see only in settings...
Expected Result
I expect to see auth everywhere I see 097bd3cc54a2.
Actual Result

I've tried Sentry 22.7.0 and I still have the same issue.
Routing to @getsentry/open-source for triage. ⏲️
Hm, I wonder if we treat "auth" specially. I will try to reproduce this later today.
So I was able to reproduce this but I don't think it is related to running on self-hosted. Routing to the frontend team to look at this. I'm guessing we show the hash of the name since auth is special?
Routing to @getsentry/app-frontend for triage. ⏲️
@pva @ethanhs It's a reserved project slug. The list of reserved project slugs are here: https://github.com/getsentry/sentry/blob/67e9fb66b7b074009de46b7e63cb4bc799936463/src/sentry/constants.py#L157-L178
@dashed do you know if it would be possible to show the name of a project even if it is reserved? Or just reject projects with those names? The current behavior is a bit un-intuitive.
@ethanhs I agree. I think rejecting project slugs with a validation error might be the right approach.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
I renamed my project, and the entire build system has hopelessly imploded.
Routing to @getsentry/product-owners-settings-projects for triage ⏲️
@billsbooth What does hopelessly imploded mean to you? What kind of errors are you seeing?