lib/resque/failure/rollbar.rb in resque-rollbar-0.1.0 vs lib/resque/failure/rollbar.rb in resque-rollbar-0.2.0
- old
+ new
@@ -3,10 +3,10 @@
module Resque
module Failure
class Rollbar < Base
def save
- ::Rollbar.report_exception(exception, payload)
+ ::Rollbar.error(exception, payload)
end
end
end
end