Skip to content

Show product analytics dashboards only when experiments are enabled

Felipe Artur requested to merge issue_427223 into master

What does this MR do and why?

Hides product analytics dashboards when experiments are disabled.

related to #427223 (closed)

How to set up and validate locally

  1. Start gdk simulating SAAS on your localhost with export GITLAB_SIMULATE_SAAS=1
  2. Make sure to have an ultimate subscription
  3. Enable :project_analytics_dashboard_dynamic_vsd feature flag
  4. Enable :product_analytics_dashboards feature flag
  5. Enable :product_analytics_beta_optin feature flag

Access a project analytics dashboards at http://gdk.dev:3000/project_path/-/analytics/dashboards only VSD should be visible.

  1. Enable experiments on your instance
  2. Onboard product analytics dashboard

Access the same project analytics dashboards and two new dashboards should appear, audience and behavior.

MR acceptance checklist

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

Edited by Felipe Artur

Merge request reports