sentry 0.35.0

Sentry (getsentry.com) 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");
}