All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fixed internal LRU cache to be threadsafe (#178)
- Added config.disable_send (#156)
- Set the default
span_frame_min_duration
to 5ms
- Fixed some Elasticsearch spans not validating JSON Schema (#157)
- Added an option to disable metrics collection (#145)
- Filters can cancel the entire payload by returning
nil
(#148) - Added
ENV
version of the logging options (#146) - Added
config.ignore_url_patterns
(#151)
- Use concurrent-ruby's TimerTask instead of
Thread#sleep
. Adds dependency onconcurrent-ruby
. (#141)
- Remove newline on
hostname
- Fixed ActionMailer spans renaming their transaction
Beginning of this document
- Fix overwriting custom logger with Rails'