Skip to content

Resolve "Clear Error Tracking cache on demand"

What does this MR do?

Note: This is based off !22744 (merged)

The only commits relevant at the time of writing are :

This clears the ReactiveCache(s) of the Sentry Issues response after we update an Sentry Issue.

Why is this needed?

When updating an issue (resolving or ignoring) we want this status to be updated on the Error Tracking list page. Without this change we are served old stale cached results.

More info here: #197320 (closed)

Does this MR meet the acceptance criteria?

Conformity

Closes #197320 (closed)

Edited by Sean Arnold

Merge request reports