You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got a project that's large enough to get flooded with 404 errors that can't be anticipated, it's currently causing our Sentry budget to get completely used up with 140k+ 404 events that shouldn't be getting reported to Sentry if my understanding of excludedCodes configuration property is correct.
If we're misunderstanding the way excludedCodes works, is there a way to not report yii\web\NotFoundHttpException errors to sentry?
We're currently on Craft Sentry 3.0.0 and Craft CMS 4.12.5
The text was updated successfully, but these errors were encountered:
We've got a project that's large enough to get flooded with 404 errors that can't be anticipated, it's currently causing our Sentry budget to get completely used up with 140k+ 404 events that shouldn't be getting reported to Sentry if my understanding of
excludedCodes
configuration property is correct.If we're misunderstanding the way
excludedCodes
works, is there a way to not reportyii\web\NotFoundHttpException
errors to sentry?We're currently on
Craft Sentry 3.0.0
andCraft CMS 4.12.5
The text was updated successfully, but these errors were encountered: