We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33e9dee + c4f7bee commit c7d5374Copy full SHA for c7d5374
sentry/src/lib.rs
@@ -56,8 +56,7 @@
56
//!
57
//! * `anyhow`: Enables support for the `anyhow` crate.
58
//! * `debug-images`: Attaches a list of loaded libraries to events (currently only supported on unix).
59
-//! * `log`: Enables support for the `log` crate.
60
-//! * `env_logger`: Enables support for the `log` crate with additional `env_logger` support.
+//! * `log`: Enables support for the `log` and `env_logger` crate.
61
//! * `slog`: Enables support for the `slog` crate.
62
//! * `tracing`: Enables support for the `tracing` crate.
63
//! * `test`: Enables testing support.
0 commit comments