CSP report headers truncated

My team uses sentry to report CSP violations (super helpful!). One thing I’ve noticed is that sentry will truncate CSP Report headers. In particular, the original_policy field is getting truncated around ~800 characters which is super annoying because it makes it difficult for us to sanity check that the headers were correct at the time of the violation.

Is there any way to configure this? Basically I think I’m looking for the equivalent of maxValueLength for CSP headers.

Or maybe the full headers are already captured somewhere and there’s a way to see them?

Thanks in advance!