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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-03-08 00:07:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-03-19 20:00:44 +0300
commit6af99db01ba00b242e6aa3f3a262f5c98249035d (patch)
tree25fdd8be4295c23619280083420ed36693c9e784 /lib/sentry
parent81e63951ffc2cadefb26682b6c58ee6ee510a73c (diff)
Bump httparty to version 1.16.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/sentry')
-rw-r--r--lib/sentry/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sentry/client.rb b/lib/sentry/client.rb
index 49ec196b103..5e0c9101de5 100644
--- a/lib/sentry/client.rb
+++ b/lib/sentry/client.rb
@@ -57,7 +57,7 @@ module Sentry
raise Client::Error, "Sentry response status code: #{response.code}"
end
- response.as_json
+ response
end
def projects_api_url