Bugjar is an app I created as an alternative to session recording services that pretty much steal all your user's data. They capture full dom - which includes content, which means people who use these services are just sending all their private user's data to these 3rd parties.
So I made something that made 4 promises
1 - It never recorded anything until the user asked it to
2 - It didn't capture any data unless the user allowed it to
3 - Even when it's allowed to record data, it never captured any PII
and 4 - All redactions are on the user side, never hits the server.