Search found 2 matches

I was using a regex of the error message:

ignoreErrorMessageRe: '/ResizeObserver loop limit exceeded/',

I realize now putting it in quotes was probably not the correct way.

I'm trying to ignore a specific error message, but I'm having some issues. I found the 'ignoreErrorMessageRe' config in the documentation. When I tried to use that I must have set up the regex wrong and all errors are now being ignored. If you have an example of what this config should look like it ...