Skip to content

Resolve "Consolidate Product Analytics feature flags"

What does this MR do and why?

This MR consolidates

  • product_analytics_internal_preview
  • product_analytics_admin_settings
  • project_analytics_dashboards_page

into a single product_analytics_dashboards feature flag.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Visit admin -> settings -> general
  2. You should not see a product analytics section
  3. Enable feature flag
Feature.enable(:product_analytics_dashboards)
  1. You should now see a product analytics section

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #395497 (closed)

Edited by Halil Coban

Merge request reports