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
This is causing ANRs on Android when Sentry.close() is called, we should reduce it to 4s max to prevent ANRs. At least when this is called on the main thread.
The text was updated successfully, but these errors were encountered:
Description
https://github.com/getsentry/sentry-java/blob/2718fc84e3251bcfb233f6a7ff2775e690820563/sentry/src/main/java/io/sentry/transport/AsyncHttpTransport.java#L143C53-L143C53
This is causing ANRs on Android when
Sentry.close()
is called, we should reduce it to 4s max to prevent ANRs. At least when this is called on the main thread.The text was updated successfully, but these errors were encountered: