Commit fd9faf1
Enable replayServerAsyncOperationLogs on Pro Node renderer
Without this flag, console.* calls made inside async Server Components
are captured by the renderer's per-request sharedConsoleHistory but not
replayed back to Rails' logs. Any error-path logging from an async
component (for example, a catch block that console.errors before
returning an error fallback div) disappears, making runtime failures
invisible.
The generator template, RORP spec dummy, and every maintained RSC demo
set this to true for the same reason.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1ac1b27 commit fd9faf1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
0 commit comments