Error Reporting in Rails Applications — Ruby on Rails Guides

Error Reporting in Rails ApplicationsThis guide introduces ways to manage errors in a Rails application.After reading this guide, you will know: How to use Rails' error reporter to capture and report errors. How to create custom subscribers for your error-reporting service.