Sha256: d366b242b90f361271310adf6e9da5eae6765883bc813542dfa21ef8866358d5
Contents?: true
Size: 227 Bytes
Versions: 10
Compression:
Stored size: 227 Bytes
Contents
class TestTrack::MisconfigurationNotifier def notify(msg) Rails.logger.error(msg) if Airbrake.respond_to?(:notify_or_ignore) Airbrake.notify_or_ignore(msg) else Airbrake.notify(msg) end end end
Version data entries
10 entries across 10 versions & 1 rubygems