Only breaking or notable changes.
ErrorHandlerWithSentry
now supportssentry-ruby
gem.
- aws/xray/hooks/active_record was removed because it's not usable due to too many traces
- Change default sampling rate from 0.1% to undefined. Please set proper sampling rate in your production system.
- Rename tracing methods while keeping old methods:
#base_trace
->#start_segment
#child_trace
->#start_subsegment
- Drop faraday dependency. Users who want to use Faraday middleware must require
aws/xray/faraday
.