This plugin posts exception data to Exceptional (http://getexceptional.com). Data about the request, session, environment and a backtrace of the exception is transmitted.
Once installed and configured, all exceptions from web requests are reported to Exceptional.
- gem install exceptional
- Add config.gem entry to 'config/environment.rb'
config.gem 'exceptional', :version => '2.0.1'
- run 'exceptional install ' using the api-key for your app from http://getexceptional.com
- traditional rails plugin install
- gem bundler
- Delete vendor/plugins/exceptional
- Follow installation instructions above
- (optional) Simplify your config/exceptional.yml file - all it needs now is a single line with 'api-key: YOUR-KEY'
Exceptional.resuce do something_that_you_want_to_catch_exceptions_from end
This reports exceptions to Exceptional and re-raises them.
You can either do something like
Exceptional::Config.load("config/exceptional.yml")
or
Exceptional.configure('YOUR_API-KEY')
Please send any questions or comments to [email protected].
Copyright © 2008, 2009 Contrast.