sentry 0.49.3

Sentry (sentry.io) client for Rust.
Documentation
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");
}