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 would be greatly appreciated.
The error message I'm trying to ignore is "ResizeObserver loop limit exceeded".
Thank you.