Registry / observability / bugsnag-bugsnag-go-v2

bugsnag-bugsnag-go-v2

JSON →
library2.6.4gogounverified

Captures errors in real-time and reports them to BugSnag.

go get github.com/bugsnag/bugsnag-go/v2
INSTALL
IMPORT
SIG · BUGSNAG-BUGSNAG-GO
B
bugsnag-bugsnag-go-v2
observabilitygov2.6.4
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/v2

Configure BugSnag and report an error

package main import ( "github.com/bugsnag/bugsnag-go/v2" ) 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.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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