is there any operator in flow that allows me to just log an error without having to do `catch { log(...
j
is there any operator in flow that allows me to just log an error without having to do
catch { log(it) throw it}
? Something like
doOnError
?
j
thanks