Error monitoring tool for recording videos & screenshots of user sessions


Post by danielh »

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.


Post by mats »

Can you please post the RegEx you used? We use:

ignoreErrorMessageRe : /Script error|Unexpected token var|ResizeObserver/i,

Post by danielh »

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.


Post Reply