Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

sentry-core has no features set by default.

[dependencies]
sentry-core = { version = "0.43.0", features = ["client", "release-health", "logs", "test", "log", "uuid"] }
client test? = rand
release-health test?

Affects api::start_session, api::end_session, api::end_session_with_status, clientoptions::ClientOptions.auto_session_tracking, clientoptions::ClientOptions.session_mode

logs

Affects clientoptions::ClientOptions.before_send_log, clientoptions::ClientOptions.enable_logs

test = client, release-health

Affects sentry-core::test

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

rand client?
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs