fsw2/magento2-error-sieve

Magento 2 Error Sieve

1.0.1 2022-08-28 16:44 UTC

This package is auto-updated.

Last update: 2024-09-28 21:16:13 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.