How does session-replay work with with privacy regulations like GDPR? Is it even possible to do session replays on production in a transparent non-privacy-violating way?
Our JS SDK provides a strict privacy mode that obfuscates the entire DOM for this use-case (see more here: https://www.highlight.io/docs/getting-started/client-sdk/rep...). Plus, our open-source nature means that companies with stricter data control requirements can self-host highlight and manage how the data is retained.