5.26.0
Feature
- 
Support for
:loggerpatch which enables sending logs to Sentry whenenabled_logsis set to true (#2657)Here's a sample config:
Sentry.init do |config| # ... your setup ... config.enable_logs = true config.enabled_patches = [:logger] end
 
Bug Fixes
- Skip creating 
LogEventBufferif logging is not enabled (#2652)