Package: effect
Module: ErrorReporter
Context reference that holds the set of active error reporters for the current fiber. Defaults to an empty set (no reporting).
When to use
Use when you need to read or replace the current set of error reporters directly.
Signature
declare const CurrentErrorReporters: Context.Reference<ReadonlySet<ErrorReporter>>
Since v4.0.0