johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.6k stars 211 forks source link

Improvements to callback and stack trace frame function analysis #746

Open johnbillion opened 1 year ago

johnbillion commented 1 year ago

Various improvements to the handling of callbacks (which may or may not be a valid callable) and stack trace frame functions. Currently these are handled the same way, but they're not the same thing so shouldn't be.

Aims

Traces and callbacks