Documentation - v7.14.0
    Preparing search index...

    Function stopMonitorErrorCollection

    • Clears the error-collection callback registered by startMonitorErrorCollection.

      This is the production detach path: after it returns, errors caught by the global monitor are dropped (no longer forwarded to telemetry). Intended for SDK teardown (stop()); does not affect debug mode. Tests that need a full reset should call this followed by setDebugMode(false).

      Returns void