Commit 849b2c77 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '21738-rename-gitlab-sentry-leftovers' into 'master'

Last `Gitlab::Sentry` -> `Gitlab::ErrorTracking` renaming

See merge request gitlab-org/gitlab!21815
parents d386a553 d9e5a917
......@@ -38,7 +38,7 @@ module Gitlab
raise InvalidResponseCode, "Unsupported response code received from Validation Service: #{response_code}"
end
rescue => ex
Gitlab::Sentry.track_exception(ex)
Gitlab::ErrorTracking.track_exception(ex)
true
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