Bugsnag Ruby Versions Save

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby

v6.26.4

1 month ago

Fixes

  • Fix Unicode encoding issues when using Exception#detailed_message (Ruby 3.2+) | #817
  • Fix compatibility with Ruby 3.4-dev | #815 | k0kubun

v6.26.3

3 months ago
  • Handle mailto links in Cleaner#clean_url | #813

v6.26.2

3 months ago

Fixes

  • Fix unhandled URI::InvalidURIError in Cleaner#clean_url | #811

v6.26.1

4 months ago

Fixes

  • Fix deprecation warning from Sidekiq error handler | #796 | fukayatsu
  • Fix Resque integration when failure backend is already Resque::Failure::Multiple | #803 | sj26
  • Redact URLs in automatic Rails breadcrumbs | #806

v6.26.0

9 months ago

Enhancements

v6.25.2

1 year ago

Enhancements

v6.25.1

1 year ago

Fixes

  • Allow Gem paths to be stripped from file names in stacktraces when they contain a Regexp special character | #764

Enhancements

  • Use Exception#detailed_message instead of Exception#message when available | #761

v6.25.0

1 year ago

Enhancements

v6.24.2

2 years ago

Fixes

  • Avoid rescuing from errors in Active Record transaction callbacks in versions of Rails where they will be re-raised | #709 | apalmblad

v6.24.1

2 years ago

Fixes

  • Fix metadata not being recorded when using Resque outside of Active Job | #710 | isnotajoke