Skip to content

Track usage event to /explore/dependencies

mo khan requested to merge mokhax/439269/explore-dependencies-metrics into master

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.

#439269

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

  1. In rails console enable the experiment fully
    Feature.enable(:explore_dependencies)
  2. Visit http://127.0.0.1:3000/explore/dependencies
Edited by mo khan

Merge request reports