sentry_client icon indicating copy to clipboard operation
sentry_client copied to clipboard

Consider removing all Exception Handlers in favor of the LogWriter

Open christophlehmann opened this issue 1 year ago • 1 comments

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"

christophlehmann avatar Mar 24 '24 19:03 christophlehmann

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

cweiske avatar May 06 '24 10:05 cweiske