We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5118e4b commit 74d23afCopy full SHA for 74d23af
1 file changed
src/dev/mem_lrs/server.cljc
@@ -104,7 +104,8 @@
104
lrs/authorize-async
105
106
;; response handling
107
- com.yetanalytics.lrs.pedestal.routes.about/get-response
+ ;; TODO: fix this instrumentation for xapi version
108
+ #_com.yetanalytics.lrs.pedestal.routes.about/get-response
109
com.yetanalytics.lrs.pedestal.routes.activities/get-response
110
com.yetanalytics.lrs.pedestal.routes.agents/get-response
111
com.yetanalytics.lrs.pedestal.routes.documents/put-response
0 commit comments