Hi,
I know this sounds mad, but I'm wondering if at runtime, I can make an exception for http 404' so that they don't appear in the error count/log in the controller?
I basically want my http 404s to not throw an error because it's replaying production logs and 404s aren't in scope for this test.
Cheers,
J