Raven Ruby v4.7.0 Release Notes

  • ๐Ÿ”‹ Features

    • Add monotonic_active_support_logger #1531
    • ๐Ÿ‘Œ Support after-retry reporting to sentry-sidekiq #1532
    • Generate Security Header Endpoint with Sentry.csp_report_uri from dsn #1507
    • ๐Ÿ‘ Allow passing backtrace into Sentry.capture_message #1550

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ท Check sentry-rails before injecting ActiveJob skippable adapters #1544
    • ๐Ÿ’Ž Don't apply Scope's transaction name if it's empty #1546
    • ๐Ÿ‘ท Don't start Sentry::SendEventJob's transaction #1547
    • ๐Ÿ’Ž Don't record breadcrumbs in disabled environments #1549
    • ๐Ÿ’Ž Scrub header values with invalid encoding #1552
    • ๐Ÿ›  Fix mismatched license info. New SDK gems' gemspecs specified APACHE-2.0 while their LICENSE.txt was MIT. Now they both are MIT.