https://github.com/emperror/handler-bugsnag
Error handler integration for Bugsnag
https://github.com/emperror/handler-bugsnag
bugsnag error-handler
Last synced: about 1 month ago
JSON representation
Error handler integration for Bugsnag
- Host: GitHub
- URL: https://github.com/emperror/handler-bugsnag
- Owner: emperror
- License: mit
- Created: 2019-07-03T15:19:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T20:33:17.000Z (almost 6 years ago)
- Last Synced: 2025-11-08T18:02:19.011Z (6 months ago)
- Topics: bugsnag, error-handler
- Language: Makefile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bugsnag handler
[](https://github.com/emperror/handler-bugsnag/actions?query=workflow%3ACI)
[](https://codecov.io/gh/emperror/handler-bugsnag)
[](https://goreportcard.com/report/emperror.dev/handler/bugsnag)

[](https://pkg.go.dev/mod/emperror.dev/handler/bugsnag)
**Error handler integration for [Bugsnag](https://bugsnag.com).**
## Installation
```bash
go get emperror.dev/handler/bugsnag
```
## Usage
```go
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:
``` bash
$ make check
```
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.