Load latest sentry errors instead of loading the full error list everytime
Problem to solve
If a user regularly uses the error list to triage errors in their day to day, it can become immediately out of date. Surfacing a link at the top of the table telling the user that there are new errors, give them awareness and allows them to refresh the table at a time that is convenient to them versus changing the page as new ones come in, ripping them out of context and losing their place on the page.
This is a UX improvement that may be implemented as part of #32464 (closed).
Intended users
- Delaney (Development Team Lead)
- Sasha (Software Developer)
- Devon (DevOps Engineer)
- Sidney (Systems Administrator)
Further details
This work supports the Error Tracking Vision.
Proposal
From: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24806?view=parallel#note_143855826
When polling fetches new Errors from backend, a row should be added to the top of the list saying "Show latest Sentry errors". Clicking the button updates the table.
Permissions and Security
Documentation
Not required.