Seldaek/monolog

NewRelicHandler exception

scmrus opened this issue · 2 comments

monolog/monolog:3.7.0
php 8.2

periodically, I'm getting TypeError exception:

TypeError: Cannot access offset of type string on string in /var/www/app/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php:77 

Do you have a custom formatter set on your NewRelicHandler? Because otherwise I don't see how that is possible.

I'm sorry, it seems to be the same issue as #1176