Skip to main content

Module telemetry

Module telemetry 

Source
Expand description

Telemetry plumbing shared by every crate: per-task Sentry hubs that keep the process hub’s client and a task’s breadcrumbs in sync.

Functions§

bind_task_hub
Run a future with its own Sentry Hub so its breadcrumbs never interleave with concurrent tasks. Near-free when no Sentry client is configured.