Package
Sentry
.NET Flavor
.NET
.NET Version
8
OS
Android
SDK Version
4.13.0
Steps to Reproduce
- Create an Android project (not MAUI)
- Add the DSN in the options:
options.Dsn = "..."; // Enter a valid DSN
options.Debug = true;
Alternatively, from the sentry-dotnet just run the sample app Sentry.Samples.Android
Note
Make sure the SDK version is 4.13.0. versions below work just fine
Expected Result
The app should launch without a crash
Actual Result
Crashes on launch, telling us the DSN is missing
