jfversluis/MauiSentrySample — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple .NET MAUI sample app that shows how to use Sentry for crash reporting on mobile. It should be easy to run on Android and iOS, and the main screen should clearly demonstrate sending an error or triggering a test crash so I can confirm the crash shows up in Sentry.

Keep it small and beginner friendly, like a demo project someone could use to learn from. Include the basic Sentry setup in the MAUI app startup, a place for the Sentry DSN, and a clear button in the UI that intentionally causes an exception or sends a test event. Add simple comments where helpful so I understand what parts are Sentry related.

Please make sure the project builds cleanly, uses normal .NET MAUI conventions, and include a short README explaining how to add my Sentry DSN and test it.

Want more depth? Deep Reverse