-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Firm message to my users: All of the tracking features will be disabled by default. I do not like tracking systems myself, I would disable them by default myself. Not being tracked is the killer feature of BabyBuddy and this android app. What I would like to do are these three things:
- Use PostHog as a message store to be able to broadcast important messages to users in case some bigger bug was discovered (not sure if this is possible in the first place)
- Add an option to "report application errors to PostHog for 7 days". Default = off! This would allow for easier debugging of application bugs without me creating custom test release each time. Someone can simply opt-in to the 7-day thing and I receive messages.
- Maybe ask for a ping-back right after the installation. Then I can count installs. As an open-source developer, this just makes me very happy to see "line go up" and getting the "line goes up" feedback is a bit hard with a project like this.
Additional background
Issue #74 has shown me that not only a user -> developer channel is important, but a non-intrusive developer -> user channel also is valuable. If something big, like the total failure of the history components happens again, I get messages, but I cannot ask for help or send messages about the state of the bug fix or anything. Only a very limited number of people will find GitHub or have an account on here.
I was aiming to integrate PostHog for advanced debugging features and to maybe get a better impression of how many users are using the app in the first place. I somehow liked the PostHog project since I discovered it and it being open source and having the (potential) ability to self-host it, I like very much.