Skylight v1.4.0 Release Notes

Release Date: 2017-10-04 // over 6 years ago
    • [FEATURE] Add probe for Rack Middlewares
    • [FEATURE] ActiveRecord Instantiation instrumentation
    • [FEATURE] Faraday instrumentation. Add 'faraday' to your probes list.
    • [IMPROVEMENT] Increase limit for items tracked in a requests
    • [IMPROVEMENT] Allow for more fine-grained control over position of Skylight::Middleware
    • 🔧 [IMPROVEMENT] Improved handling of the user-level configuration options
    • [IMPROVEMENT] Avoid processing Skylight::Middleware unnecessarily
    • ✅ [EXPERIMENTAL] FreeBSD support. (This should work automatically on FreeBSD systems, but real-world testing has been minimal.)
    • 👷 [EXPERIMENTAL] ActionJob Enqueue instrumentation. (Only tracks the enqueuing of new jobs. Does not instrument jobs themselves. Off by default since it's not clear how useful it is. To enable: require 'skylight/normalizers/active_job/enqueue_at'.)