Fork me on GitHub
#fulcro
<
2019-11-21
>
tony.kay00:11:36

@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

pithyless03:11:46

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.

pithyless03:11:08

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.

pithyless03:11:41

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.

pithyless03:11:27

Ah, I see now! The trace is visible in the Network tab of the Inspector, but not the Query tab where I initiated it.

mattsfrey20:11:53

hey,, I’m curious if anyone has been running fulcro via graalvm native-image builds?