Bug Fixes
- Use
ActionDispatch::ExceptionWrapperfor correct HTTP status code (#2850) - Add explicit dependency on logger gem to fix Ruby 4.0 warning (#2837)
Internal
- Add external_propagation_context support (#2841)
Unclaimed project
Are you a maintainer of sentry-ruby? Claim this project to take control of your public changelog and roadmap.
ActionDispatch::ExceptionWrapper for correct HTTP status code (#2850)Implement new Sentry.metrics functionality (#2818)
The SDK now supports Sentry's new Trace Connected Metrics product.
Sentry.metrics.count("button.click", 1, attributes: { button_id: "submit" })
Sentry.metrics.distribution("response.time", 120.5, unit: "mil...
ActiveRecord::Base.logger's log entries in the ActiveRecord log subscriber (#2775)...