We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff91125 commit 5349adfCopy full SHA for 5349adf
lib/sentry/http_client.ex
@@ -47,7 +47,7 @@ defmodule Sentry.HackneyClient do
47
48
with {:ok, status, headers, client} <-
49
:hackney.request(:post, url, headers, body, hackney_opts),
50
- {:ok, body} <- :hackney.body(client) do
+ {:ok, body} <- :hackney.body(client) do
51
{:ok, status, headers, body}
52
end
53
0 commit comments