Skip to content

Error handler integration for Bugsnag

License

Notifications You must be signed in to change notification settings

emperror/handler-bugsnag

Repository files navigation

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.

About

Error handler integration for Bugsnag

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published