relay_log::sentry

Type Alias BeforeCallback

pub type BeforeCallback<T> = Arc<dyn Fn(T) -> Option<T> + Send + Sync>;
Expand description

Type alias for before event/breadcrumb handlers.

Aliased Typeยง

struct BeforeCallback<T> { /* private fields */ }