Open
Description
- Drop support of Rails 5.0 & 5.1
- Drop support of Ruby 2.4
- Drop some configuration options
async
-async
option will be dropped. #1522linecache
- I guess no one is using this. if you do, please let me know your use caseexclude_loggers
- this only works withsentry_logger
breadcrumb logger. given that probably not many people use the logger, there should be even fewer (or no) people use this option.
Event#to_hash
only returns a string key hash.- Currently, Hash-form events have string keys if they're generated from
#to_json_compatible
. But#to_hash
returns a symbol key hash. So it can be confusing to users when dealing with events in callbacks.
- Currently, Hash-form events have string keys if they're generated from
- Remove
hub
argument fromTransaction#finish
- Advanced Sidekiq reporting control
- We may support more fine-grained control on retried jobs reporting. For example,
attempt_threshold
- Only start reporting after thenth
retry failed - The number of attempts before notifications will be sent. #1632reportable_retries
- Only report a number of times for retry failures - Suppress notifications on Sidekiq retries #1570
- We may support more fine-grained control on retried jobs reporting. For example,
- Type signature (maybe)
- Fix stacktrace trimming Stack Trace Trimming is trimming relevant frames #2018
(feel free to add your feedback/request)