CONNECT-platform / connect-platform

Visual Backend Programming Platform

Home Page:https://connect-platform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to record multiple invocations of a node instead of just the first one in "Watch"

must opened this issue · comments

As the title says, it would be nice to have multiple calls in a row watched and listed with the developer being able to access each and play it back.

@must could you elaborate? as per my understanding you can do it now manually. do you mean all calls in a call-stack should be automatically watched? like the whole call-tree should be watched and recorded by default?

What I initially meant was that it would be nice to be able to watch multiple independent calls in a row. For example, if I had an end point that is iteratively called multiple times, I would like to be able to see what happens in each call, that would enable me to debug when the problem happens in one of the several iterative calls. Otherwise, with the current tools available, I am only able to see the first call.

Also, yeah, because you just mention it right now, it would also be nice to be able to watch what happens inside all the called (internal/public connect) nodes (this would also solve the first point).

recording the whole call-tree would probably be a performance blow, so I would not consider it at least for this stage.

this leaves the "recording a node multiple times in a row" thing. will update the issue title accordingly.