This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-21
Channels
- # aleph (2)
- # announcements (2)
- # babashka (10)
- # beginners (117)
- # calva (11)
- # cider (19)
- # clj-kondo (27)
- # cljs-dev (24)
- # cljsjs (1)
- # clojure (73)
- # clojure-europe (3)
- # clojure-italy (2)
- # clojure-nl (47)
- # clojure-spec (23)
- # clojure-uk (28)
- # clojurescript (71)
- # cursive (7)
- # data-science (17)
- # datascript (1)
- # datomic (7)
- # duct (23)
- # emacs (23)
- # fulcro (6)
- # graalvm (41)
- # jobs (2)
- # luminus (1)
- # malli (1)
- # off-topic (151)
- # pathom (1)
- # portkey (10)
- # re-frame (12)
- # reitit (17)
- # shadow-cljs (158)
- # spacemacs (14)
- # sql (8)
- # tools-deps (17)
- # xtdb (9)
@pithyless Yes, you need to make it so your server responds with the trace…you have to send the key requesting it with your query….use global-query-transform
I'm not sure if I understand correctly. On the server, I've enabled the plugin pathom/trace-plugin
. This lets me query for :com.wsscode.pathom/trace
.
But I can't figure out how (or if) it's possible to enable the lower UI widget for showing tracing as in the pathom-viz card.
This is with Fulcro 3.0.10 and Pathom 2.2.26, so I don't think I could even pull in the original pathom-viz
as a workspace card, since that is based on F2.