Closed
Description
In the "Queries" tab, when I expand a given query, in the "Metadata" section, the backtrace is always limited to 5 results per query.
I tried setting debug_backtrace_limit
config value to different values (e.g. 50
or 0
), but it has no effect. When I add some paths that I see in the backtrace to backtrace_exclude_paths
setting, new paths in the backtrace show up, but they are always limited to 5. I also deleted the browser cache.
I am using laravel-debugbar v3.5.7
and Laravel v8.42.1
.
Does anyone know how to make the debugbar show unlimited backtrace for queries?