Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem installs the agent of RuntimeError.net to your application. It handles uncaught exceptions from your application and tightly integrates exceptions with your project management tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.11.0
~> 3.3.2

Runtime

 Project Readme

RuntimeError.net

This gem acts as the agent for RuntimeError.net. Install the gem for the agent to handle uncaught exceptions from your application.

Installation (Rails 3)

Step 1. Add it as a gem in your Gemfile

gem 'runtimeerror_notifier'

Step 2. Execute the following command to generate config/initializers/runtimeerror_notifier.rb

RAILS_ENV=production rails generate runtimeerror_notifier:install

Step 3. Obtain a secret email address from RuntimeError.net then set it as environment variable RUNTIMEERROR_EMAIL

Preventing errors in development

To prevent errors from being sent out while developing, make sure environment variable RUNTIMEERROR_EMAIL is unset.

License

© RuntimeError.net 2013. View LICENSE for details.