Python Traceback in LMS for debug purposes

I’m wondering is it a good idea to render a full python traceback in LMS for staff roles.
Does anyone have any examples of the actual use of this functionality?

IMHO it’s not a best practice to provide anybody with a full stack trace except it is urgently needed.

Actually, the proposal is to redesign this feature to provide more safe Exception representation for staff and other instructor roles.

P.S. We catching the following exceptions (StudentInputError, ResponseError, LoncapaProblemError) to provide the detailed stack trace.