networkteam / sentry_client

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

Add support for PSR-3 variable interpolation in logger #66

Closed sascha-egerer closed 2 years ago

sascha-egerer commented 2 years ago

In TYPO3 11 the logging has been adjusted to support variable interpolation in log messages as defined in PSR-3. https://www.php-fig.org/psr/psr-3/

The interpolation must be called in the log writer.

christophlehmann commented 2 years ago

Thanks for the PR. 👍

On merge lets also check the message grouping by fingerprint with non-interpolated messages. Might be better then the stackstrace.