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 87bd784 commit 30c2bf0Copy full SHA for 30c2bf0
lib/sentry/client.ex
@@ -61,7 +61,7 @@ defmodule Sentry.Client do
61
log_api_error(body)
62
:error
63
end
64
- {:ok, status, headers, client} ->
+ {:ok, status, headers, _client} ->
65
error_header = :proplists.get_value("X-Sentry-Error", headers, "")
66
log_api_error("#{body}\nReceived #{status} from Sentry server: #{error_header}")
67
0 commit comments