Background
During the review of https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EventLogging/+/791319, we simplified the Wikimedia\MetricsPlatform\Integration interface (in the PHP client) to one method, Integration#getContextAttribute(). We should do the same for the JavaScript client.
AC
- [repos/data-engineering/metrics-platform] Integration#getContextAttribute() is added to the interface
- [repos/data-engineering/metrics-platform] Logging method(s) is/are moved to a Logger interface
- [repos/data-engineering/metrics-platform] Integration has as few methods as possible
- [mediawiki/extensions/EventLogging] MediaWikiMetricsClientIntegration is updated
Notes
- …