module Project106::ExceptionReporter
Public Instance Methods
report_exception_to_project_106(env, exception)
click to toggle source
# File lib/project_106/exception_reporter.rb, line 8 def report_exception_to_project_106(env, exception) report_log "[Project106] Reporting Exception: #{exception}", :error req_data = extract_request_data_from_rack(env, exception) Project106.report_exception_to_project_106_server(req_data) end