Skip to content

Place Product Analytics admin settings behind flag

What does this MR do and why?

Place Product Analytics admin settings behind flag

Since being deprioritised, we'll move PA settings for new self-managed installs behind a default-off feature flag.

This won't affect the .com installation, but will make it clear to self-managed instances that we don't currently support it.

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

  1. As an administrator, visit the admin pages.
  2. Note that Analytics is not available as a sub-menu item under Settings.
  3. Enable the feature flag:
    Feature.enable(:product_analytics_admin_settings)
  4. As an administrator, visit the admin pages.
  5. Note that Analytics is now available as a sub-menu item under Settings and product analytics can be enabled.

Related to #493870 (closed)

Edited by Max Woolf

Merge request reports

Loading