We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406d444 commit a068321Copy full SHA for a068321
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 1.2.0
2
+* Add ability to capture log line with logs.
3
+ * `logs_capture_log_line: true`
4
+* Add ability to capture stack trace with logs.
5
+ * `logs_capture_call_stack: true`
6
+ * See [#98](https://github.com/scoutapp/scout_apm_ruby_logging/pull/98) for benchmarks.
7
+* Add ability to disable warn message on method_missing.
8
+ * `logs_method_missing_warning: false`
9
+* Add ability to log stack trace on method_missing.
10
+ * `logs_method_missing_call_stack: true`
11
+* Add tests for ActionCable.
12
+
13
## 1.1.0
14
* Bump vendored SDK version to 0.2.0.
15
lib/scout_apm/logging/version.rb
@@ -2,6 +2,6 @@
module ScoutApm
module Logging
- VERSION = '1.1.0'
+ VERSION = '1.2.0'
end
0 commit comments