Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.1.0
* Add ability to capture log line with logs.
* `logs_capture_log_line: true`
* Add ability to capture stack trace with logs.
* `logs_capture_call_stack: true`
* See [#98](https://github.com/scoutapp/scout_apm_ruby_logging/pull/98) for benchmarks.
* Add ability to disable warn message on method_missing.
* `logs_method_missing_warning: false`
* Add ability to log stack trace on method_missing.
* `logs_method_missing_call_stack: true`
* Add tests for ActionCable.

## 2.0.0
* Remove vendored opentelmetry SDK.
* Add support for Ruby 3.4.
Expand Down
2 changes: 1 addition & 1 deletion lib/scout_apm/logging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ScoutApm
module Logging
VERSION = '2.0.0'
VERSION = '2.1.0'
end
end