So you have that nice Rails application running? That's great! Now take the next step and start tracking errors with us. See the full feature list. Exceptiontrap is optimized for Rails — just install the gem, run the generator and you're safe. These are 60 seconds well spend.
# Gemfile
gem 'exceptiontrap'
$ bundle
$ rails g exceptiontrap --api-key=YOUR-KEY
We will let you know about any error of your application in production (or staging) in real-time. You don't have to search for them, you'll get noticed. Exceptiontrap also gives you all the valuable information you need to fix everything as fast as possible: the controller and action, the stacktrace + all request and environment parameters.
Additionally, all errors in background job systems like Sidekiq and Delayed Job can be tracked, too.
NoMethodError - undefined method 'fetch_data' for #<NotificationWorker:0x007f9d958867d0>
Dalli::RingError - No server available
ActionView::Template::Error - undefined method 'city_name' for nil:NilClass
Net::SMTPAuthenticationError - 454 Temporary authentication failure
You don't need to search in your logs anymore or temporarily enable error output. You will know about your errors and you know when there are no errors.