Skip to content

Remove experiment flag for product analytics

Max Woolf requested to merge mw/pa-no-longer-experiment into master

What does this MR do and why?

Removes the need for Experiment & Beta features to be enabled to use product analytics as the feature is GA in 16.11.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  • Create an Ultimate group, and a project within it.
  • In the namespace settings, ensure that "Experiment & Beta" features is enabled.
  • In the project, go to Analyze -> Analytics Dashboards and note that the UI is visible.
  • In the namespace settings, disable "Experiment & Beta" features.
  • Go to Analyze -> Analytics Dashboards and note that the UI is still visible.
Edited by Max Woolf

Merge request reports