Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor <idrozdov@gitlab.com>2019-08-14 01:33:16 +0300
committerStan Hu <stanhu@gmail.com>2019-08-14 01:33:16 +0300
commit04598039a53c452df9b1a30404f2abbe46f8e229 (patch)
tree0163503ce3a2395621f610489ce15eaa16868670 /lib/gitlab/usage_data.rb
parent383a18403f049652807df0be3be7a4a9cfc2aa95 (diff)
Add usage pings for source code pushes
Source Code Usage Ping for Create SMAU
Diffstat (limited to 'lib/gitlab/usage_data.rb')
-rw-r--r--lib/gitlab/usage_data.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 7e3a695e52a..16a076a8811 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -142,7 +142,8 @@ module Gitlab
Gitlab::UsageDataCounters::WebIdeCounter,
Gitlab::UsageDataCounters::NoteCounter,
Gitlab::UsageDataCounters::SnippetCounter,
- Gitlab::UsageDataCounters::SearchCounter
+ Gitlab::UsageDataCounters::SearchCounter,
+ Gitlab::UsageDataCounters::SourceCodeCounter
]
end