fsw2 / magento2-error-sieve
Magento 2 Error Sieve
Installs: 12 154
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
This package is auto-updated.
Last update: 2025-03-28 22:43:29 UTC
README
This module helps monitor errors and exceptions happening in Magento 2 instance.
It intercepts different places Magento 2 is handling and logging exceptions and collects all data into a single table.
It merges exceptions using filename and line number on witch error happened and counts each separate exceptions.
This way you can focus on exceptions by volume.
Installation
composer require fsw2/magento2-error-sieve
php bin/magento module:enable Fsw_ErrorSieve
php bin/magento setup:upgrade
Admin Panel
Module adds its view in System
> Tools
> Errors Sieve
with simple management of issues.