Releases: rollbar/rollbar-gem
Releases · rollbar/rollbar-gem
v3.6.0
- Enable Rails 7 error reporter via Rollbar config, #1161
- Rollbar::Logger compatibility with latest Logger class, #1161
v3.5.2
Move Rollbar::ActiveJob out of the plugin, #1149
v3.5.1
fix: compatibility fixes for ActionMailer plugin, #1146
v3.5.0
- Fix warning: attribute accessor as module_function, #1138
- Option to enable scoped block for DelayedJob plugin, #1087
- Fix ActionMailer plugin to add
rescue_from
to the correct class, #1143
- Fix rack deprecation warning, #1142
v3.4.2
- Sidekiq error_handler compatibility, #1136
v3.4.1
Fixes Rails 7.1 compatibility issue with DebugExceptions#render_exception, #1132
v3.4.0
Rollbar.js update
- Update Rollbar.js to v2.26.1, #1119
Fixes
- Fix warning message for frame data options, #1110
- Remove LegacyGemResolver + LegacyEncoder, #1093
- Add support for ActionMailer::MailDeliveryJob, #1111
v3.3.3
Fix: Add missing require for Rollbar.js insertion, #1117
v3.3.2
Fixes Rack 3.0 compatibility
- Fix error with body.rewind with rack 3.0, #1107
v3.3.1
Updates
- Use scrub_whitelist when scrubbing sidekiq job params, #1074
- stringify js options when serialized for the payload, #1089
- remove type attribute from script tag, #1091
- (locals) gracefully handle binding error when on a Fiber, #1095