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
When reviewing #2206, I spotted 2 things that could be improved:
- When closing the SDK, we shouldn't need to enqueue the last client report
sending to background worker again. This makes the behaviour of `close`
more difficult to predict.
- Since the session flusher can still enqueue a job to background worker
when flushing, we should postpone background worker's shutdown instead.
0 commit comments