Cargo Features

crashy has no features set by default.

[dependencies]
crashy = { version = "0.3.0", features = ["trace", "sentry"] }
trace = opentelemetry, tracing, tracing-opentelemetry
sentry = httpclienty, tokio

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.

tracing trace?
opentelemetry trace?

Enables opentelemetry ^0.21

tracing-opentelemetry trace?

Enables tracing-opentelemetry ^0.22

tokio sentry?

Enables tokio

crates below needed for sentry integration

httpclienty sentry?