Skip to content

Commit

Permalink
Buggregator functions as forgotten debug output (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2gl authored Sep 17, 2024
1 parent 7c52162 commit cc886c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ private static Set<String> optionConfigurationDefaults() {
list.add("\\Illuminate\\Support\\Debug\\Dumper::dump");
list.add("dd");
list.add("dump");
/* Buggregator related functions */
list.add("trap");
/* Core-php debug functions */
list.add("debug_print_backtrace");
list.add("debug_zval_dump");
Expand Down

0 comments on commit cc886c4

Please sign in to comment.