I have an app that sometimes dumps a stack trace. It seems that something has changed somewhere and now the trace contains really massive lines (e.g. 36k chars long) due to dumping of complex arguments.
There's several questions on here about how to increase the verbosity of stack dumps, but can't find any for shortening!
I'm on PHP 7.4
I'd like to see argument values in function calls, but if it's an object or deeply nested array, I don't want the whole thing. Is that possible?