Class: Adhearsion::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/adhearsion/reporter.rb,
lib/adhearsion/reporter/version.rb,
lib/adhearsion/reporter/email_notifier.rb,
lib/adhearsion/reporter/sentry_notifier.rb,
lib/adhearsion/reporter/airbrake_notifier.rb,
lib/adhearsion/reporter/newrelic_notifier.rb

Defined Under Namespace

Classes: AirbrakeNotifier, EmailNotifier, NewrelicNotifier, Plugin, SentryNotifier

Constant Summary collapse

VERSION =
'2.3.1'

Class Method Summary collapse

Class Method Details

.configObject



14
15
16
# File 'lib/adhearsion/reporter.rb', line 14

def config
  Plugin.config
end