born05 / craft-sentry

Pushes Craft CMS errors to Sentry.
MIT License
9 stars 11 forks source link

Remove 400/429 error codes being hidden by default #23

Open jamesmacwhite opened 2 years ago

jamesmacwhite commented 2 years ago

The default configuration example will automatically prevent 400, 404 and 429 error codes being reported by default.

Would it be safer to reduce this to just 404 errors, 400 and 429 might be useful or potentially mask issues. e.g. for 400 errors if there are CSRF issues, these would be masked.

roelvanhintum commented 2 years ago

Thanks @jamesmacwhite, i'll look into this.