getsentry / raven-go

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

Remove reliance on pkg/errors #228

Closed mattrobenolt closed 5 years ago

mattrobenolt commented 5 years ago

We don't actually use anything out of this library except talking with it's interfaces, so let's abstract out usage rather than forcing a strong dependency on the library.