@mario.cordova.862 there is a note in readme that mentiones that
you accumulate the logs and then parse them into requests
(def logs (atom []))
;; repeat that form from time to time
(do (swap! logs concat (dev/get-performance-logs c))
true)
(count @logs)
;; 76
(dev/logs->requests @logs)