diff options
author | Stan Hu <stanhu@gmail.com> | 2019-03-20 21:37:42 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-03-20 21:37:42 +0000 |
commit | 9ca395134501b57331a7a49d0c6f5ceb0fc3301d (patch) | |
tree | 017de3483697aca8b689ffc7adf361842c3f6ffc /lib | |
parent | a99fcc0c29031bbef191383d7d1617828e14c4d9 (diff) | |
parent | 6af99db01ba00b242e6aa3f3a262f5c98249035d (diff) | |
download | gitlab-ce-9ca395134501b57331a7a49d0c6f5ceb0fc3301d.tar.gz |
Merge branch 'dz-bump-httparty' into 'master'
Bump httparty to version 1.16.4
Closes #44342
See merge request gitlab-org/gitlab-ce!25893
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sentry/client.rb | 2 |
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 |