Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.05k stars 1.9k forks source link

Include extra in context in PsrHandler #1852

Closed snapshotpl closed 7 months ago

snapshotpl commented 1 year ago

Currently PsrHandler pass only context, but missing all extra data. This PR adds option to merge this two arrays and pass as context into psr logger.

Seldaek commented 7 months ago

Thanks