getsentry / raven-go

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

Fix missing context.user and context.http in Capture #126

Closed goofansu closed 7 years ago

goofansu commented 7 years ago

If using Capture directly, there is no context.user and context.http.

This PR fix this issue.