Request body filtered out?

An exception was captured during a POST request, and Sentry is showing the body as ********

I’m assuming this is because of the Data Scrubber. My questions are:

  1. Is there any way to recover the body for these requests? (My guess is no — I assume Sentry does not have the data because it was scrubbed).
  2. How can I disable this for future requests? Obviously I’d still like sensitive keys (like passwords, etc) to be filtered. But filtering the entire body seems excessive.

This particular request was a request from a Stripe Event hitting my webhook. I’m having a difficult time troubleshooting because I can’t tell which Event specifically encountered the error.

Any help here would be much appreciated!

We have the same issue. Did you find a solution for that? How can we disable it?

Can you both post hte SDK you’re using? thanks!

we’re using sentry-raven (ruby sdk)

Please refer to https://docs.sentry.io/platforms/ruby/processors/, it seems the Ruby SDK removes sensitive data from your events. You could try setting the processors array to an empty array.