Closed
Description
Sentry has been setup already following the instructions in https://forge.rust-lang.org/infra/docs/sentry.html. We could add sentry integration to docs.rs, see rust-lang/crates.io#2961 for an example. There are docs at https://docs.sentry.io/platforms/rust/ and https://docs.rs/sentry/0.20.1/sentry/#quickstart.
Note that sentry has a drop guard for flushing messages, so we should consider implementing #1150 first to avoid losing logs.