raygun4ruby
raygun4ruby copied to clipboard
Adds support for a retry count and raising
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)