v6.12.0
6.12.0 (28 Aug 2019)
Enhancements
-
Add Ruby (and other framework) version strings to report and session payloads (device.runtimeVersions).
| 560 -
Allow symbols in breadcrumb meta data.
| #563
| directionless
Fixes
-
Use
Module#prepend
for Rake integration when on a new enough Ruby version
to avoid infinite mutual recursion issues when something else monkey patches
Rake::Task
.
| #556
| #559 -
Handle
nil
values for thejob
block parameter for the Que error notifier.
This occurs under some conditions such as database connection failures.
| #545
| #548