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>2019-11-13 06:06:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-13 06:06:31 +0300
commitd41c040fa25a8b4092843b84bf7d839591b6ee09 (patch)
tree5f7e94d2b6ac79483788eb867b3827af10f5bd82 /lib/sentry
parent4689bac80c8ab86e2b37abf217cc9b3404c5255f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/sentry')
-rw-r--r--lib/sentry/client.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sentry/client.rb b/lib/sentry/client.rb
index 15158bbc3b5..6191d69c870 100644
--- a/lib/sentry/client.rb
+++ b/lib/sentry/client.rb
@@ -51,10 +51,6 @@ module Sentry
raise Client::ResponseInvalidSizeError, "Sentry API response is too big. Limit is #{Gitlab::Utils::DeepSize.human_default_max_size}."
end
- def valid_size?(issues)
- Gitlab::Utils::DeepSize.new(issues).valid?
- end
-
def handle_mapping_exceptions(&block)
yield
rescue KeyError => e