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