Schema:KaiOSAppFeedback

PHP logging

EventLogging::logEvent( 'KaiOSAppFeedback', 20044947, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"KaiOSAppFeedback": 20044947
			}
		}
	}
}

JavaScript logging

mw.track( 'event.KaiOSAppFeedback', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 20044947
description"Logs user feedback from the KaiOS Wikipedia app."
properties
version
type"string"
requiredtrue
description"Version of the app."
feedback
type"string"
requiredtrue
description"Feedback written by the user."