diff --git a/doc/user/product_analytics/index.md b/doc/user/product_analytics/index.md index ab8f94a4f26bc891e4a94c0a57d54b3dec679999..7db6dcbc03cd1ded0d17a3c997e022d0590ccb1b 100644 --- a/doc/user/product_analytics/index.md +++ b/doc/user/product_analytics/index.md @@ -20,6 +20,7 @@ DETAILS: > - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/414865) from GitLab self-managed to GitLab.com in 16.7. > - Enabled in GitLab 16.7 as a [Beta](../../policy/experiment-beta-support.md#beta) feature. > - `product_analytics_dashboards` [enabled](https://gitlab.com/gitlab-org/gitlab/-/issues/398653) by default in GitLab 16.11. +> - `product_analytics_admin_settings` [enabled](https://gitlab.com/gitlab-org/gitlab/-/issues/385602) by default in GitLab 16.11. For more information about the vision and development of product analytics, see the [group direction page](https://about.gitlab.com/direction/monitor/product-analytics/). To leave feedback about product analytics bugs or functionality: diff --git a/ee/config/feature_flags/development/product_analytics_admin_settings.yml b/ee/config/feature_flags/development/product_analytics_admin_settings.yml index 8dbe9c8be6564662f1d7fbc3db71405b047432fb..fdbcde3565081e122523cde3e4fb8c5d2325e9ce 100644 --- a/ee/config/feature_flags/development/product_analytics_admin_settings.yml +++ b/ee/config/feature_flags/development/product_analytics_admin_settings.yml @@ -4,4 +4,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/385602 milestone: '15.7' type: development group: group::product analytics -default_enabled: false +default_enabled: true