Sha256: d06330d2897b37eb9131564f5a4a2163d7f783dab4fb61d903333b3a2071e767
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
module UniformNotifier class BugsnagNotifier < Base def self.active? UniformNotifier.bugsnag end def self.out_of_channel_notify(message) return unless active? exception = Exception.new(message) Bugsnag.notify(exception) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uniform_notifier-1.5.0 | lib/uniform_notifier/bugsnag.rb |