Search code examples
ruby-on-rails-3airbrake

air brake does not seem to log errors in production


I have setup airbrake in my app but it doesn't seem to log any 500 errors I get in production. The error is most certain an action mailer issue but Airbrake is not catching this error.

I have no custom error handling in my app at this point removed it. What would be a good way to determine why it doesn't log?


Solution

  • First, please make sure you're using the latest GEM http://rubygems.org/gems/airbrake .

    Please send a support ticket to [email protected] and we'll do our best to resolve this issue for you.