Skip to content
Snippets Groups Projects

Add custom headers form to streaming audit events

All threads resolved!
Compare and Show latest version
9 files
+ 46
64
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -34,6 +34,8 @@ def record_activity
@@ -34,6 +34,8 @@ def record_activity
return unless lease.try_obtain
return unless lease.try_obtain
@user.update_attribute(:last_activity_on, today)
@user.update_attribute(:last_activity_on, today)
 
 
Gitlab::UsageDataCounters::HLLRedisCounter.track_event('unique_active_user', values: @user.id)
end
end
end
end
end
end
Loading