- Issue created by @Carlos Romero
- Merge request !75Catch all exceptions in MatomoAdminSettingsForm for improved error handling → (Open) created by Carlos Romero
The try-catch block in the validateUrl method of the MatomoAdminSettingsForm class does not correctly catch exceptions thrown by Guzzle when making HTTP requests. This issue may be caused by exceptions not being thrown as expected or by the mismatch between the caught exception type and the actual exception type. It is necessary to review the Guzzle configuration and adjust the exception handling to ensure proper error capturing and processing.
Active
1.0
Code