fix(producer): retry probe navigation timeouts (#1713)

This commit is contained in:
Miguel Ángel
2026-06-25 10:52:38 -04:00
committed by GitHub
parent 64eaad7d69
commit 0558b8761e
3 changed files with 20 additions and 2 deletions
@@ -1961,6 +1961,7 @@ const TRANSIENT_BROWSER_ERROR_PATTERNS = [
/Execution context was destroyed/i,
/Cannot find context with specified id/i,
/Failed to launch the browser process/i,
/Navigation timeout of \d+ ms exceeded/i,
/ECONNREFUSED/i,
];