You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: