Module: Vx::Instrumentation::Airbrake

Included in:
Vx::Instrumentation
Defined in:
lib/vx/instrumentation/airbrake.rb

Instance Method Summary collapse

Instance Method Details

#notify_airbrake(ex, env) ⇒ Object



18
19
20
# File 'lib/vx/instrumentation/airbrake.rb', line 18

def notify_airbrake(ex, env)
  ::Airbrake.notify ex, env
end