Releases: MindscapeHQ/raygun4ruby
Releases · MindscapeHQ/raygun4ruby
v4.0.1
v4.0.0
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 settingconfig.register_rails_error_handler = true
v4.0.0-pre
(This is a pre-release version for testing in the wild - install at your own risk!)
- BREAKING CHANGE: Remove support for end-of-life Ruby verisons 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 settingconfig.register_rails_error_handler = true
v3.2.1
v3.2.0
Bugfix:
- Fix NoMethodError Exception: undefined method
include?' for nil:NilClass in
JavascriptExceptionTracking` class. Thanks @yamanaltereh for this (#141) - Fix (#145), "raygun4ruby will load pry if it is in the gem bundle". Thanks to @eoinkelly for reporting this
Feature:
- If you have recorded a large number of Breadcrumbs, or just very large ones, Raygun4Ruby will now only send up to 100KB of them instead of all of them, potentially going over the 128KB payload limit Raygun accepts (#147)