Stop throwing NoResultsError at Sentry on every random 404 #783
Labels
technical improvement
General technical improvements that might not be user-visible or affect the overall site experience.
Right now, every 404, every typo of an address, etc, sends a NoResultsError to Sentry, and it gets really noisy. 404s are normal and for the most part should not be remarkable. We should only send these errors out if they signal an actual problem.
The text was updated successfully, but these errors were encountered: