You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the worker side, how would you skip logging activity errors (returned as *cadence.CustomError) that are subsequently handled gracefully (ContinueAsNewError) by the calling workflow? Possibly skip only partially. I couldn't find support for accessing error details + rescinding entry from zap hooks.
One idea is to move all such logging into interceptors and allow redefining them.