Skip to content
Snippets Groups Projects
Unverified Commit b9f89b95 authored by michold's avatar michold
Browse files

test

parent aaa27174
No related merge requests found
......@@ -4,9 +4,14 @@ module Gitlab
module Tracking
class << self
def enabled?
medddd
tracker.enabled?
end
def medddd
'aaa'
end
def event(category, action, label: nil, property: nil, value: nil, context: [], project: nil, user: nil, namespace: nil, **extra) # rubocop:disable Metrics/ParameterLists
contexts = [Tracking::StandardContext.new(project: project, user: user, namespace: namespace, **extra).to_context, *context]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment