kinbiko / bugsnag

Well-documented, maintainable, idiomatic, opinionated, and *unofficial* rewrite of the Bugsnag Go notifier
MIT License
3 stars 0 forks source link

[fix] Prevent the notifier from ever panicking #20

Closed kinbiko closed 4 years ago

kinbiko commented 4 years ago

Recovers if methods that might call a closed channel panics:

Also proves that InternalErrorCallback gets invoked on internal notifier errors.