We just released Sentry Elixir SDK 12.0.0! This is a massive release that brings support for structured logging, distributed tracing, improves LiveView support in tracing, introduces new HackneyClient and more! 🎉

Check out the changelog and upgrade ⬆️

https://github.com/getsentry/sentry-elixir/releases/tag/12.0.0

Release 12.0.0 · getsentry/sentry-elixir

Logs & Telemetry Processor Support for Structured Logs is here! 🎉 To enable: config :sentry, # your config... enable_logs: true # <- add this! Log events are sent to Sentry using the new Teleme...

GitHub