[package]
edition = "2024"
name = "foundations-sentry"
version = "1.0.0"
authors = ["Cloudflare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundations companion crate with Sentry integrations"
readme = "README.md"
keywords = [
"foundations",
"sentry",
"telemetry",
"metrics",
]
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/foundations"
[package.metadata.release]
pre-release-hook = [
"git-cliff",
"-w",
"..",
"--include-path",
"{{crate_name}}/**",
"--tag-pattern",
"{{crate_name}}-v[0-9]*",
"-o",
"RELEASE_NOTES.md",
"--tag",
"{{version}}",
]
[lib]
name = "foundations_sentry"
path = "src/lib.rs"
[[test]]
name = "sentry_hook"
path = "tests/sentry_hook.rs"
[dependencies.foundations]
version = "5.7.0"
features = [
"settings",
"ratelimit",
"metrics",
]
default-features = false
[dependencies.governor]
version = "0.10.4"
[dependencies.sentry-core]
version = "0.47.0"
[dev-dependencies.sentry-core]
version = "0.47.0"
features = ["test"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(foundations_generic_telemetry_wrapper)",
"cfg(foundations_unstable)",
"cfg(tokio_unstable)",
"cfg(foundations_docsrs)",
"cfg(integer128)",
]