rack-mini-profiler v0.1.13.pre Release Notes

Release Date: 2012-09-03 // over 11 years ago
    • [ADDED] Setting: config.backtrace_ignores = [] - an array of regexes that match on caller lines that get ignored
    • 0️⃣ [ADDED] Setting: config.backtrace_includes = [] - an array of regexes that get included in the trace by default
    • [ADDED] pp=normal-backtrace to clear the "sticky" state
    • [IMPROVED] Cleaned up the way client settings are stored
    • [IMPROVED] Made pp=full-backtrace "sticky"
    • [IMPROVED] Changed "pp=sample" to work with "caller" no need for stack trace gem
    • 🛠 [FIXED] pg gem prepared statements were not being logged correctly