We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6079d commit c0667eaCopy full SHA for c0667ea
src/LaravelDebugbar.php
@@ -196,7 +196,7 @@ public function boot()
196
$this['messages']->collectFileTrace(true);
197
}
198
199
- if ($config->get('debugbar.options.messages.capture_dumps', true)) {
+ if ($config->get('debugbar.options.messages.capture_dumps', false)) {
200
$originalHandler = \Symfony\Component\VarDumper\VarDumper::setHandler(function ($var) use (&$originalHandler) {
201
if ($originalHandler) {
202
$originalHandler($var);
0 commit comments