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
IMHO User only knows about Sentry.flush and worst case SentryClient.flush if they are working with the client directly (outside the SDK.init/Hub)
I wish this was simpler too.
If there is only ever one client, then sentry.Flush does the job.
If new clients are created, then more Flush calls need to be sprinkled around for correctness. We need a clear example for this usage.
The text was updated successfully, but these errors were encountered:
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
We need a clear example of how to use multiple clients and how to properly Flush events upon program termination.
See #153 (comment)
The text was updated successfully, but these errors were encountered: