logo
pub type NewSentryService<S, Request> = SentryService<S, NewFromTopProvider, Arc<Hub>, Request>;
Expand description

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

Implementations

Wrap a Tower service with a Tower layer that binds a Sentry hub for each request made.