Adding Error Logging to Managed Runtime in Effect Typescript

Is there a way to add die/cause logging to managed runtime? Currently, if I run effect with runCallback and it fails, it wont show me that in logs, and im trying to avoid adding Effect.tapErrorCause(Effect.logError) to every effect before running
Was this page helpful?