raygun4ruby icon indicating copy to clipboard operation
raygun4ruby copied to clipboard

Adds support for a retry count and raising

Open nikz opened this issue 5 months ago • 1 comments

Adds two new configuration settings:

  • Configure how many times raygun4ruby should retry sending the error to the Raygun servers using error_report_max_attempts (defaults to 1)
  • Configure whether or not raygun4ruby should re-raise an exception if the send fails using raise_on_failed_error_report (defaults to false)

nikz avatar Sep 20 '24 03:09 nikz