github getsentry/sentry-go v0.49.0
0.49.0

4 hours ago

Breaking Changes 🛠

  • removing DisableLogs and DisableMetrics client options. Sending metrics and logs is already gated by the usage of our APIs already, so having a global kill switch is counter intuitive. Users that won't to opt out should just not call the relevant APIs or setup the integrations. by @giortzisg in #1392

New Features ✨

  • add WithProxyoption for OTLP. This allows setting an otlptracehttp.HTTPTransportProxyFunc for the span exporter by @pierrre in #1377

Bug Fixes 🐛

  • (echo) Propagate span through request context by @EricGusmao in #1385
  • Skip recover frames on panic. This changes stacktrace behavior for captured panics, removing sentry.Recover frames to focus on the actual panic frames. The changes might affect issue grouping. by @giortzisg in #1364

Internal Changes 🔧

Deps

Don't miss a new sentry-go release

NewReleases is sending notifications on new releases.