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
Ensure that options.AttachScreenshots is set to True at Init time
Throw an Exception on a Background thread and ensure the call to Log in Sentry is done on the Background Thread
Sentry will try and Capture via Xamarin Essentials.
Xmarin Essentials Screenshot functionality must be called on the UIThread
Expected Result
The exception will get logged in Sentry
Actual Result
We are in the process of moving from AppCenter so for now we have AppCenter AND Sentry running at the same time. We only knew this was happening because we were seeing SIGTRAP crashes in AppCenter.
Xamarin Forms iOS
2.1.0
Steps to Reproduce
Expected Result
The exception will get logged in Sentry
Actual Result
We are in the process of moving from AppCenter so for now we have AppCenter AND Sentry running at the same time. We only knew this was happening because we were seeing SIGTRAP crashes in AppCenter.
The initial discussion took place on Discord, https://discordapp.com/channels/621778831602221064/1303772061050601604
After uploading a dSYM file to AppCenter we see the following call stack.
Now I appreciate that Xamarin Forms is out of support and that probably means yo are not going to fix this but we feel like it needs raising.
Next week we will try and get a small repro project together
The text was updated successfully, but these errors were encountered: