Hey guys, I want to log a js/Error in cljs timbre.
js/Error
If I just pass it as argument such as (timbre/log* config level error) I don't get its stacktrace in the console
(timbre/log* config level error)
but I get tibre log function stack trace in the console