We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requestDataIntegration
Today, we have two ways to add request data to events in requestDataIntegration:
normalizedRequest
request
In v9, we want to remove the old request variant, and only rely on the normalizedRequest.
Related to this, we may also clean up the types & type names for this.
Follow up to #14298
The text was updated successfully, but these errors were encountered:
mydea
Successfully merging a pull request may close this issue.
Description
Today, we have two ways to add request data to events in
requestDataIntegration
:normalizedRequest
on the SDK processing metadata, which is pre-processedrequest
on the SDK processing metadata which is processed in the integrationIn v9, we want to remove the old
request
variant, and only rely on thenormalizedRequest
.Related to this, we may also clean up the types & type names for this.
Follow up to #14298
The text was updated successfully, but these errors were encountered: