Skip to content
Snippets Groups Projects
Commit 91965852 authored by catch's avatar catch
Browse files

Issue #2646786 by dawehner: Add a backtrace for logged exceptions

parent 04737222
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -76,6 +76,7 @@ public static function decodeException($exception) {
'%line' => $caller['line'],
'severity_level' => static::ERROR,
'backtrace' => $backtrace,
'backtrace_string' => $exception->getTraceAsString(),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment