Fork me on GitHub
#malli
<
2023-01-24
>
Noah Bogart14:01:11

I've introduced instrumentation at my workplace, and someone brought up the issue of the messiness of .clj-kondo/metosin/malli-types/config.edn updating between different branches/PRs and whether we should commit the file or not. We're calling (mdev/start!) in both dev and testing environments, so I believe that's generating the files fresh every time. Could we get away with .gitignoring the file and having it be generated by all users and the CI pipeline?

2
Noah Bogart15:01:07

For those using function instrumentation in prod, do you run (mdev/start!) somewhere in your start-up sequence?

2
ikitommi15:01:02

malli.dev ns for development use, for prod, see malli.instrument (used by malli.dev).

👍 2
Noah Bogart15:01:28

Ah I see, okay cool. Thanks

👍 2