-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Improve issue stream errors #80166
Labels
Comments
Routing to @getsentry/product-owners-issues for triage ⏲️ |
#86155 Helps on the snuba side. but more work to be done to return accurate rate limit information to the client. |
yuvmen
added a commit
that referenced
this issue
Mar 24, 2025
…errors Handle Postgres statement timeout errors on issue search which previously displayed 'Internal Error' but will now show more appropriate message explaining the query took too long and to possibly revise it Closes: #80166
yuvmen
added a commit
that referenced
this issue
Mar 24, 2025
…ut errors Handle Postgres statement timeout errors on issue search which previously displayed 'Internal Error' but will now show more appropriate message explaining the query took too long and to possibly revise it Closes: #80166
yuvmen
added a commit
that referenced
this issue
Mar 24, 2025
…ut errors Handle Postgres statement timeout errors on issue search which previously displayed 'Internal Error' but will now show more appropriate message explaining the query took too long and to possibly revise it Closes: #80166
yuvmen
added a commit
that referenced
this issue
Mar 24, 2025
…ut errors Handle Postgres statement timeout errors on issue search which previously displayed 'Internal Error' but will now show more appropriate message explaining the query took too long and to possibly revise it Closes: #80166
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
When a PostgreSQL query times out, ex: SENTRY-3867, the issue stream currently just shows "Internal error":
This is also a problem for queries throttled by Snuba, the "expected available in 1 second" is not accurate:
Solution Brainstorm
We should show a more helpful message in these scenarios similar to other product areas which ask the user to scope down their query and/or try again depending on the failure which occurred.
Product Area
Issues
The text was updated successfully, but these errors were encountered: