networkteam / sentry_client

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

Consider removing all Exception Handlers in favor of the LogWriter #99

Open christophlehmann opened 6 months ago

christophlehmann commented 6 months ago

With https://review.typo3.org/c/Packages/TYPO3.CMS/+/83499 Exception handlers in v13 now show the request id as public tracable error information.

When the request id arrives in Sentry as tag for filtering, we then could drop the option "showEventId". Still left is the option "disableDatabaseLogging"

cweiske commented 5 months ago

Please take into consideration that exceptions may have a parent exception set. Those will not be visible anymore when logging messages only.