fix(serverless): include entire error chain in msg#4235
Conversation
|
🚅 Deployed to the rivet-pr-4235 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: fix(serverless): include entire error chain in msgSummaryThis PR makes two meaningful changes: (1) consolidates SSE error handling in
|
| Error chain fix | ✅ Correct and improves debuggability |
| Grace period bump | |
| Comment cleanup | ✅ Good |
| TS formatting noise |
c4c27d9 to
c194110
Compare
e7553c7 to
710de07
Compare
c194110 to
004722a
Compare
710de07 to
e418d91
Compare
004722a to
b7880e6
Compare
e418d91 to
0e4f8dc
Compare
b7880e6 to
b039198
Compare
0e4f8dc to
233582b
Compare
Merge activity
|
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: