Form POST params displayed in error report?

When an error occurs from a POST request, the body parameters should be displayed in the report. Example: if a submitted web form makes a POST request to the server with the form data: { first_name: 'foo', last_name: 'bar' }, and it causes an error, these values should be displayed somewhere in the error report.

Am I missing it?

Which SDK are you using? We generally should be capturing this information.

I am using Raven-Ruby: https://github.com/getsentry/raven-ruby

Now I see this: https://github.com/getsentry/raven-ruby#raven-doesnt-report-some-kinds-of-data-by-default. I should have more thouroughly read the SDK docs before posting :slight_smile: