Hi! Does Timbre have a way to nicely log ClojureScript exceptions?
I have this code, but nothing useful ends up on the browser console:
(when (not (s/valid? ::db db)) (throw (ex-info "Invalid database" (s/explain-data ::db db))))