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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-26 03:08:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-26 03:08:40 +0300
commit6bc8efe204dbbf0db22543762098596c6fb1aa1a (patch)
tree76e48447bf25fb9a054b8b311cf26d36699cf602 /lib/gitlab/diff
parent44fb0702f3d2161d286df9b409f4309ed41207df (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/diff')
-rw-r--r--lib/gitlab/diff/rendered/notebook/diff_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/diff/rendered/notebook/diff_file.rb b/lib/gitlab/diff/rendered/notebook/diff_file.rb
index cf97569ca31..963027803c2 100644
--- a/lib/gitlab/diff/rendered/notebook/diff_file.rb
+++ b/lib/gitlab/diff/rendered/notebook/diff_file.rb
@@ -141,7 +141,7 @@ module Gitlab
def log_event(message, error = nil)
Gitlab::AppLogger.info({ message: message })
- Gitlab::ErrorTracking.track_exception(error) if error
+ Gitlab::ErrorTracking.log_exception(error) if error
nil
end
end