You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(flow-view): surface DaVinci cached response and collectors in node detail card
The detail card previously looked for response/collectors on attributed network
events, which never had that data. The real response payload lives in the DaVinci
client's RTK Query cache keyed by node.cache?.key (= requestId).
- davinci-client: add cache.getCache(requestId) that resolves RTK selectors with
store state to return actual data (not just the selector function)
- devtools-types: add responseBody field to SdkDataSchema so sdk:node-change
events can carry the DaVinci raw response
- devtools-bridge: extend Subscribable with optional cache.getCache, pass cached
response as responseBody when building node SDK events
- FlowView.elm: split detail card into node data section (response + collectors
from the node event) and network section (HTTP requests attributed to the node);
remove collectors lookup from network events where it never existed
- panel.html: add .fv-node-label CSS class for the node response header
0 commit comments