Page MenuHomePhabricator

Instrumentation check on Beta cluster
Closed, ResolvedPublic

Description

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.

Event Timeline

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.

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.

kostajh claimed this task.
kostajh reassigned this task from kostajh to mszabo.