[Monolog] Only skip real exceptions#1781
Conversation
9eb2bbe to
4456894
Compare
cleptric
left a comment
There was a problem hiding this comment.
Looks like something for the next major. Not keen of changing this behavior in a minor.
|
I can understand that, in a weird way it's a BC break. |
|
@wjzijderveld we added ExceptionToSentryIssueHandler and LogToSentryIssueHandler, which split up capturing monolog exceptions and converting log messages to issues into separate handler instead of having both functionalities combined in one handler. Those handlers handle the behaviour as described in this PR, so I will close this since we deprecated |
When adding a
exceptionproperty to the monolog context, it would get skipped regardless if the exception was used as hint or not.