Closed barryvdh closed 3 weeks ago
Currently when dumping Exceptions, this will contain the argument object, which can be quite heavy and can contain sensitive information.
This replaces the arguments with just the object classname, which will improve performance and reduce the size of the traces.
Currently when dumping Exceptions, this will contain the argument object, which can be quite heavy and can contain sensitive information.
This replaces the arguments with just the object classname, which will improve performance and reduce the size of the traces.