-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Special handling for log records with "exception" keys
TYPO3 scheduler catches exceptions of failed tasks and logs messages with the exception as "exception" data property. PHP Exception objects do not get serialized by json_encode() and thus never reach Sentry; all information about them is lost. If a log record contains an 'exception' data key, then the exception itself is logged to Sentry. The log message is kept as breadcrumb. Resolves: #106
- Loading branch information
Showing
1 changed file
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters