Registry / observability / bugsnag-bugsnag-go

bugsnag-bugsnag-go

JSON →
library2.6.4+incompatiblegogounverified

Bugsnag Go captures errors in real-time and reports them to the BugSnag error monitoring service.

go get github.com/bugsnag/bugsnag-go
INSTALL
IMPORT
SIG · BUGSNAG-BUGSNAG-GO
B
bugsnag-bugsnag-go
observabilitygov2.6.4+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bugsnag
✓ github.com/bugsnag/bugsnag-go

Configure and notify Bugsnag of an error

package main import ( "github.com/bugsnag/bugsnag-go" ) func main() { bugsnag.Configure(bugsnag.Configuration{ APIKey: "your-api-key", }) bugsnag.Notify(fmt.Errorf("test error")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
OpenAI (training)
1
Resources
bugsnag-bugsnag-go — go get bugsnag-bugsnag-go · libregistry