Closed vjik closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
3ac7fa6
) 96.86% compared to head (5f2fceb
) 96.48%.
Files | Patch % | Lines |
---|---|---|
src/ErrorListener.php | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Improved Usage of ErrorListener
An update to the product makes it possible to use the ErrorListener
feature even when a logger is not available. This enhancement provides more flexibility as it caters for scenarios where the logger may not be necessary.
Enhanced ErrorListener Construction and Error Logging
The mechanism through which the ErrorListener
is constructed has been altered. Now, the system can cope with situations where the logging parameter is null. Furthermore, before logging an error, the system checks if the logger is null. This ensures we avoid complications that may arise from attempts to log without a logger.
After this PR need to create new issue: "Make logger in
ErrorListener
required, and remove event from package configuration"