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!