79443694

Date: 2025-02-16 18:23:13
Score: 2.5
Natty:
Report link

I think the best approach here would be to use the ignoreErrors option https://docs.sentry.io/platforms/javascript/configuration/filtering/

Sentry.init({
  ignoreErrors: [
    "Can't find variable: gmo"
  ],
});
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kenyon Kowal