You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Avoid blocking the process when calling flush on empty buffer (#19062)
This PR fixes a bug when calling `Sentry.flush()` (or `client.flush()`)
and there's no telemetry being processed by the SDK. While previously
we'd wait for the passed-in timeout, we now exit immediately.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Lms24 <8420481+Lms24@users.noreply.github.com>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
0 commit comments