RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Function runHealthCheck

    • If not already enabled, dynamically loads the Health Check module which will read accumulated health check data and present it in the browser developer tools console.

      Parameters

      • Optionalconfig: {
            logVerbose?: boolean;
            returnDiagnosticData?: boolean;
            runDetailedOverrideCheck?: boolean;
        }

        The optional configuration object for the health check.

        • OptionallogVerbose?: boolean

          If true, verbose information is included in the health check.

        • OptionalreturnDiagnosticData?: boolean

          If true, the diagnostic data is returned as array instead of just being logged.

        • OptionalrunDetailedOverrideCheck?: boolean

          if true, additional information will be logged to the console for overridden native APIs.

      Returns Promise<unknown[]>

      A promise that settles as soon as the health check has been performed.