Sha256: 93c5d6abc3d7c03f0e25aec078372272dacbd01a6f7fd09e1a139619db27d6eb
Contents?: true
Size: 977 Bytes
Versions: 3
Compression:
Stored size: 977 Bytes
Contents
adhearsion-reporter ================== Report Adhearsion application exceptions and deployments to: * [Airbrake](http://airbrake.io) * [Errbit](https://github.com/errbit/errbit) This Adhearsion plugin requires Adhearsion 2.0 or later. For Adhearsion 1.0 try the previous version of this gem [ahn_hoptoad](https://github.com/mojolingo/ahn_hoptoad) Usage ----- To use this gem, add the following line to your Gemfile: ```ruby gem 'adhearsion-reporter' ``` To view the available configuration options, run the rake task: ``` rake adhearsion:config:show[reporter] ``` The configuration options are added to config/adhearsion.rb with the rest of Adhearsion's configuration. Example: ```ruby Adhearsion.config do |config| config.reporter.api_key = "YOUR API KEY HERE" end ``` Copyright --------- Copyright (C) 2012 Adhearsion Foundation Inc. Released under the MIT License - Check [License file](https://github.com/adhearsion/adhearsion-reporter/blob/master/LICENSE)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-reporter-2.1.0 | README.md |
adhearsion-reporter-2.0.1 | README.md |
adhearsion-reporter-2.0.0 | README.md |