Hacker News new | ask | show | jobs
by the_mitsuhiko 702 days ago
> - On top of that, some embeddable elements like <canvas> are not recorded (e.g. Google Maps, Figma).

rrweb is capable of canvas recording. We use it at sentry but there are inherent challenges with canvas you have to be aware of. Most importantly we're very careful about PII handling and if you have canvases you will sooner or later capture stuff you do not want to have on there unless you are very careful yourself.