Track usage event to /explore/dependencies
What does this MR do and why?
This change introduces a change that tracks usage data to the /explore/dependencies
page. This page is currently gated behind the explore_dependencies
feature flag. I have not added a changelog entry because this work is still under development behind a feature flag.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:explore_dependencies)
- Visit
http://127.0.0.1:3000/explore/dependencies
Edited by mo khan