logo
pub type NewSentryService<S, Request> = SentryService<S, NewFromTopProvider, Arc<Hub>, Request>;
Available on crate feature tower only.
Expand description

Tower service that binds a new Sentry hub for each request made.