/// <summary> /// Sets the provided DSN for the client. /// </summary> protected SentryClient(Dsn dsn) => Dsn = dsn;
public static SentryClient CreateClient(Dsn dsn) => SentryHttpClient.Default(dsn);