You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove user-facing when option from retryFailedStep config
The internal retry predicate (config.when) is still set for the
recorder; only the configurable customWhen hook is removed.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -104,7 +102,6 @@ export default function (config) {
104
102
if(!store.autoRetries)returnfalse
105
103
if(err&&err.isTerminal)returnfalse
106
104
if(err&&err.message&&(err.message.includes('ERR_ABORTED')||err.message.includes('frame was detached')||err.message.includes('Target page, context or browser has been closed')))returnfalse
0 commit comments