Commit 0de162c
committed
fix(slack): log state-backend failures during unfurl enrichment
Address gemini-code-assist review on PR #89 (line 1844). The previous
``except Exception: return links`` swallowed state-backend errors
silently, making it hard to debug why link enrichment isn't firing.
Log a warning with the exception and message_ts before returning the
fallback. Behavior unchanged otherwise — bare URLs still surface to
handlers when state reads fail.
https://claude.ai/code/session_01FyMxQn2BEAzmwKS1GZczKj1 parent 3bd5149 commit 0de162c
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1840 | 1840 | | |
1841 | 1841 | | |
1842 | 1842 | | |
1843 | | - | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
1844 | 1848 | | |
1845 | 1849 | | |
1846 | 1850 | | |
| |||
0 commit comments