- Fix safe JSON encoding of improper lists (#938)
Unclaimed project
Are you a maintainer of sentry-elixir? Claim this project to take control of your public changelog and roadmap.
sentry with tracing disabled along with older versions of opentelemetry deps (#931)SpanProcessor (#924)db.url: "ecto:" entries as they are now filtered out (#925)Sentry.OpenTelemetry.Sampler now works with an empty config (#915)This release comes with a beta support for Traces using OpenTelemetry - please test it out and report any issues you find.
Beta support for Traces using OpenTelemetry (#902)
To enable Tracing in your Phoenix application, you need to add the following to your mix.exs:
def deps do
[
#...