Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.24 KB

Bugsnag handler

GitHub Workflow Status Codecov Go Report Card Go Version go.dev reference

Error handler integration for Bugsnag.

Installation

go get emperror.dev/handler/bugsnag

Usage

package main

import (
	"emperror.dev/handler/bugsnag"
)

func main() {
	apiKey := "key"

	handler := bugsnag.New(apiKey)
}

Development

When all coding and testing is done, please run the test suite:

$ make check

License

The MIT License (MIT). Please see License File for more information.