I'm using integrant in my application, and have code like such:
(defmethod ig/init-key :handler [_ {:keys [magic]}]
(fn [req]
(magic req)))
I've tried various ways to instrument the inner function for debugging with cider, but cannot seem to get it to work. Is there a way to do this?