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:
Diffstat (limited to 'lib/api/usage_data.rb')
-rw-r--r--lib/api/usage_data.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/api/usage_data.rb b/lib/api/usage_data.rb
index 0a343093c33..0d1c6cb2281 100644
--- a/lib/api/usage_data.rb
+++ b/lib/api/usage_data.rb
@@ -77,7 +77,8 @@ module API
track_event(
event_name,
- user_id: current_user.id,
+ send_snowplow_event: false,
+ user: current_user,
namespace_id: namespace_id,
project_id: project_id
)