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
* Flushes events queued up to the current Scopes. Not implemented yet.
Expected Result
No no-op comment.
This tripped me up when using the method, as I was confused if this even does something. Looking into the implementation with a debugger revealed that it does end up flushing the entities (In io.sentry.transport.QueuedThreadPoolExecutor#waitTillIdle).
I guess this is dependent on the Transport implementation chosen.
Actual Result
N/A
The text was updated successfully, but these errors were encountered:
Integration
sentry
Java Version
21
Version
8.5.0
Steps to Reproduce
sentry-java/sentry/src/main/java/io/sentry/Sentry.java
Line 1033 in a1ad6ae
Expected Result
No no-op comment.
This tripped me up when using the method, as I was confused if this even does something. Looking into the implementation with a debugger revealed that it does end up flushing the entities (In
io.sentry.transport.QueuedThreadPoolExecutor#waitTillIdle
).I guess this is dependent on the Transport implementation chosen.
Actual Result
N/A
The text was updated successfully, but these errors were encountered: