Summary
We recently implemented a dialog to filter results in the CheckUser-SuggestedInvestigations interface. We should instrument this to measure it's impact
Background
- T414172: Update codex table to include filtering added the ability to filter the CheckUser-SuggestedInvestigations table using dialog
- We want to instrument this feature so we can measure how much it is used and see any impacts on the tool
Technical notes
- We likely want to update the page_load event to include what filters are applied on the page
- We may want to instrument the dialog itself, looking for uses which didn't result in actually making any changes to the filters
Acceptance criteria
- The instrumentation is added