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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 00:10:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 00:10:04 +0300
commit27c4555a42620512b207f18290724e1fdcf0ffa9 (patch)
treef466b48511d8ed308353a08dd5b8b6e806cf1829 /app/helpers/analytics
parent3bb41f7bdd2a94887af92fc33e8afac1032f0fbc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/analytics')
-rw-r--r--app/helpers/analytics/unique_visits_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/analytics/unique_visits_helper.rb b/app/helpers/analytics/unique_visits_helper.rb
index ded7f54e44e..4b25ed333ee 100644
--- a/app/helpers/analytics/unique_visits_helper.rb
+++ b/app/helpers/analytics/unique_visits_helper.rb
@@ -15,7 +15,6 @@ module Analytics
def track_visit(target_id)
return unless Feature.enabled?(:track_unique_visits)
- return unless Gitlab::CurrentSettings.usage_ping_enabled?
return unless visitor_id
Gitlab::Analytics::UniqueVisits.new.track_visit(visitor_id, target_id)