MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.68k stars 400 forks source link

Use profile parameter config for framegraph ability #584

Closed ohbarye closed 7 months ago

ohbarye commented 1 year ago

Profile parameter got config-able with https://github.com/MiniProfiler/rack-mini-profiler/pull/553, but the framegraph ability still depends on pp. I think it should use @config.profile_parameter.

nateberkopec commented 7 months ago

Great catch! Fixed by fb2c080de919db564f6d2f2f39cdb842f3a65c7a on master now.