metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 204 forks source link

malli.dev.cljs/start! no longer prints errors for instrumented functions in the console #1004

Open knubie opened 5 months ago

knubie commented 5 months ago

It seems that with the release of v0.14.0 calling instrumented functions no longer prints errors anywhere in clojurescript. The function call just fails silently. I couldn't quite figure out based on the release notes / readme whether this change was intentional or not, or how to re-enable that functionality.

ikitommi commented 5 months ago

fails silently -> sounds like a regression.

knubie commented 4 months ago

I assume it was caused by this change? https://github.com/metosin/malli/blame/1d6efc23fef01ab333f872b357760de61eac0a21/CHANGELOG.md#L38

dvingo commented 1 month ago

@knubie I don't think anything has changed with regards to this, but are you able to provide a reproduction of the issue?