Documentation - v7.14.0
    Preparing search index...

    Variable monitorErrorConst

    monitorError: (e: unknown) => void = globalMonitor.monitorError

    Direct error reporter backed by the global monitor. See Monitor.monitorError for semantics and usage.

    Type Declaration

      • (e: unknown): void
      • Parameters

        • e: unknown

          The error to report.

        Returns void

        void; logs and forwards the error to the registered callback.