We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13c95 commit 929899dCopy full SHA for 929899d
1 file changed
ui/src/api/client.ts
@@ -229,9 +229,9 @@ export async function getConfig(): Promise<{ apiKeys: { google: boolean; anthrop
229
export async function generateBugReport(diagnostics: {
230
user_description: string;
231
browser_info: Record<string, unknown>;
232
- console_logs: Array<Record<string, unknown>>;
+ console_logs: unknown[];
233
app_state: Record<string, unknown>;
234
- network_errors: Array<Record<string, unknown>>;
+ network_errors: unknown[];
235
}): Promise<Blob> {
236
const response = await fetch(config.api.endpoints.debugBundle, {
237
method: 'POST',
0 commit comments