-
Notifications
You must be signed in to change notification settings - Fork 0
Sentry
Raul Montoya Cardenas edited this page Aug 8, 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.1", 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: August 8, 2026
Updated by: Grok Build: Grok 4.5 (high)
Package tip reference: 37b0625 (main @ 0.5.1; tag v0.5.1 = 37b0625)
Cubic: page-intro
Devin DeepWiki: neuromod @ 37b0625