Registry / observability / ckb-sentry-core

ckb-sentry-core

JSON →
library0.21.0rscratesunverified

Core sentry library used for instrumentation and integration development.

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

Sentry
use ckb_sentry_core::Sentry;

Initialize Sentry and capture a message.

use ckb_sentry_core::Sentry; let sentry = Sentry::new("https://key@domain/1"); sentry.capture_message("Hello, world!", None); println!("Message sent");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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