Do you guys know a way to somehow log all events from a flows in a app ? We would like to debug the all flows and log the data but I haven't found a mechanism.
k
Kevin Healy
12/20/2022, 5:33 PM
Why would you want to do that? I suspect "log all emissions from all flows all the time" isn't really the solution to whatever problem you're facing
➕ 2
p
Pedro Alberto
12/21/2022, 10:54 AM
I totally agree with you but in my team alot of EventBus events are being replaced with SharedFlows and Flows so they requested if there would be a way to log when the flow is collected.
k
Kevin Healy
12/21/2022, 4:09 PM
Hum, do you want to log when an event is emitted or when an event is received? Or when a component subscribes to a SharedFlow (literally the flow is collected)?