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
Currently the request payload is not sent by Apollo (v2 and v3) integrations. We should send it up to https://docs.sentry.io/platforms/java/configuration/options/#max-request-body-size
Take a look at other integrations that already send the request body.
The text was updated successfully, but these errors were encountered:
Does PII stripping run on it? Should it be guarded behind send default pii?
Created getsentry/team-mobile#41 to track across SDKs
Make sure it's documented in develop docs how integrations should send request body.
Sorry, something went wrong.
No branches or pull requests
Problem Statement
Currently the request payload is not sent by Apollo (v2 and v3) integrations. We should send it up to https://docs.sentry.io/platforms/java/configuration/options/#max-request-body-size
Solution Brainstorm
Take a look at other integrations that already send the request body.
The text was updated successfully, but these errors were encountered: