Class: Resque::Failure::Rollbar

Inherits:
Base
  • Object
show all
Defined in:
lib/resque/failure/rollbar.rb

Instance Method Summary collapse

Instance Method Details

#rollbar_payloadObject



11
12
13
# File 'lib/resque/failure/rollbar.rb', line 11

def rollbar_payload
  payload.merge(:use_exception_level_filters => true)
end

#saveObject



7
8
9
# File 'lib/resque/failure/rollbar.rb', line 7

def save
  ::Rollbar.error(exception, rollbar_payload)
end