Cargo Features

sentry-core has no features set by default.

[dependencies]
sentry-core = { version = "0.32.3", features = ["client", "debug-logs", "UNSTABLE_metrics", "UNSTABLE_cadence", "test", "uuid"] }
client test? = rand

Affects sentry-core::cadence, sentry-core::metrics

debug-logs

I would love to just have a log feature, but this is used inside a macro, and macros actually expand features (and extern crate) where they are used!

Enables log

UNSTABLE_metrics UNSTABLE_cadence?

Enables UNSTABLE_metrics of sentry-types

Affects sentry-core::metrics

UNSTABLE_cadence = UNSTABLE_metrics

Enables cadence ^0.29.0

Affects sentry-core::cadence

test = client

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.

rand client?
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs