foundations-sentry 1.2.0

Foundations companion crate with Sentry integrations
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "foundations-sentry"
version = "1.2.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 = "no_flush_panic"
path = "tests/no_flush_panic.rs"

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

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

[dependencies.backtrace]
version = "0.3.76"

[dependencies.foundations]
version = "5.10.2"
features = [
    "settings",
    "ratelimit",
    "metrics",
]
default-features = false

[dependencies.governor]
version = "0.10.4"

[dependencies.sentry-backtrace]
version = "0.47.0"

[dependencies.sentry-core]
version = "0.47.0"

[dependencies.sentry-panic]
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_unstable)",
    "cfg(tokio_unstable)",
    "cfg(foundations_jemalloc_disable)",
    "cfg(foundations_generic_telemetry_wrapper)",
    "cfg(foundations_docsrs)",
    "cfg(integer128)",
]