You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces a new bug. If ioutil.ReadAll returns an error the body is left in a closed state, so reading the body later results in a http.ErrBodyReadAfterClose, so instead of the original error getting sent to Sentry you end up just getting http: invalid Read on closed Body with no way of knowing what the original error was.
According to a follow-up comment, this would be addressed in #117. But that issue was closed without any code changes and I don't see any other issues opened to keep track of this bug.
The text was updated successfully, but these errors were encountered:
I have experienced a bug that is mentioned by @faulkner in #94 (https://github.com/getsentry/sentry-go/pull/94/files#r373130154)
According to a follow-up comment, this would be addressed in #117. But that issue was closed without any code changes and I don't see any other issues opened to keep track of this bug.
The text was updated successfully, but these errors were encountered: