Open
Description
As IronFunctions user, i want to receive function traceback on error as part of HTTP response to function execution.
If function raises exception API return nothing except HTTP code - 500 with no response body, see this link.
As one of solutions mentioned by @pedronasser would be to include stderr content into response with making such capablity configurable through API (by default - disabled capability).
In case if function exited with traceback - make error message more verbose.