diff --git a/src/Profiler.php b/src/Profiler.php index 224cc6e..ee58093 100644 --- a/src/Profiler.php +++ b/src/Profiler.php @@ -277,7 +277,12 @@ private function getDefaultConfig() 'profiler.enable' => function () { return true; }, - 'profiler.flags' => array(), + 'profiler.flags' => array( + ProfilingFlags::CPU, + ProfilingFlags::MEMORY, + ProfilingFlags::NO_BUILTINS, + ProfilingFlags::NO_SPANS, + ), 'profiler.options' => array(), 'profiler.exclude-env' => array(), 'profiler.simple_url' => function ($url) {