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/helpers.rb')
-rw-r--r--lib/api/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb
index c6f6dc255d4..bbdb45da3b1 100644
--- a/lib/api/helpers.rb
+++ b/lib/api/helpers.rb
@@ -437,7 +437,7 @@ module API
if report_exception?(exception)
define_params_for_grape_middleware
Gitlab::ErrorTracking.with_context(current_user) do
- Gitlab::ErrorTracking.track_exception(exception, params)
+ Gitlab::ErrorTracking.track_exception(exception)
end
end