timbre

urzds 2018-11-19T13:53:58.001Z

Hi! Does Timbre have a way to nicely log ClojureScript exceptions?

urzds 2018-11-19T13:55:01.001500Z

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))))