No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Report Adhearsion application exceptions and deployments to: Airbrake / Errbit Email Newrelic Sentry
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.10
>= 1.3.0
 Project Readme

adhearsion-reporter

Report Adhearsion application exceptions and deployments to:

This Adhearsion plugin requires Adhearsion 2.0 or later. For Adhearsion 1.0 try the previous version of this gem ahn_hoptoad

Usage

To use this gem, add the following line to your Gemfile:

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:

Adhearsion.config do |config|
  config.reporter.api_key = "YOUR API KEY HERE"
end

Email Notifier

Email notification uses the pony gem. The email configuration key is passed to Pony on initialization using Pony.options.

To set the destination address and the sender address, for example, you can use:

Adhearsion::Reporter.config.email = {
  via: :sendmail,
  to: 'recv@domain.ext',
  from: 'send@domain.ext'
}

Copyright

Copyright (C) 2012 Adhearsion Foundation Inc. Released under the MIT License - Check License file