Replies: 1 comment 1 reply
-
@Amenti you could disable AppHangTracking entirly on iOS (which seems to be what you're trying to do in the #if IOS
options.Native.EnableAppHangTracking = false;
#endif |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in our .Net Avalonia app for we're getting hundreds of App Hanging exceptions on iOS only without any users complaining about problems since one of the newer Sentry versions. macOS, Windows and Android are fine.
I'm not able to reproduce this in the simulator or during debug.
I tried to filter out App Hanging exceptions like this (since there seems to be some discussion that this could be somewhat expected behavior):
But it doesn't help at all. Is there something I'm obviously doing wrong here?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions