Session recorder like hotjar

I’m after a way to do session recordings in my Ionic Capacitor app similar to hotjar.
I saw this but it looks a bit neglected:

Are there any other options people can recommend?

Yes, we use test fairy to record users screen:
https://docs.testfairy.com/SDK/Adding_The_Testfairy_SDK_To_Your_App.html

they only have a cordova version, but works great.
https://docs.testfairy.com/Platforms/Ionic.html

Thanks @Hills90210 I will check that out. Is it free?
Can’t see anything on pricing.

Sentry looks like a good option too:

There is a basic plan that is free. We use both in our app. test fairy for video recording session and sentry for error logging. unfortunately sentry does not have video recording.

Ah my mistake I thought Sentry had video recording too.
Well that narrows it down!