Skip to content

Releases: rollbar/rollbar-gem

v3.5.2

16 Jan 20:49
9e81cd6
Compare
Choose a tag to compare

Move Rollbar::ActiveJob out of the plugin, #1149

v3.5.1

12 Jan 16:29
063b416
Compare
Choose a tag to compare

fix: compatibility fixes for ActionMailer plugin, #1146

v3.5.0

04 Jan 12:33
cae70e4
Compare
Choose a tag to compare
  • 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

06 Dec 13:09
d14043c
Compare
Choose a tag to compare
  • Sidekiq error_handler compatibility, #1136

v3.4.1

12 Oct 17:37
c59ee67
Compare
Choose a tag to compare

Fixes Rails 7.1 compatibility issue with DebugExceptions#render_exception, #1132

v3.4.0

06 Jan 21:47
876146a
Compare
Choose a tag to compare

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

20 Dec 14:08
3cbfc89
Compare
Choose a tag to compare

Fix: Add missing require for Rollbar.js insertion, #1117

v3.3.2

20 Oct 15:03
9ff048b
Compare
Choose a tag to compare

Fixes Rack 3.0 compatibility

  • Fix error with body.rewind with rack 3.0, #1107

v3.3.1

28 Jun 16:30
7e1b1d6
Compare
Choose a tag to compare

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

v3.3.0

27 Oct 17:26
8f34145
Compare
Choose a tag to compare
  • Scrub all arguments when an ActiveJob is configured not to log arguments, #1059
  • Specify rack env key for user ip address, #1065
  • Enable reporting rack framework errors, #1066
  • Add config option to ignore internal errors, #1068