Splitting Error Logging and Continuation of Effect
Hi, how would I achieve the following:
Given
I would like to
Should I use
Given
I would like to
Effectively send errors to Console and/or Sentry if they are present.Should I use
Effect.tap() here? 