Bug report:
Expected Behavior:
Exceptions on activeadmin should be tracked
Actual Behavior:
Exceptions are not being tracked
Steps to Reproduce:
With ExceptionHunter enabled in the current environment and activeadmin correctly setup
- Go to an activeadmin page that throws an error (you can force it via code)
- Force the error to be raised
- Go to
/exception_hunter/errors
- The error is not there