Hi guys,
I have to debug some error that is db related and have been continuously monitoring the log when there is an error caused by db. Since the error is already logged, I want to have exceptions like:
ActiveRecord::StatementInvalid
to be suppressed so that user won't see the 'something went wrong page'. The error is limited to a small section of the app and we want to remove this suppression after it is fixed.
Thanks!!!