When the two arms log events differently
An A/B test intended a 50/50 split fails the SRM check: treatment records fewer users than control. The team discovers the cause is instrumentation. In control, a user is logged as soon as the page loads; in treatment, the new code only logs a user after a component finishes rendering, so users who leave during that brief window never get counted in treatment. Treatment shows a +2% lift.
Explain why this logging mismatch invalidates the result, and what the team should do.
Your answer
This one is open-ended. Work it through, then check your reasoning against the full solution.