By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.2.x
Introduced in version:
8.2.0-beta1
Issue links:
Description:
As of now we not only log the line in which a PHP error / exception happened, but we even log an entire backtrace. This makes it much easier for people to figure out where something may have gone wrong.
Since 8.0.5 the return value of \Drupal\Core\Utility\Error::decodeException() has contained an undocumented key backtrace_string. In 8.2.0 this key has been renamed @backtrace_string.
Impacts:
Site builders, administrators, editors
Module developers
Themers