How can I configure the Android app such that all event logs are redirected to a custom host (mediaWikiBaseUri)?
Topic on Talk:Wikimedia Apps/Team/Android/App hacking
Appearance
I just found that the event logging API endpoint is statically defined here: https://github.com/wikimedia/apps-android-wikipedia/blob/3ab1bf61873351b8d07c82bbb3e5a27590078514/app/src/main/java/org/wikipedia/analytics/EventLoggingEvent.java#L25
Won't it be better to add this as field to the developer settings?
Yep, I've opened T167314 to track this. Thanks!