Skip to content
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

Closed
jflefebvre06 opened this issue Mar 15, 2019 · 7 comments
Closed

Failed to show release page #12415

jflefebvre06 opened this issue Mar 15, 2019 · 7 comments

Comments

@jflefebvre06
Copy link

If the release name contains a / the release page cannot be displayed.

image

Click on the link tags/V01.00.71

image

@markstory
Copy link
Member

How are you creating releases with / in them? The release creation APIs no longer allow the creation of releases with / in their name.

@jflefebvre06
Copy link
Author

@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);

@markstory
Copy link
Member

Thanks. It seems like our event storage endpoints allow release names with / by. There is an open pull request to fix the UI issue you're bumping into here. See #10940 until then, I would recommend using release name that do not contain / in them.

@BYK
Copy link
Member

BYK commented Oct 22, 2020

I'll see if I can revive #10940.

@BYK BYK self-assigned this Oct 22, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2021

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: Accepted, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsentry-release
Copy link

Routing to @getsentry/owners-releases-ui for triage. ⏲️

@github-actions
Copy link
Contributor

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 🥀

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants