Class: Resque::Failure::Opbeat

Inherits:
Base
  • Object
show all
Defined in:
lib/opbeat/integrations/resque.rb

Overview

Failure backend for Opbeat

Instance Method Summary collapse

Instance Method Details

#saveObject



15
16
17
# File 'lib/opbeat/integrations/resque.rb', line 15

def save
  ::Opbeat.captureException(exception)
end