Releases: nvanheuverzwijn/monolog-logdna
Releases · nvanheuverzwijn/monolog-logdna
Trinkets
What's Changed
- Allow pass Monolog\Level enum instance into LogdnaHandler constructor (update typedoc) by @slepic in #25
- Address Deprecation and Expected Type Warnings by @MizouziE in #28
New Contributors
Full Changelog: 3.2.2...3.2.3
Baubles
What's Changed
- Move squizlabs/php_codesniffer to require-dev by @slepic in #24
- Send logdna now argument in milliseconds by @slepic in #23
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
*Change endpoint from logdna.com to mezmo.com
Full Changelog: 3.2.0...3.2.1
Poison
What's Changed
- Allow set Logdna tags on handler by @slepic in #12
- Pass record extra to logdna metadata as monolog_extra by @slepic in #17
New Contributors
Full Changelog: 3.1.1...3.2.0
Dungeon
Merge pull request #11 from ziadoz/hotfix/normalise-json
Fix objects in context array being lost
Darkest
LogDNAHandler write function now receive a \Monolog\LogRecord object.