Remove the Rollbar::Ignore exception subclassing. Daniel Goers found this only worked in very specific situations.
Instead, I implemented this as a Railtie initializer which will add our CruLib exceptions to the Rollbar ignored list if the including project has Rollbar.
Remove the
Rollbar::Ignore
exception subclassing. Daniel Goers found this only worked in very specific situations. Instead, I implemented this as a Railtie initializer which will add our CruLib exceptions to the Rollbar ignored list if the including project has Rollbar.