Commit 33643a5
debug(langgraph): add console.debug to LangGraphThreadsAdapter.refresh()
PR #488 already replaced the silent catch with console.error; that
half of the original debug PR is done. This adds the complementary
console.debug calls on invoke + resolve so prod inspection can
distinguish "never called" from "called but resolved empty" from
"called and threw."
Targets the demo.threadplane.ai cold-load bug where the sidenav stays
empty with no visible signal. After this lands, redeploy + reload the
demo + check the console: presence/absence of '[...] invoked' tells
us whether the effect even fires.
Tighten the log volume if it becomes noisy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 324e8e1 commit 33643a5
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
0 commit comments