Sha256: b6635bb126dfc5e102ae10c3f8c88b471ca8b0d490eaa2df30bf52b69ca4f464
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
# CrashLog [![Build Status](https://secure.travis-ci.org/crashlog/crashlog.png)](http://travis-ci.org/crashlog/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: ```ruby 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: ```ruby CrashLog.configuration do |config| config.api_key = "Your API Key" config.secret = "Project Project ID" end ``` ### Advanced See [configuration.rb](/crashlog/crashlog/blob/master/lib/crash_log/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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
crashlog-1.0.7 | README.md |
crashlog-1.0.6 | README.md |
crashlog-1.0.5 | README.md |