Skip to content
Raul Montoya Cardenas edited this page Aug 8, 2026 · 5 revisions

Sentry

Wiki hero

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.

Local example

SENTRY_DSN=... SENTRY_ENVIRONMENT=development cargo run --example sentry --features sentry

Example: examples/sentry.rs. On main since #62:

  • Sets environment from SENTRY_ENVIRONMENT (default development)
  • Drops the noisy info-level capture_message probe
  • Compatible with current ClientOptions builder patterns

Releases (CI)

Workflow: .github/workflows/sentry-release.yml

  • Creates a Sentry release when a v* tag is pushed (and via workflow_dispatch)
  • Release name: neuromod@{version}
  • Project slug: rust (see workflow secrets / env)

Codecov

Coverage is separate from Sentry — see CI and Quality and the README Observability section.
Badge / dashboard: https://codecov.io/gh/Limen-Neural/neuromod

Related


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

Clone this wiki locally