New Features ✨
- (active_job) Support for tracing by @solnic in #2947
- (active_job) Support for Solid Queue by @solnic in #2942
- (client-reports) Record
log_byteandtrace_metric_byteoutcomes by @sl0thentr0py in #2997 - Add Fiber support new
config.hub_isolation_levelwhich can be set to:fiberor:thread. Use this in case you use Fiber based servers like Falcon by @SeanLF in #3018 - New
set_attributeapi by @sl0thentr0py in #2998
Bug Fixes 🐛
Rails
- Guard execution context with
send_default_piiby @solnic in #3043 - Ensure
Rails.error.set_contextis not lost by @solnic in #3024
Other
- (test) Kill threaded global workers before clearing Sentry globals by @solnic in #2990
- Isolate inherited hubs under
hub_isolation_level = :fiberby @SeanLF in #3036
Internal Changes 🔧
- Use generated gemfiles in test workflows by @sl0thentr0py in #2971
- Weekly lockfile generation CI job by @sl0thentr0py in #2966