networkteam / sentry_client

TYPO3 Extension for exception logging with sentry, see http://www.getsentry.com
33 stars 35 forks source link

Implement improved ignore list #86

Open hlubek opened 1 year ago

hlubek commented 1 year ago

Goals:

This way we could configure a common list of "client" exceptions that cause too much noise in Sentry and are due to e.g. bad route parameters, property mapping or form validation.

baschny commented 1 year ago

In the long run it would be cool to implement black/whitelist of log entries directly in TYPO3 core instead that each client / LogWriter inventing their own settings. So we could use this also for the FileWriter and other logging services.

christophlehmann commented 1 year ago

To be ignored Exception codes should go into core if possible

christophlehmann commented 6 months ago

Exception classes can now be ignored with ignore_exceptions