getsentry / raven-go

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

CaptureError to support Level.Info #198

Closed pzhao5 closed 5 years ago

pzhao5 commented 6 years ago

No all error are considered as Error, Some could be just Info. Allow a way for us to set Level as Info in CaptureError method

kamilogorek commented 5 years ago

It's already doable through manual Packet creation - https://github.com/getsentry/raven-go/issues/79#issuecomment-458933980 We'll rethink how events can be created in a slightly more flexible way though.

kamilogorek commented 5 years ago

Moved to https://github.com/getsentry/raven-go/issues/237