File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- ### 1.24.0 (2018-06 -xx)
1
+ ### 1.24.0 (2018-11 -xx)
2
2
3
+ * Added a ` ResettableInterface ` in order to reset/reset/clear/flush handlers and processors
4
+ * Added a ` ProcessorInterface ` as an optional way to label a class as being a processor (mostly useful for autowiring dependency containers)
5
+ * Added a way to log signals being received using Monolog\SignalHandler
3
6
* Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
4
7
* Added InsightOpsHandler to migrate users of the LogEntriesHandler
5
8
* Added protection to NormalizerHandler against circular and very deep structures, it now stops normalizing at a depth of 9
6
9
* Added capture of stack traces to ErrorHandler when logging PHP errors
10
+ * Added RavenHandler support for a ` contexts ` context or extra key to forward that to Sentry's contexts
7
11
* Added forwarding of context info to FluentdFormatter
8
12
* Added SocketHandler::setChunkSize to override the default chunk size in case you must send large log lines to rsyslog for example
9
13
* Added ability to extend/override BrowserConsoleHandler
19
23
* Fixed table row styling issues in HtmlFormatter
20
24
* Fixed RavenHandler dropping the message when logging exception
21
25
* Fixed WhatFailureGroupHandler skipping processors when using handleBatch
22
- * Added a ` ResettableInterface ` in order to reset/reset/clear/flush handlers and processors
23
26
and implement it where possible
27
+ * Fixed display of anonymous class names
24
28
25
29
### 1.23.0 (2017-06-19)
26
30
You can’t perform that action at this time.
0 commit comments