Sending images base64 as extra data?

I was wondering if Sentry supports in any way receiving base64 image data in an error report.

The idea is, when there’s an error, taking a screenshot of a canvas, and sending this data with the rest.

It would be awesome if Sentry was able to actually show the image somehow. Is there anything currently possible about that? Or would it be reasonably possible to add (I could make a pull request)?

Technically, nothing is stopping you from doing it, but Sentry definitely won’t render it. I also wouldn’t recommend this as we have a limit of 100KB for the total event packet size on ingestion. It is not meant to do that.

1 Like