Skip to content

mitijain123/errorapp_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErrorappNotifier

This is the notifier gem for integrating apps with ErrorApp.

When an exception occurs, ErrorappNotifier will POST the relevant data to the ErrorApp server specified in your environment.

Rails Installation

To use ErrorApp from Rails 3 application, add this to your Gemfile:

gem 'errorapp_notifier'

Next you need to add the following under config/errorapp_notifier.yml:

api-key: PASTE_YOUR_PRODUCTION_PROJECT_API_KEY_HERE

To use ErrorApp from Rails 2X application, add this to your Environment file:

config.gem 'errorapp_notifier'

Next you need to add the following under config/errorapp_notifier.yml:

api-key: PASTE_YOUR_PRODUCTION_PROJECT_API_KEY_HERE

Code Submit

Feel free to submit patchs and pull request for this notifier.

About

ErrorApp Notifier Rails Gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published