feat(remix): Enable RequestData integration for server-side requests#6007
Merged
AbhiPrasad merged 5 commits intomasterfrom Oct 27, 2022
Merged
feat(remix): Enable RequestData integration for server-side requests#6007AbhiPrasad merged 5 commits intomasterfrom
RequestData integration for server-side requests#6007AbhiPrasad merged 5 commits intomasterfrom
Conversation
ac13c62 to
bc9c930
Compare
Member
Author
|
@onurtemizkan - Currently some of the tests are failing here, consistently timing out, for reasons I've been trying debug all evening but have come up empty on. Mind taking a look? |
20 tasks
Collaborator
|
@lobsterkatie, sure I'm checking now 👍 |
bc9c930 to
b08642e
Compare
Member
Author
|
@onurtemizkan - Your fixes worked! Thanks! |
AbhiPrasad
approved these changes
Oct 27, 2022
Contributor
|
Gonna merge this in for the release |
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 free
to 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.
This enables the new
RequestDataintegration in the remix SDK in order to add request data to server-side events. The integration itself is already installed automatically when the SDK initializes, because it's one of the underlying node SDK's default integrations, but without access to the request, it currently no-ops. This enables it to function as intended by storing the request object in the scope'ssdkProcessingMetadata.