Yeah, you're better off only adding the specific e...
# best-practices
t
Yeah, you're better off only adding the specific error to the exception handler: https://docs.cypress.io/api/events/catalog-of-events#To-conditionally-turn-off-uncaught-exception-handling-for-a-certain-error This way you can catch any future errors with your front-end.
2 Views