Sha256: 470eaf8439c88a5acf0c4cd29d62f1f1da17b9482edb770737082e879c23e64e
Contents?: true
Size: 219 Bytes
Versions: 18
Compression:
Stored size: 219 Bytes
Contents
# Overwrite the Rollbar module module Rollbar # Store calls to notify in an array instead # of calling out to the Rollbar service def self.notify(exception, opts = {}) Rollbar.error(exception, opts) end end
Version data entries
18 entries across 18 versions & 1 rubygems