Schema:EventLoggingWorkshop

PHP logging

EventLogging::logEvent( 'EventLoggingWorkshop', 5300717, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"EventLoggingWorkshop": 5300717
			}
		}
	}
}

JavaScript logging

mw.track( 'event.EventLoggingWorkshop', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 5300717
description"Logs whether a user clicks on the dismiss button to hide a post-edit feedback message"
properties
userId
type"integer"
description"User ID"
requiredtrue
isDismissed
type"boolean"
requiredtrue
description"True if the user clicked on the dismiss button"