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.