Does anyone work with or have recommendations for ...
# multiplatform
e
Does anyone work with or have recommendations for third-party analytics platforms that have mobile-centric KMP/CMP SDKs and also provide 'session playback' functionality? We are finding it difficult to find vendors that provide both. So any recommendations welcomed 🙂
f
I have made a matomo KMP client for matomo server.
matomo work better with JS/website application but the matomo API can work with any kind of application
For the session replay, that’s more difficult
e
That's neat, but that probably doesn't meet the needs I have sadly. I might use this in a personal project though, so +1
f
CMP analytics is really limited
💯 1
e
Yeah, seems like a huge gap in the market. If any entrepreneurs are watching... 👀
f
From my KMP library I could create a CMP implementation to a fastest integration
Anyway, a lot of people of use Google Analytics because it’s free
matomo not really but I’m using the selfhosted and It’s enough for me
@Ed Holloway-George for session playback look on Sentry. The session replay work great on mobile and website
h
Sentry
t
you can use firebase analytics for mobile
it has implementation for both android and ios
e
Sure, but doesn't capture session playback. What I am looking for is essentially visual recordings of user sessions with heatmapping etc
m
Google Analytics and crashlytics not available for jvm desktop right?
f
No crashlytics available for jvm
m
yep so what are alternative for jvm Analytics and crashlytics? anyone know it?
f
almost every Analytics tools use REST API to send analytics event, even GA.
like mine, https://github.com/frankois944/matomoKMPTracker or any other solution
m
ok thanks for sharing this is for Analytics right? what about crashlytics for jvm desktop? any solution for available
f
ok thanks for sharing this is for Analytics right?
Yeah, I made an alternative to GA which support ALL KMP target.
what about crashlytics for jvm desktop?
I don’t have an alternative for this
m
great ok
yesterday i one found this i not sure it works or not for jvm https://github.com/mobiletoly/kmpertrace
r
Sentry works on any jvm app as well 😉