logo
pub type NewSentryLayer<Request> = SentryLayer<NewFromTopProvider, Arc<Hub>, Request>;
Expand description

Tower layer that binds a new Sentry hub for each request made

Implementations

Create a new Sentry layer that binds a new Sentry hub for each request made