### Improvements - Optimize getting query source location in ActiveRecord tracing - this makes tracing up to roughly 40-60% faster depending on the use cases ([#2769](https://github.com/getsentry/sentry-ruby/pull/2769)) ### Bug fixes - Properly skip silenced `ActiveRecord::Base.logger`'s log entries in the ActiveRecord log subscriber ([#2775](https://github.com/getsentry/sentry-ruby/pull/2775)) - Handle malformed utf-8 log messages and attributes ([#2777](https://github.com/getsentry/sentry-ruby/pull/2777) and [#2780](https://github.com/getsentry/sentry-ruby/pull/2780)) - Fix initialized check in Sentry::Rails::CaptureExceptions ([#2783](https://github.com/getsentry/sentry-ruby/pull/2783))