Registry / observability / airbrake-gobrake-v2

airbrake-gobrake-v2

JSON →
library2.0.9gogounverified

Go client for Airbrake error monitoring and performance tracking.

go get gopkg.in/airbrake/gobrake.v2
INSTALL
IMPORT
SIG · AIRBRAKE-GOBRAKE-V
A
airbrake-gobrake-v2
observabilitygov2.0.9
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.

gobrake
gopkg.in/airbrake/gobrake.v2

Initializes an Airbrake notifier and sends an error.

package main import ( "gopkg.in/airbrake/gobrake.v2" ) func main() { notifier := gobrake.NewNotifier(12345, "api-key") defer notifier.Close() notifier.SendError(fmt.Errorf("test error")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
36
OpenAI (training)
1
Resources
airbrake-gobrake-v2 — go get airbrake-gobrake-v2 · libregistry