snuba
snuba copied to clipboard
feat(consumers): Send logs for tracing events at or above INFO
Hello 👋
As the tracing integration now supports sending logs, this PR enables them as we're doing in our other Rust-based services. Feel free to close this if you don't intend to use logs.
Changes:
- Bump the SDK to the latest version
- Bump arroyo to the latest version to avoid an SDK version split
- Disable the
release-healthfeature flag, as that would add unnecessary dependencies - Send everything at or above INFO as logs instead of breadcrumbs (default for our
tracinglayer)
you can disable the sentry feature of statsdproxy to resolve the version conflict. since DDM is dead that feature doesn't make any sense anymore.
actually can you bump statsdproxy crate as well? the sentry feature has been gone for quite a while there
actually can you bump statsdproxy crate as well? the sentry feature has been gone for quite a while there
Sure, I'll split this into two PRs