vcr icon indicating copy to clipboard operation
vcr copied to clipboard

Optionally ignore errors

Open hadley opened this issue 10 months ago • 2 comments

The claude API is pretty flaky so often returns a 500 when I'm trying to record an actual request. It would be useful to be able to opt-out of vcrs default error handling so that this doesn't get recorded.

hadley avatar May 29 '25 13:05 hadley

As in retry until a non error response? Or something else?

sckott avatar May 29 '25 16:05 sckott

And just let the error bubble up, so the user has to deal with it.

hadley avatar May 29 '25 16:05 hadley