Commit d9e5a917 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Last Gitlab::Sentry renaming

parent fd3f3f0e
...@@ -38,7 +38,7 @@ module Gitlab ...@@ -38,7 +38,7 @@ module Gitlab
raise InvalidResponseCode, "Unsupported response code received from Validation Service: #{response_code}" raise InvalidResponseCode, "Unsupported response code received from Validation Service: #{response_code}"
end end
rescue => ex rescue => ex
Gitlab::Sentry.track_exception(ex) Gitlab::ErrorTracking.track_exception(ex)
true true
end end
......
Markdown is supported
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