Registry / observability / ckb-sentry

ckb-sentry

JSON →
library0.21.0rscratesunverified

Sentry (getsentry.com) client for rust

# Cargo.toml [dependencies] ckb-sentry = "0.21.0"
INSTALL
IMPORT
SIG · CKB-SENTRY
C
ckb-sentry
observabilityrustv0.21.0
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.

init
use ckb_sentry::init;

Initializes the Sentry client with a DSN

use ckb_sentry::init; fn main() { let _guard = init("https://example@sentry.io/123"); println!("Sentry initialized"); }
Debug
Known issues
gotchaRequires a valid Sentry DSN to function
fix
Configure SENTRY_DSN environment variable or pass DSN directly
affects: >=0.21.0
Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
ckb-sentry — cargo add ckb-sentry · libregistry