theseus
theseus copied to clipboard
Allow hiding "logs" (fn calls)
I wanna be able to hide some of the logs, that are not important to me. At this point I can only show all or nothing per function call, it would be helpful to allow hiding specific fn calls.
Great point! If I understand the problem correctly, being able to collapse that branch with something like a disclosure triangle would be a possible solution. Is that right?
Similarly it would be very handy to be able to clear all the existing logs and calls without having to restart the instrumented server.
This makes it very easy to follow the progress of data through a specific user flow after the server has started and been put into the necessary state.
Yeah! I've been prototyping some interfaces for that use case that I think will be the next to be added to Theseus.
@alltom yes