Skip to content

captureDiagnostics

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts

Capture comprehensive diagnostics about current page state

Signature

ts
async function captureDiagnostics(page: any, phase: string, attemptLog: any[]): Promise<AuthDiagnostics>

Parameters

NameType
pageany
phasestring
attemptLogany[]

Returns: Promise<AuthDiagnostics>

Was this page helpful?

Download as PDF