Uh oh!
There was an error while loading. Please reload this page.
feat(remix): Add RequestData integration to captureRemixServerException - #6033
Closed
onurtemizkan wants to merge 4 commits into
Closed
Conversation
onurtemizkanforce-pushed
the
onur/remix-RequestData-error-express
branch
from
October 24, 2022 21:08
a98dc28 to
65488fcCompareContributor
size-limit report 📦
|
lobsterkatie
commented
Oct 25, 2022
Member
Oh, nice. Thanks for figuring that out! Do you mind if I pull these changes into my PR, so everything is in one place? |
onurtemizkan
commented
Oct 25, 2022
ContributorAuthor
Not at all! The PR is targeted to your branch. I forgot to mention it 😅 |
Member
Oh, I didn't even notice! Thanks. (Since it's not a lot of code, for ease of rebasing, etc, I'm going to just copy into my branch rather than merging.) |
lobsterkatieforce-pushed
the
kmclb-remix-enable-RequestData-integration
branch
from
October 27, 2022 06:58
bc9c930 to
b08642eCompare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@lobsterkatie -- I'm not sure if this patch is valid (or complete), but it fixes
events missingrequestobjects in tests of #6007.setSDKProcessingMetadatato Remix exception capturing utility.