sentry-tracing 0.35.0

Sentry integration for tracing and tracing-subscriber crates.
Documentation
[dependencies.sentry-backtrace]
optional = true
version = "0.35.0"

[dependencies.sentry-core]
features = ["client"]
version = "0.35.0"

[dependencies.tracing-core]
version = "0.1"

[dependencies.tracing-subscriber]
default-features = false
features = ["std"]
version = "0.3.1"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.8"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
features = ["fmt", "registry"]
version = "0.3.1"

[features]
backtrace = ["dep:sentry-backtrace"]
default = []

[lib]
name = "sentry_tracing"
path = "src/lib.rs"

[package]
authors = ["Sentry <hello@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Sentry integration for tracing and tracing-subscriber crates.
"""
edition = "2021"
homepage = "https://sentry.io/welcome/"
license = "Apache-2.0"
name = "sentry-tracing"
readme = "README.md"
repository = "https://github.com/getsentry/sentry-rust"
rust-version = "1.73"
version = "0.35.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "breadcrumbs"
path = "tests/breadcrumbs.rs"

[[test]]
name = "shared"
path = "tests/shared.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"