TimBurik
TimBurik
The issue is also reproduced when `ApplicationNotResponding` is reported, no files are attached despite both logcat and custom attachments are configured.
@jamescrosswell are there any updates on the issue?
@jamescrosswell I can describe the flow in our case, if it might help: - We are storing user's session log and other useful session context in a persistent storage on...
@Sevenish I suppose a workaround could be used, but I am wondering if the current behavior is valid and expected. Because according to the documentation, it seems that native Sentry...
Also it seems that there's a behavior difference for `.net-macos` apps (`.net-maccatalyst` might also be affected) - AppKit seems to swallow all unhandled exceptions on the main thread: https://github.com/xamarin/xamarin-macios/issues/15037 We...