Be more descriptive with video errors, log less (#9886)

This commit is contained in:
Samuel Newman
2026-02-16 21:09:49 +00:00
committed by GitHub
parent 49253dbd88
commit a6ba0810b7
2 changed files with 16 additions and 4 deletions
+1
View File
@@ -54,6 +54,7 @@ const NETWORK_ERRORS = [
'Failed to fetch',
'Load failed',
'Upstream service unreachable',
'NetworkError when attempting to fetch resource',
]
export function isNetworkError(e: unknown) {