getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

Request Host header is not sent #173

Closed tbarbugli closed 6 years ago

tbarbugli commented 6 years ago

This seems to be caused by raven.NewHttp. The host header is not included in http.Request's Header but instead it should be fetched from Host field directly.