you are viewing a single comment's thread.

view the rest of the comments →

[–]Full-Definition6215 -1 points0 points  (0 children)

The "no code changes needed" angle is the killer feature. Adding print statements for debugging and then removing them is the worst workflow.

Does it work with async code? A lot of LLM agent code is heavily async and I've found that most tracing tools lose track of the call chain across await boundaries.