From 01685eed7674ec841b4249b42f9b350f4a105e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20L=C3=B3pez?= Date: Fri, 19 Jul 2019 11:11:27 +0000 Subject: Added Usage Data for some Web IDE actions The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded --- app/controllers/ide_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/ide_controller.rb') diff --git a/app/controllers/ide_controller.rb b/app/controllers/ide_controller.rb index eeeebe430a7..af1e6cc703b 100644 --- a/app/controllers/ide_controller.rb +++ b/app/controllers/ide_controller.rb @@ -4,5 +4,6 @@ class IdeController < ApplicationController layout 'fullscreen' def index + Gitlab::UsageDataCounters::WebIdeCounter.increment_views_count end end -- cgit v1.2.1