Android - DSN is required.
crash on launch when a valid DSN is specified
#3755
Labels
DSN is required.
crash on launch when a valid DSN is specified
#3755
Package
Sentry
.NET Flavor
.NET
.NET Version
8
OS
Android
SDK Version
4.13.0
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: