Skip to content

[Plan] Version 6 #1279

Open
Open
@st0012

Description

@st0012
  • Drop support of Rails 5.0 & 5.1
  • Drop support of Ruby 2.4
  • Drop some configuration options
    • async - async option will be dropped. #1522
    • linecache - I guess no one is using this. if you do, please let me know your use case
    • exclude_loggers - this only works with sentry_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.
  • Remove hub argument from Transaction#finish
  • Advanced Sidekiq reporting control
  • Type signature (maybe)
  • Fix stacktrace trimming Stack Trace Trimming is trimming relevant frames #2018

(feel free to add your feedback/request)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions