Reads accumulated health check data and presents it in the browser developer tools console.
Optionalconfig: {The optional configuration object for the health check.
OptionaldiagnosticData?: unknown[]OptionallogVerbose?: booleanIf true, verbose information is included in the health check.
OptionalreturnDiagnosticData?: booleanIf true, the diagnostic data is returned as array instead of just being logged.
OptionalrunDetailedOverrideCheck?: booleanif true, additional information will be logged to the console for overridden native APIs.
A promise that settles as soon as the health check has been performed.
Debug tools for RUM JavaScript agent diagnostics and troubleshooting. Available via dynatrace.debugtools after calling dynatrace.loadDebugTools.