CrashLog

Build Status

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.configuration do |config|
  config.api_key  = "Your API Key"
  config.secret   = "Project Project ID"
end

Advanced

See configuration.rb for available options.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

  • Ivan Vanderbyl
  • Mark Wolfe