Skip to content

v4.0.0

Compare
Choose a tag to compare
@nikz nikz released this 19 May 23:19
· 11 commits to master since this release
c029c6e

Updates to bring us in line with modern Ruby and Rails versions.

  • BREAKING CHANGE: Remove support for end-of-life Ruby versions and Rails versions prior to 6.0.0
  • Bug fix: Fix issue with breadcrumbs not being sent to Raygun when send_in_background is enabled (thanks to @jjb for the bug report)
  • Updates testing to reflect the above
  • Use Kernel.caller when backtrace is not available (thanks to @TSMMark)
  • Rails.error.handle is now supported by Raygun, enable it by setting config.register_rails_error_handler = true