Threshold / ignoring by default

We triage errors in Sentry, and for two of our projects we would like to just ignore issues that showed up less than 10 times. Is that possible?

I am not talking about alerts - that I can set up so that we do not get notifications in this case, but the question here is for even seeing issues in Sentry.

Imagine setting “Ignore until this occurs again 10 times.” by default on any new issue.

Ideally - that would be an SDK option we can set.

Why not just change the search parameters? timesSeen:>10

Indeed, thinking about it. We built some scripts around Sentry - so will need to change these.