Closed
Description
I made a comment back in #224 after it was merged. I guess you overlooked it, so I'll post it again:
I realize now that when adding a string to the whitelist filter, you don't start the regexp with a ^ or end it with $, e.g. the string can appear anywhere in the exception message. So these lines:
globalOptions.ignoreErrors.push('Script error.');
globalOptions.ignoreErrors.push('Script error');
are actually covering ... Javascript error: Script error on line ...
error already. But also This is a script error that should be handled...
... : /
Is this deliberately? It is rather confusing. That also means that my last pull request #224 was covered by the old rules.
Metadata
Metadata
Assignees
Labels
No labels