Commit 801469e2 authored by Mario Celi's avatar Mario Celi

Remove usage_data_track_quickactions feature flag traces

- Remove yml file
- Remove flag from know events
- Remove conditional
parent 2376a5ee
---
title: Remove usage_data_track_quickactions feature flag
merge_request: 59914
author:
type: other
---
name: usage_data_track_quickactions
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52398
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/321054
milestone: '13.9'
type: development
group: group::project management
default_enabled: true
...@@ -7,7 +7,6 @@ module Gitlab ...@@ -7,7 +7,6 @@ module Gitlab
# Tracks the quick action with name `name`. # Tracks the quick action with name `name`.
# `args` is expected to be a single string, will be split internally when necessary. # `args` is expected to be a single string, will be split internally when necessary.
def track_unique_action(name, args:, user:) def track_unique_action(name, args:, user:)
return unless Feature.enabled?(:usage_data_track_quickactions, default_enabled: :yaml)
return unless user return unless user
args ||= '' args ||= ''
......
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