-
Notifications
You must be signed in to change notification settings - Fork 0
Sentry
Raul Montoya Cardenas edited this page Jul 30, 2026
·
5 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
Optional runtime feature (not in default build):
[dependencies]
neuromod = { version = "0.5.0", features = ["sentry"] }Uses the sentry crate with rustls transport (feature-gated). Prefer env-based DSN configuration in applications — do not commit secrets.
SENTRY_DSN=... SENTRY_ENVIRONMENT=development cargo run --example sentry --features sentryExample: examples/sentry.rs. On main since #62:
- Sets
environmentfromSENTRY_ENVIRONMENT(defaultdevelopment) - Drops the noisy info-level
capture_messageprobe - Compatible with current
ClientOptionsbuilder patterns
Workflow: .github/workflows/sentry-release.yml
- Creates a Sentry release when a
v*tag is pushed (and viaworkflow_dispatch) - Release name:
neuromod@{version} - Project slug:
rust(see workflow secrets / env)
Coverage is separate from Sentry — see CI and Quality and the README Observability section.
Badge / dashboard: https://codecov.io/gh/Limen-Neural/neuromod
Last updated: July 30, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: 553cc8e (main @ 0.5.0 + post-tag; tag v0.5.0 = 67c1573)
Cubic: page-intro
Devin DeepWiki: neuromod @ 553cc8e