Skip to content
New issue

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

[DOCS] Indicate a note about sendDefaultPII in the documentation #3358

Open
morohon opened this issue Apr 15, 2024 · 1 comment
Open

[DOCS] Indicate a note about sendDefaultPII in the documentation #3358

morohon opened this issue Apr 15, 2024 · 1 comment

Comments

@morohon
Copy link

morohon commented Apr 15, 2024

Problem Statement

Hi all.
While developing my own service in java (spring boot), I discovered that the request body was missing from the error information. After reviewing the documentation, I realized that I needed to set the max-request-body-size property for the application, which I did. But even after setting this property, the request body was still not sent. After studying the code и #1595, I realized that it is not enough to simply set the max-request-body-size property - you also need to set the send-default-pii property for sending to work. Therefore, I decided to register a wish for the documentation so that this point would be noted in it. It would be nice if this was noted both in the javadoc and in the documentation on the site

Solution Brainstorm

No response

@adinauer
Copy link
Member

Thanks for opening this issue @morohon, we'll improve docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Needs Discussion
Development

No branches or pull requests

2 participants