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>2020-01-14 18:07:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-14 18:07:55 +0300
commit85e494935a8726dc98bb19ffa584488420e5011e (patch)
tree5acf279dab81a2363e4504a9679c32c16510542b /lib/sentry/client.rb
parent4ce0bee95df15c05cdb0d777eba31fe753bc443b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/sentry/client.rb')
-rw-r--r--lib/sentry/client.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sentry/client.rb b/lib/sentry/client.rb
index 29b00a6f8b2..20c919a97ff 100644
--- a/lib/sentry/client.rb
+++ b/lib/sentry/client.rb
@@ -19,6 +19,10 @@ module Sentry
private
+ def api_urls
+ @api_urls ||= Sentry::ApiUrls.new(@url)
+ end
+
def handle_mapping_exceptions(&block)
yield
rescue KeyError => e