CrashLog
CrashLog is a exception tracking and notification service that gives you unparalleled insight into issues occurring within your production applications, in realtime.
Installation
Add this line to your application's Gemfile:
gem 'crashlog'
And then execute:
$ bundle
Or install it yourself as:
$ gem install crashlog
Generate a Rails Initializer:
$ rails generate crashlog KEY:SECRET
Custom Configuration
Basic:
CrashLog.configure do |config|
config.api_key = "Your API Key"
config.secret = "Project Project ID"
end
Advanced
See configuration.rb for available options.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Contributors
- Ivan Vanderbyl
- Mark Wolfe