Project

crashlog

0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
CrashLog Exception reporter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8.4
>= 0
>= 0
>= 1.1.0
>= 0.6.13
>= 0
 Project Readme

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.configure 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