Christian Weiske

Results 276 comments of Christian Weiske

MinIO automatically adds this header now: https://github.com/minio/minio/pull/12256

Events and hooks only help if you want to override settings of all S3 driver instances. The concept breaks when I have a "normal" S3 driver instance connecting to a...

I see these options: 1. Minimal solution: Modify `interpolate()` to append the parent exception code and message to the log message 2. Cast any exception object in `$record->getData()` into an...

This is an example how a `LogMessageException` (option 3) looks like in Sentry. Note the two exceptions; the latter one is the original exception from the data. ![2024-05-06 sentry logmessageexception](https://github.com/networkteam/sentry_client/assets/59036/95bc0c16-2ac6-4a10-8c4a-99c690539a91)...

Having the original message as breadcrumb is a good idea!

Bug report for TYPO3 core: https://forge.typo3.org/issues/103799 Patch for core: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84152

TYPO3 v12.4.17 contains the patch that improves the scheduler exception message: https://get.typo3.org/release-notes/12.4.17 This issue here is solved with it.

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

Is the update complete already? The branch does not exist anymore.