Remove manual exception logging
requested to merge 409360-review-structured-logging-for-standards-compliance-and-security into remote_dev
What does this MR do and why?
Remove manual exception logging
The Gitlab::ErrorTracking.track_exception
call makes the manual logging redundant while also applying filters and silencers consistent with other exception handling to the backtrace.
Contributes to: #409360
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #409360