How I can filtered some error in some class (controllers) in Rails 2?

Alexey's Avatar

Alexey

26 Jun, 2012 08:13 AM

How I can filtered some error in some class (controllers) in Rails 2?

  1. Support Staff 2 Posted by Morgan on 29 Jun, 2012 10:25 PM

    Morgan's Avatar

    Hello Alexy,

    Thank you for raising this issue to our attention. You can add to the Airbrake config block and try appending the error into config.ignore for example add the following tpo the config block in your config/initializers/airbrake.rb file:

    config.ignore << 'TheNameOfTheErrorYouWantIgnored'
    

    please let me know if you need any more assistance getting the error filtered!
    I am happy to help!

    From,
    Morgan

  2. Morgan closed this discussion on 29 Jun, 2012 10:25 PM.

Comments are currently closed for this discussion. You can start a new one.