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:
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