Function sentry_tracing::default_event_filter
source ยท pub fn default_event_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.