Closed glensc closed 4 years ago
Makes it possible to exclude certain environment variables from profiling data:
// Environment variables to exclude from profiling data 'profiler.exclude-env' => array( 'APP_DATABASE_PASSWORD', 'PATH', ),
Fixes https://github.com/perftools/xhgui/pull/286
released as 0.4.0.
to update:
composer require perftools/php-profiler
Makes it possible to exclude certain environment variables from profiling data:
Fixes https://github.com/perftools/xhgui/pull/286