Skip to content
Snippets Groups Projects
Commit 729c006f authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'fix-email-receiver-metrics' into 'master'

Fix email receiver metrics events

See merge request !11112
parents 8a5c95d2 7af4c0c4
No related branches found
No related tags found
1 merge request!11112Fix email receiver metrics events
Pipeline #
Loading
Loading
@@ -37,7 +37,7 @@ module Gitlab
end
 
def metrics_params
super.merge(project: project)
super.merge(project: project&.full_path)
end
 
private
Loading
Loading
Loading
Loading
@@ -29,7 +29,7 @@ module Gitlab
end
 
def metrics_params
super.merge(project: project)
super.merge(project: project&.full_path)
end
 
private
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ module Gitlab
end
 
def metrics_params
super.merge(project: project)
super.merge(project: project&.full_path)
end
 
private
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment