pub fn tracing_layer<S>() -> SentryLayer<S>where
S: Subscriber + for<'a> LookupSpan<'a>,Expand description
Build the sentry-tracing layer with our chosen severity mapping
(see event_filter_for_level).
pub fn tracing_layer<S>() -> SentryLayer<S>where
S: Subscriber + for<'a> LookupSpan<'a>,Build the sentry-tracing layer with our chosen severity mapping
(see event_filter_for_level).