chore: web e2e improvements (#7155)

This commit is contained in:
Jason Rasmussen 2024-02-16 16:31:22 -05:00 committed by GitHub
parent 67b1675850
commit a24f3805c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 17 deletions

View file

@ -20,7 +20,7 @@ export async function handleError(error: unknown, message: string) {
return;
}
console.error(`[handleError]: ${message}`, error);
console.error(`[handleError]: ${message}`, error, (error as Error)?.stack);
let serverMessage = await getServerErrorMessage(error);
if (serverMessage) {