Post data is missing in PHP SDK

I am using Sentry with PHP’s Laravel integration. The issue i’m having is that all error reports does not include post data. How can I include post data in my error reports?

There is some mention about this in the Ruby’s SDK docs:
https://docs.sentry.io/clients/ruby/config/

But nothing in the PHP’s SDK docs:
https://docs.sentry.io/clients/php/config/

In fact the whole documentation regarding processors is quite sparse.

Please help.
Thanks!

1 Like

Same here. Missing the POST data in PHP SDK and I need to include it, but the docs don’t give any info about it