sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Improve error messages for failed requests on Replay List Page

Open aliu39 opened this issue 5 months ago • 1 comments

Problem Statement

Right now when the /replays/ request fails on the list page, we render the whole page but show this banner instead of the data. Image

This message could be more descriptive. We probably have enough info from the HTTP response to display more detail.

Ex Image

Solution Brainstorm

For response 400 bad request: show the field the backend could not parse, and maybe a hint for why it happened

For response 500: show internal error. Try to avoid the "or" in our current banner

Product Area

Replays

aliu39 avatar Oct 03 '24 22:10 aliu39