Commit ab3a371
fix(api/cclog): log Supabase insert errors (firecrawl#3444)
The Supabase JS client returns {data, error} on insert failures rather
than throwing, so the existing try/catch silently swallowed all insert
failures. Read .error and log it so insert failures (e.g. FK violations
on stale concurrency-limiter Redis keys) become visible.
Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: micahstairs <micah@sideguide.dev>1 parent 5caac5e commit ab3a371
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
0 commit comments