Request details not showing for all environments

I have just started trying to use Sentry, and from my development box, when errors are logged, I get full request details: url, body, cookies, headers, etc.

However, from my staging and production environments, I don’t get that information. I only get the stack trace and tags. No request details at all. Is there anything that controls whether that information is included or not? Is it tied to logging level or anything like that?

I am using Java with Spring MVC (not spring boot), and have only configured my back end at this point.