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.
馃挕聽Hint: Mention @herald in the thread for followups.
hey Darcy C. thanks for bringing this to our attention! we just merged in a fix for this that should improve the attribute rendering on this events tab. I'll update you once it is released.
this has been fixed in phoenix v19.16.0, let me know if you encounter any more issues after upgrading! here is the relevant PR: github.com/Arize-ai/phoenix/pull/15028
