getsentry / raven-go

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

Add default DropHandler which logs errors instead of dropping silently #102

Open mattrobenolt opened 8 years ago

mattrobenolt commented 8 years ago

We should add more visibility by default to errors in transport that are dropped. It's non-intuitive for things to fail silently and a user expects to see some messaging. This is especially important when getting initially setup and validating that your DSN is correct, etc.