Open DvdGiessen opened 3 years ago
Routing to @getsentry/workflow for triage. ⏲️
@untitaker @priscilawebdev Is this something that you would handle?
I believe so. Fwiw most sdks don't send binary bodies like that at all because those bodies are hard to strip pii from and in the general case they're not useful for debugging. I'd recommend adding an event attachment for that kind of stuff which also allows you to attach very large payloads.
We can do a better job here though I believe this would be low prio for us to work on ourselves.
I'd like to take a shot implementing some of this, are the solutions brainstormed by @DvdGiessen sufficient?
Hey just wanted to know if this issue is open, I would like to work on it as I am new to hactoberfest.
@mohammed-anwar404 I think it hasn't been addressed yet, I still see binary body data in Sentry.
Routing to @getsentry/product-owners-issues for triage ⏲️
Hi @@mohammed-anwar404, this has not been addressed yet and the issue is still open
Problem Statement
The display of a HTTP requests body data is not very useful when that body data is a binary format not understood by Sentry.
For reference, this is produced at the following locations in Sentry:
Solution Brainstorm
xxd
is more acceptable?