For the IRS MVP we're currently planning to do post deployment data QA (See T379446)
We should also check instrumentation prior to deployment on the beta cluster.
For the IRS MVP we're currently planning to do post deployment data QA (See T379446)
We should also check instrumentation prior to deployment on the beta cluster.
I don't have the credentials to access the logs of the beta cluster. We will need an engineer to do the instrumentation check on Beta cluster.
@cchen you can run this in your browser console:
new mw.Api().saveOptions( { 'eventlogging-display-console': 1 } );
and you'll see event logging events in the browser console.
new mw.Api().saveOptions( { 'eventlogging-display-web': 1 } );
is also an option, if you want the events printed out via a popup message.