You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 и getsentry/sentry-java#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
The text was updated successfully, but these errors were encountered:
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 и getsentry/sentry-java#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
The text was updated successfully, but these errors were encountered: