Skip to content

Default enable product_analytics_beta_optin"

What does this MR do and why?

This MR enables the FF by default.

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.

FF state screenshot
enabled Screenshot_2024-04-02_at_17.27.07
doesn't exist Screenshot_2024-04-02_at_17.27.07
disabled Screenshot_2024-04-02_at_17.28.59

How to set up and validate locally

  1. Set up product analytics
  2. Remove the feature flag record if you have any
 Feature.remove(:product_analytics_beta_optin)
  1. You should still be able to see the Product analytics checkbox in Group settings -> Permissions and group features
  2. Disable the feature flag record
 Feature.disabled(:product_analytics_beta_optin)
  1. You should not see the Product analytics checkbox in Group settings -> Permissions and group features

Related to #433344 (closed)

Edited by Halil Coban

Merge request reports