Description
If a form has a typo in it then parsing fails and a message is shown to the user, but it's also being reported to sentry, eg: Function 'subsr' is not defined.
We should filter out Errors that can be identified as user error to reduce spam in sentry.
Description
If a form has a typo in it then parsing fails and a message is shown to the user, but it's also being reported to sentry, eg:
Function 'subsr' is not defined.We should filter out Errors that can be identified as user error to reduce spam in sentry.