trackjs-package
trackjs-package copied to clipboard
Feature request: Multiple parameters to trackJs.console
I would be very useful if we could do
trackJs.console.debug("a message", someObject)
Where the second parameter would be serialized.
Currently we need to either send two log messages, or serialize on our own.
Hi @torarnek, good idea. I'll see what we can do.
I would also LOVE this