Function sentry_core::test::with_captured_events
source ยท pub fn with_captured_events<F: FnOnce()>(f: F) -> Vec<Event<'static>>
Expand description
Runs some code with the default test hub and returns the captured events.