Skip to content

Session Replay- Android - DSN is required. crash on launch when a valid DSN is specified #3755

@bricefriha

Description

@bricefriha

Package

Sentry

.NET Flavor

.NET

.NET Version

8

OS

Android

SDK Version

4.13.0

Steps to Reproduce

  1. Create an Android project (not MAUI)
  2. 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

Image

Metadata

Metadata

Labels

BugSomething isn't workingNative

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions