sentry-dotnet
sentry-dotnet copied to clipboard
iOS MAUI app immediately crashes in `Debug` only
Package
Sentry
.NET Flavor
.NET
.NET Version
8.0.8
OS
iOS
SDK Version
4.10.2
Self-Hosted Sentry Version
No response
Steps to Reproduce
Deploy to my iPhone in Release. Run it. The app crashes. No events are reported. If I deploy a Release version, it runs as expected. I get events for a divide by zero exception I'm using to test upon a button press.
Expected Result
not to crash or at least to create an issue/event
Actual Result
crashes without any indication of why