Skip to content

Commit

Permalink
Trace can see transient data
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Mar 7, 2022
1 parent 0102bb1 commit 863f225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/com/wsscode/pathom/viz/timeline.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@

(defn compute-nested-data-children
[data path start]
(let [nested-process (keys (coll/filter-vals
(let [data (merge data (-> data meta ::pcr/run-stats ::pcr/transient-stats))
nested-process (keys (coll/filter-vals
(fn [x]
(cond
(map? x)
Expand Down

0 comments on commit 863f225

Please sign in to comment.