Function sentry_tracing::default_filter [−][src]
pub fn default_filter(metadata: &Metadata<'_>) -> EventFilter
Expand description
The default event filter.
By default, an exception event is captured for error, a breadcrumb for
warning and info, and debug and trace logs are ignored.