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:
- 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).
- 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!