Matt Johnson-Pint

Results 429 comments of Matt Johnson-Pint
trafficstars

One gotcha I should mention. When first switching over, nothing worked. It crashed immediately when trying to start the emulator. The culprit turned out to be caching. We were using...

On the KVM setup, we use the bits mentioned here: https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners ```yaml - name: Enable KVM group perms run: | echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules sudo...

@nebuk89 - Alternatively, it would be awesome if the 4-core linux runner was free for public repos. In my case, when we switched from macOS to Linux for the KVM...

It would be useful if the entire exception object was available somewhere, so that it could be retrieved in a processor. Reducing an exception to its type, message, and stacktrace...

FYI, we are seeing the same thing with https://github.com/getsentry/sentry-dotnet/issues/2037. In this case, the zip with the native framework is built on a mac and bundled with our nuget package. A...

> An error occurred trying to start process '/usr/bin/unzip' with working directory 'C:\Users\bohdan\Documents\Projects\MAUI.WebRTC.Demo\src\MauiSampleApp'. The system cannot find the file specified. I see a similar thing: > Tool /usr/bin/unzip execution started...

Based on https://github.com/xamarin/xamarin-macios/issues/16571#issuecomment-1306715518, I've decided we should incorporate the workaround in the `Sentry.Maui` nuget. That will also make it easier to fix any subsequent issues that may arise.

@plattski - I tried your sample app, and it worked for me. Would you please capture a binlog so I can debug further? The best way I've found that captures...

Doing some more testing, I think I may have found the problem. Try changing the last line of the workaround: from ```xml ``` to: ```xml ``` Please let me know...