Skip to content

Commit 0215267

Browse files
committed
feat: Add configuration to exclude all environment variables from profiling
1 parent c1a5c3b commit 0215267

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/autoload.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
'profiler.replace_url' => function ($url) {
119119
return str_replace('token', '', $url);
120120
},
121+
/**
122+
* If true, excludes all environment variables from profiling data.
123+
* @return bool
124+
*/
125+
'profiler.exclude-all-env' => false,
121126
);
122127

123128
/**

0 commit comments

Comments
 (0)