Improve asset pipeline quality and AI icon consistency#6
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c71eec7b71
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ...(data !== undefined ? { data } : {}), | ||
| } | ||
|
|
||
| const serialized = JSON.stringify(payload) |
There was a problem hiding this comment.
Preserve Error details in structured logger payloads
writeLog serializes data with JSON.stringify as-is, but most call sites pass Error objects (for example in API and webhook catch blocks), and JSON.stringify(new Error(...)) drops message/stack to {}. This means production failure logs lose the actual exception details that operators need to diagnose incidents, which is a regression from the previous logger behavior that printed full error objects.
Useful? React with 👍 / 👎.
Summary
seedand quality tier (fast/quality) supportcomposeIconPrompticon-192.png,icon-512.png)web/pwapublic/fonts/Inter-Bold.ttfValidation
yarn exec tsc --noEmityarn test