1 2 3 4 5 6 7
#![expect(missing_docs, reason = "predates lint enforcement")] // See https://github.com/getsentry/sentry-rust/issues/184 #[tokio::test] async fn test_nested_async_runtimes() { let _guard = sentry::init("https://public@example.com/42"); }