I figured out, that when $this->settings->excludedCodes is empty ([0 => ""]) Exceptions without a statusCode (NULL) property is thrown, it does not get reported.
An easy fix is to just add an excluded code. But this cost me nearly 1h to figure this out.
Hello. Thanks for this plugin. Helps a lot.
I figured out, that when
$this->settings->excludedCodes
is empty ([0 => ""]
) Exceptions without astatusCode
(NULL
) property is thrown, it does not get reported. An easy fix is to just add an excluded code. But this cost me nearly 1h to figure this out.Thanks!