Skip to content

Remove full page refresh when ignoring/resolving errors in Sentry

Laura Montemayor requested to merge lm-refactor-errors into master

What does this MR do?

Refactors the way errors are ignored/resolved when using Error Tracking for Sentry. Before, it used to do a full page refresh, now it just removes the item from the list.

Note: Results (for now) are cached for 10 minutes, so we can't automagically remove the error from the list, which is why this was necessary.

To test:

  1. In a project: Settings -> Operations.

  2. Open up Error Tracking

API URL: https://sentry.gitlab.net/.
Auth Key: LMK if you need one or create one on sentry :)
Project: Tanuki Inc

  1. Errors should show up in: Operations -> Error Tracking

Screenshots

Feb-06-2020_15-02-03

Does this MR meet the acceptance criteria?

Conformity

#197122 (closed)

Edited by Laura Montemayor

Merge request reports