Module: Rollbar

Defined in:
lib/vault-tools/rollbar_helper.rb

Overview

Overwrite the Rollbar module

Class Method Summary collapse

Class Method Details

.notify(exception, opts = {}) ⇒ Object

Store calls to notify in an array instead of calling out to the Rollbar service



5
6
7
# File 'lib/vault-tools/rollbar_helper.rb', line 5

def self.notify(exception, opts = {})
  Rollbar.error(exception, opts)
end