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
Run something which will throw unhandled exception
Expected Result
App should crash immediately
Actual Result
When unhandled exception happens UI freezes for few secs, ANR is shown and crash happens after some time.
Everything works correctly until v5.7.3. After bumping when SentryOptions.BeforeSendCallback returns null then we have ANR for few seconds before crash. When SentryOptions.BeforeSendCallback is returning some event then it also works correctly (crashing immediately).
The text was updated successfully, but these errors were encountered:
Integration
sentry-android
Build System
Gradle
AGP Version
7.4
Proguard
Disabled
Version
5.7.4
Steps to Reproduce
build.gradle
file:Application
file:Expected Result
App should crash immediately
Actual Result
When unhandled exception happens UI freezes for few secs, ANR is shown and crash happens after some time.
Everything works correctly until v5.7.3. After bumping when
SentryOptions.BeforeSendCallback
returnsnull
then we have ANR for few seconds before crash. WhenSentryOptions.BeforeSendCallback
is returning some event then it also works correctly (crashing immediately).The text was updated successfully, but these errors were encountered: