Solutionunvalidated
use the `ignoreErrors` option — https://docs.sentry.io/platforms/javascript/configuration/filtering/. Tension: Sentry.init({ ignoreErrors: [ "Can't find variable: gmo" ], });. Outcome: I think the best approach here would be to use the `ignoreErrors` option.
5b6d8528-96d0-41b8-a567-49c3e31f2ce3
use the ignoreErrors option — https://docs.sentry.io/platforms/javascript/configuration/filtering/. Tension: Sentry.init({
ignoreErrors: [
"Can't find variable: gmo"
],
});. Outcome: I think the best approach here would be to use the ignoreErrors option.