Class: Mnemosyne::Probes::ActionDispatch::ShowExceptions::Probe

Inherits:
Mnemosyne::Probe
  • Object
show all
Defined in:
lib/mnemosyne/probes/action_dispatch/show_exceptions.rb

Defined Under Namespace

Modules: Instrumentation

Instance Method Summary collapse

Methods inherited from Mnemosyne::Probe

#install, subscribe, subscriptions

Methods included from Logging

#logger

Instance Method Details

#setupObject



8
9
10
# File 'lib/mnemosyne/probes/action_dispatch/show_exceptions.rb', line 8

def setup
  ::ActionDispatch::ShowExceptions.prepend Instrumentation
end