sentry 0.46.2

Sentry (sentry.io) client for Rust.
Documentation
1
2
3
4
5
// 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");
}