Method: Atatus.report
- Defined in:
- lib/atatus.rb
.report(exception, context: nil, handled: true) ⇒ String
Report and exception to APM
334 335 336 |
# File 'lib/atatus.rb', line 334 def report(exception, context: nil, handled: true) agent&.report(exception, context: context, handled: handled) end |