Skip to content

Commit

Permalink
ref(backend): Attach stacktraces on PHP warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 1, 2023
1 parent fd8c16e commit 45c05b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
'in_app_exclude' => [
ROOT . DS . 'vendor',
],
'attach_stacktrace' => true,
]);

/*
Expand Down

0 comments on commit 45c05b8

Please sign in to comment.