Registry / observability / cockroachdb-sentry-go

cockroachdb-sentry-go

JSON →
library0.3.999gogounverified

A fork of the Sentry Go SDK used by CockroachDB for error tracking and performance monitoring.

go get github.com/cockroachdb/sentry-go
INSTALL
IMPORT
SIG · COCKROACHDB-SENTRY
C
cockroachdb-sentry-go
observabilitygov0.3.999
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.

sentry
github.com/cockroachdb/sentry-go

Initialize Sentry and capture a test message

package main import ( "github.com/cockroachdb/sentry-go" ) func main() { sentry.Init(sentry.ClientOptions{Dsn: "https://examplePublicKey@o0.ingest.sentry.io/0"}) defer sentry.Flush(2) sentry.CaptureMessage("Hello from CockroachDB Sentry") }
Debug
Known issues
gotchaThis is a fork of the official Sentry Go SDK; use the official package for upstream compatibility.
fix
Use github.com/getsentry/sentry-go instead for standard Sentry integration.
affects: all
Upgrade
Version history
0.3.999latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
cockroachdb-sentry-go — go get cockroachdb-sentry-go · libregistry