Sha256: 7ef5885aa6099b825a98dd6fefff0f664d2f81c7433e0796af826d781a1ef539
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 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: gem 'crashlog' And then execute: $ bundle Or install it yourself as: $ gem install crashlog ## 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.3 | README.md |
crashlog-1.0.2.1 | README.md |
crashlog-1.0.2 | README.md |