-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
backlogWe hope to fix this feature/bug in the futureWe hope to fix this feature/bug in the futurefeature requestRequest for a new featureRequest for a new feature
Description
Description
I would like access arguments from the stacktrace inside the notification callback, which is currently not possible.
It's clear that this is a design choice atm given the following code:
// Reduce memory usage by omitting args and objects from backtrace
$backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS & ~DEBUG_BACKTRACE_PROVIDE_OBJECT);
It would be nice if there was a config option to change this.
If you also see a benefit in this or would suggest a different solution, I am happy to provide a PR.
Metadata
Metadata
Assignees
Labels
backlogWe hope to fix this feature/bug in the futureWe hope to fix this feature/bug in the futurefeature requestRequest for a new featureRequest for a new feature