ExtendedException
https://github.com/magesuite/extended-exception
This module overloads default logging to pass extra information like path, ip, cookies, session or memory peak usage.
Â
Installation
This module is part of core metapackage
Â
Installation if metapackage is not used:
composer require "creativestyle/magesuite-extended-exception" ^1.0.0
Admin settings
Admin setting can be adjusted in Store -> Configuration -> Advanced -> Extended exception
Â
Available processors settings:
Name | Value | Comment |
---|---|---|
Web - url/method and remote IP of the current web request | Yes/No |  |
Memory peak usage | Yes/No |  |
Memory usage | Yes/No |  |
Extra data - arbitrary extra data like app mode and global variables ($_POST, $_GET, $_SESSION, $_COOKIE) | Yes/No |  |
Â
Backend
In progress
Frontend
There are no frontend functionalities in this module.
Â
Â
Â