Commit a3f7b34c authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch '339336-remove-feature-flag-additional_snowplow_tracking' into 'master'

Change additional_snowplow_tracking feature flag type to Ops

See merge request gitlab-org/gitlab!73434
parents f8b53ad7 aa50956a
...@@ -3,6 +3,6 @@ name: additional_snowplow_tracking ...@@ -3,6 +3,6 @@ name: additional_snowplow_tracking
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/12088 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/12088
rollout_issue_url: rollout_issue_url:
milestone: '11.11' milestone: '11.11'
type: development
group: group::product intelligence group: group::product intelligence
default_enabled: false default_enabled: false
type: ops
...@@ -18,7 +18,7 @@ module Gitlab ...@@ -18,7 +18,7 @@ module Gitlab
end end
def options(group) def options(group)
additional_features = Feature.enabled?(:additional_snowplow_tracking, group) additional_features = Feature.enabled?(:additional_snowplow_tracking, group, type: :ops)
{ {
namespace: SNOWPLOW_NAMESPACE, namespace: SNOWPLOW_NAMESPACE,
hostname: Gitlab::CurrentSettings.snowplow_collector_hostname, hostname: Gitlab::CurrentSettings.snowplow_collector_hostname,
......
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