HomePhabricator

Display traceback in the webapp in case of unknown errors

Description

Display traceback in the webapp in case of unknown errors

Having only the error type and content (since 6b6c07ca)
is not sufficient to investigate in many cases [1].

Let's use the built-in method traceback.format_exception
to display the full error with all information.

[1] Hard to investigate something like

<class 'TypeError'>

'NoneType' object is not subscriptable

Details

Provenance
JeanFredAuthored on Oct 28 2021, 10:14 AM
Parents
R2566:8dbc09902007: Add support for Unknown value grouping
Branches
Unknown
Tags
Unknown
ChangeId
None