Anyone have an analytics service they're happy wit...
# compose-desktop
c
Anyone have an analytics service they're happy with in a compose desktop app?
u
a
i like simple analytics. simple http api u can do with ktor, so easy to use in multiplatform https://dashboard.simpleanalytics.com/app.ubidrop.com
c
thanks... might try both of these options.
Posthog (after me inquiring about it) added a place to vote for kmp. https://posthog.com/roadmap?sort=team&team=Product%20Analytics%20Team Please do if you like posthog!
🙌 1
m
I am using Posthog and it works quite well for my desktop app.
a
@Marcin Wisniowski could u share how the dashboard look like for ur app? never used it and im curious
m
@Alex Styl
🙏 1
c
nice. Marcin you're just using the posthog http calls directly or what?
m
No, I'm using their official Java SDK
c
Oh hm. I will try that. I wonder what would happen if i just put their java sdk into my compose multiplatform app then. I guess that could just work?
m
Yeah, it should just work (in the JVM source set)
K 1