Hello team.
I am using Phoenix to record exceptions while tracing,
I use span.record_exception(e) and it did record the exception in the Events tab,
but the issue is it's inside JSON string, there are many \ s and format is gone and not easy to read.
I do not know which action I should perform to correctly render the exception traceback.
Currently I am using Phoenix in small and simple project locally, I do not have other dedicated exception tracing system,
I wonder that what is the correct approach to view it, please educate me.