Sha256: d51ba764baae2d36c68eb54da191196d45483fc0eba01bfd34b26731a6c45d2e
Contents?: true
Size: 884 Bytes
Versions: 4
Compression:
Stored size: 884 Bytes
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 ```ruby CrashLog.configuration do |config| config.api_key = "Your API Key" config.project_id = "Project Project ID" end ``` ## 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
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
crashlog-1.0.1 | README.md |
crashlog-1.0.0 | README.md |
crashlog-1.0.0.rc2 | README.md |
crashlog-1.0.0.rc1 | README.md |