The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.
Features
- Drop events from the telemetry buffer when rate-limited or transport is full, allowing the buffer queue to empty itself under load (#1138).
Bug Fixes
- Fix scheduler's
hasWork()method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).