Handler is responsible for sending errors to Bugsnag.
type Handler struct {
// contains filtered or unexported fields
}
func New(apiKey string) *Handler
New creates a new handler.
▹ Example
func NewFromNotifier(notifier *bugsnag.Notifier) *Handler
NewFromNotifier creates a new handler from an existing notifier instance.
▹ Example
func (h *Handler) Handle(err error)
Handle sends the error to Bugsnag.