Description
Environment
How do you use Sentry?
self-hosted/on-premise
Which SDK and version?
sdk 1.0
Steps to Reproduce
Send request with json payload consisting at least 11 keys. My request_bodies i set to "always".
Expected Result
In the reuquest_body section I except to see 11 keys.
Actual Result
I see only 10 keys, the last keys is truncated. The same if I send 20 keys. Only 10 first keys are shown which can cause huge problem in debugging.