-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android - DSN is required.
crash on launch when a valid DSN is specified
#3755
Comments
DSN is required.
crash on launch when a valid DSN is specifiedDSN is required.
crash on launch when a valid DSN is specified
To confirm, This affects all versions of the dotnet SDK above |
Yikes, it looks like |
Sheesh!... |
It seems like the issue is specifically related to the Android replay package => I tested with all the versions of sentry-android-replay from 7.12.0 to 7.17.0. Same problem occur everytime |
Update on this It seems like the configuration callback is never invoked via I investigated, and here's what I observed:
__this.Configure (p0!); Line 93 of
For the later two, It seems like this has something has to be fixed on |
@romtsn do you have any ideas? |
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: