Releases: getsentry/sentry-ruby
Releases · getsentry/sentry-ruby
3.0.1
- fix: Improve SanitizeData processor (#984)
- fix: Masking cookies as key/pair instead of a single string (#983)
- fix: Transports classes' requiring issue (#986)
- fix: Frozen string issues (#977)
- feat: Officially support Rails 6 (#982)
v3.0.0
- SDK now requires Ruby >= 2.3
- REF: Retain any literal "HTTP-" in header names [@elliterate, #950]
- REF: Delete JSON spec for recursive hashes [@ksylvest, #952]
- FEAT: Bump faraday version to latest [@ksylvest, #946]
v2.13.0
- FIX: Sanitize event data before they are sent to async job. [@edariedl, #895]
- FIX: Serialization MongoDB ObjectId to JSON problem with gem delayed_job_mongoid conjunction. [@eagleas, #935]
- FEAT: Skip ActiveJob integration if there is a better one [@fsateler, #909]
- FIX: Bugs with send_event in asynchronous mode (#940) [@cstyles, #940]
v2.12.1
- FIX: undefined method `[]' for nil:NilClass [@HazAT, #932]
v2.12.0
- FIX: Remove duplicate message when exception is emitted
- FIX: Frozen string bug in utf8conversation
- FEATURE: Allow block on tags_context and extra_context