This commit is contained in:
Ozgur Polat 2026-01-30 12:52:10 +00:00 committed by GitHub
commit 055236c4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ const NETWORK_ERROR_SNIPPETS = [
"fetch failed",
"network",
"timeout",
"timed out",
"socket",
"econnreset",
"econnrefused",

View File

@ -35,6 +35,7 @@ const RECOVERABLE_MESSAGE_SNIPPETS = [
"network request",
"client network socket disconnected",
"socket hang up",
"timed out",
"getaddrinfo",
];