Cargo Features

[dependencies]
sentry = { version = "0.32.3", default-features = false, features = ["UNSTABLE_metrics", "backtrace", "contexts", "panic", "anyhow", "debug-images", "log", "slog", "tower", "tower-http", "tower-axum-matched-path", "tracing", "test", "debug-logs", "transport", "reqwest", "curl", "surf-h1", "surf", "ureq", "native-tls", "rustls", "serde_json"] }
default = backtrace, contexts, debug-images, panic, transport

These default features are set whenever sentry is added without default-features = false somewhere in the dependency tree.

UNSTABLE_metrics

Enables UNSTABLE_metrics of sentry-core

backtrace default = sentry-backtrace

default integrations

Enables backtrace of optional sentry-tracing

contexts default = sentry-contexts
panic default = sentry-panic
anyhow = sentry-anyhow

other integrations

debug-images default = sentry-debug-images
log = sentry-log
slog = sentry-slog
tower tower-http? = sentry-tower
tower-http tower-axum-matched-path? = tower

Enables http of sentry-tower

tower-axum-matched-path = tower-http

Enables axum-matched-path of sentry-tower

tracing = sentry-tracing
test

other features

Enables test of sentry-core

debug-logs

Enables log and debug-logs of sentry-core

sentry-core:

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!

transport default = native-tls, reqwest

transports

reqwest transport = httpdate, tokio

Enables reqwest

Affects transports::HttpTransport

curl = httpdate

Enables curl

Affects transports::HttpTransport

surf-h1 = httpdate

Enables h1-client of surf

surf surf-h1? = http-client, httpdate, isahc, tokio

With curl-client

Affects transports::HttpTransport

ureq = httpdate

Enables ureq

Affects transports::HttpTransport

native-tls transport

transport settings

Enables native-tls, default-tls of optional reqwest, native-tls of optional ureq

rustls = webpki-roots

Enables rustls ^0.21.2, rustls-tls of optional reqwest, tls of optional ureq

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.

sentry-anyhow anyhow?
sentry-backtrace backtrace
sentry-contexts contexts
sentry-debug-images debug-images
sentry-log log?
sentry-panic panic
sentry-slog slog?
sentry-tower tower? tower-axum-matched-path? tower-http?
sentry-tracing tracing?
httpdate curl? reqwest? surf? surf-h1? ureq?
http-client surf?
isahc surf?

Enables isahc ^0.9.14

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format

tokio reqwest? surf?
webpki-roots rustls?

Enables webpki-roots ^0.25.1