1drop / shopware-sentry

Sentry plugin for Shopware
MIT License
20 stars 9 forks source link

Option to ignore "pageNotFoundError" action from sending to Sentry #13

Closed jhit closed 6 years ago

jhit commented 6 years ago

Shopware raises a exception for every 404 error. my Sentry Dashbord is filled with stupid web-spider requests that lead to 404 errors in shopware. Could you please add a option to skip the pageNotFoundError action from sending to sentry?

shyim commented 6 years ago

I would prefer a list of exceptions in config.php which should be ignored like the Sentry Bundle. Or what you think guys? (And set 404 as Default)

htuscher commented 6 years ago

Sounds reasonable

jhit commented 6 years ago

Thanks @shyim