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