Skip to content

AI classes should log and track when StandardError is rescued

What does this MR do and why?

During the development of RCA I found that the Slash command tool base class rescues from standard error without Logging, Tracking or re-raising the exception. This led to seeing an unexpected error without anything in the logs to work with for debugging the code. More importantly this could be hiding real bugs that users are experiencing.

Log and report errors to Sentry.

Related to #466069 (closed)

Edited by Allison Browne

Merge request reports