File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99//!
1010//! ```
1111//! let log_integration = sentry_log::LogIntegration::default();
12- //! let _setry = sentry::init(sentry::ClientOptions::default().add_integration(log_integration));
12+ //! let _sentry = sentry::init(sentry::ClientOptions::default().add_integration(log_integration));
1313//!
1414//! log::info!("Generates a breadcrumb");
1515//! ```
2121//! log_builder.parse_filters("info");
2222//! let log_integration =
2323//! sentry_log::LogIntegration::default().with_env_logger_dest(Some(log_builder.build()));
24- //! let _setry = sentry::init(sentry::ClientOptions::default().add_integration(log_integration));
24+ //! let _sentry = sentry::init(sentry::ClientOptions::default().add_integration(log_integration));
2525//!
2626//! log::error!("Generates an event");
2727//! ```
You can’t perform that action at this time.
0 commit comments