Function sentry_core::test::with_captured_envelopes
source ยท pub fn with_captured_envelopes<F: FnOnce()>(f: F) -> Vec<Envelope>
Expand description
Runs some code with the default test hub and returns the captured envelopes.