Open munkii opened 1 week ago
Thanks for raising this! @lucas-zimerman what about we wrap this in
MainThread.BeginInvokeOnMainThread(() =>
{
var screenStream = CaptureAsync().ConfigureAwait(false).GetAwaiter().GetResult();
});
Or if that does not work we could prevent this by checking MainThread.IsMainThread
?
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