# File lib/smart_proxy_abrt/abrt_lib.rb, line 137
    def send_to_foreman
      foreman_report = create_foreman_report
      logger.debug "Sending #{foreman_report}"
      Proxy::HttpRequest::ForemanRequest.new.send_request("/api/abrt_reports", foreman_report.to_json)
    end