getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.99k stars 1.57k forks source link

Ignore react 421 errors #12432

Open lforst opened 5 months ago

lforst commented 5 months ago

These errors are not actionable because they do not contain a stack trace or information about locality. We should ignore them.

Comment raising this: https://github.com/getsentry/sentry-javascript/issues/6295#issuecomment-2158026089

enjoyjeremy-bc commented 2 months ago

Hi, I'm also interested in the ability to filter out these unactionable errors. A website I manage is experiencing about 125k of these errors per day. Can this be prioritized?

andreiborza commented 2 months ago

Hello, we are currently on a company-wide hackweek and thus on limited support. We'll look at this next week.

lforst commented 2 months ago

@enjoyjeremy-bc looking at this issue again I am not sure whether we should ignore it out of the box because it indeed highlights an issue with your application.

If you want to ignore the error for your project, you can add it to the ignoreErrors list like I suggested here: https://github.com/getsentry/sentry-javascript/issues/6295#issuecomment-2158013348