class Temescal::Monitors::NewRelic

Public: Reporting strategy for New Relic.

Public Class Methods

report(exception) click to toggle source

Public: Reports an exception to New Relic.

exception - The caught exception.

# File lib/temescal/monitors.rb, line 30
def self.report(exception)
  ::NewRelic::Agent.notice_error exception
end