We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edde92a commit 20c90f5Copy full SHA for 20c90f5
sentry_sdk/_log_batcher.py
@@ -67,6 +67,7 @@ def _flush_loop(self):
67
# type: (...) -> None
68
while self._running:
69
self._flush_event.wait(self.FLUSH_WAIT_TIME + random.random())
70
+ self._flush_event.clear()
71
self._flush()
72
73
def add(
0 commit comments