Kind: Function
Source: atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts
Capture comprehensive diagnostics about current page state
Signature
tsasync function captureDiagnostics(page: any, phase: string, attemptLog: any[]): Promise<AuthDiagnostics>
Parameters
| Name | Type |
|---|---|
page | any |
phase | string |
attemptLog | any[] |
Returns: Promise<AuthDiagnostics>
Was this page helpful?