Problem Statement
Effect 4.0 introduces a new ErrorReporter API for pluggable error reporting. The Sentry Effect SDK should automatically register an ErrorReporter when using effectLayer, so errors reported via Effect.withErrorReporting are captured by Sentry out of the box.
Solution Brainstorm
This should be transparent to the user and should be automatically registered when Sentry.effectLayer is being used, as this is what Sentry is doing by default.
Additional Context
On Effect v3 nothing should happen, as this was only introduced in v4
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Problem Statement
Effect 4.0 introduces a new
ErrorReporterAPI for pluggable error reporting. The Sentry Effect SDK should automatically register an ErrorReporter when usingeffectLayer, so errors reported viaEffect.withErrorReportingare captured by Sentry out of the box.Solution Brainstorm
This should be transparent to the user and should be automatically registered when
Sentry.effectLayeris being used, as this is what Sentry is doing by default.Additional Context
On Effect v3 nothing should happen, as this was only introduced in v4
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.