First check
Description
During the development cycle, especially when running on a remote machine (QA environment etc.) it's pretty convenient to have the traceback directly in the body of a 500 response so that one does not have to connect to the machine to get the traceback.
Of course it's something that one should opt-in , as you don't want to have that in production