summaryrefslogtreecommitdiff
path: root/lib/sentry
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-03-07 23:07:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-03-19 19:00:44 +0200
commit6af99db01ba00b242e6aa3f3a262f5c98249035d (patch)
tree25fdd8be4295c23619280083420ed36693c9e784 /lib/sentry
parent81e63951ffc2cadefb26682b6c58ee6ee510a73c (diff)
downloadgitlab-ce-6af99db01ba00b242e6aa3f3a262f5c98249035d.tar.gz
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