-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to show release page #12415
Comments
How are you creating releases with |
@markstory I use java artifact 'io.sentry:sentry', final EventBuilder eventBuilder = new EventBuilder().withRelease("my/version").withEnvironment("prod").withLevel(io.sentry.event.Event.Level.ERROR)
.withSentryInterface(new ExceptionInterface(throwable));
Sentry.capture(eventBuilder); |
Thanks. It seems like our event storage endpoints allow release names with |
I'll see if I can revive #10940. |
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 "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Routing to @getsentry/owners-releases-ui for triage. ⏲️ |
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 "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
If the release name contains a
/
the release page cannot be displayed.Click on the link
tags/V01.00.71
The text was updated successfully, but these errors were encountered: