Hi Guys, using Phoenix a lot and have a small feature request:
As far as I can tell, there's no easy way to copy or export a trace (or parts of it) directly from the UI. This would be really useful when working on agentic workflows or tool-calling, where I often want to copy/paste a trace into an LLM for debugging or iteration.
I know it鈥檚 possible to access traces via the DB / CLI / code, but having a UI option to export (e.g. Markdown or JSON) would be super helpful. Curious if I鈥檓 missing something or if this is on the roadmap.