Development Error tracking
Have you ever wanted Airbrake to tell you whether or not a development exception has occurred in production? Now it can!
When an exception occurs in the development environment and you
have the Airbrake plug-in installed some JavaScript is quietly
inserted into the page. Once the page is fully loaded it will send
the details to
Airbrake asking if a similar exception has occurred in the
production environment. If it has, you get a message complete with
an attention grabbing Atticus. If not, nothing happens.
While this feature is enabled by default, you can easily disable it by setting development_lookup to false in config/initializers/airbrake.rb.
Read more at http://robots.thoughtbot.com/post/238327967/new-hoptoad-api-and-dev...