You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
egregious is catching exceptions at the controller level, if an exception occurs in the stack before the controller code it is not caught by egregious. This causes low level errors to be returned in standard rails html formatting.
The ability to hook lower level exceptions, using the same mechanism that hoptoad/airbrake uses would resolve this issue.
if anyone want's to take a stab at this create a fork and send a pull request once you're confident it is working.
The text was updated successfully, but these errors were encountered:
egregious is catching exceptions at the controller level, if an exception occurs in the stack before the controller code it is not caught by egregious. This causes low level errors to be returned in standard rails html formatting.
The ability to hook lower level exceptions, using the same mechanism that hoptoad/airbrake uses would resolve this issue.
if anyone want's to take a stab at this create a fork and send a pull request once you're confident it is working.
The text was updated successfully, but these errors were encountered: