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
Otherwise, the filter depends on exception.class.name. You could try printing this for your exception class to be sure it matches the string you're using.
Hey rollbar team,
I'm trying to ignore a specific exception but its not working
In my
initializer/rollbar.rb
, I haveand I'm raising
CustomAuthenticationError
which is the following code:Ignoring
ActionController::RoutingError
works just not for my own exception. What am i missing?Thanks!
The text was updated successfully, but these errors were encountered: