Commit 35575164 authored by Thong Kuah's avatar Thong Kuah

Merge branch '287777-fj-enable-default-usage_data_i_snippets_show-flag' into 'master'

Enable FF usage_data_i_snippets_show by default

See merge request gitlab-org/gitlab!48477
parents 56893302 e46656d8
......@@ -15,7 +15,7 @@ module SnippetsActions
skip_before_action :verify_authenticity_token,
if: -> { action_name == 'show' && js_request? }
track_redis_hll_event :show, name: 'i_snippets_show', feature: :usage_data_i_snippets_show, feature_default_enabled: false
track_redis_hll_event :show, name: 'i_snippets_show', feature: :usage_data_i_snippets_show, feature_default_enabled: true
respond_to :html
end
......
---
title: Add MAU counter for snippet show action
merge_request: 48477
author:
type: changed
......@@ -5,4 +5,4 @@ rollout_issue_url:
milestone: '13.7'
type: development
group: group::editor
default_enabled: false
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment