예제 #1
0
 /// <summary>
 /// Sets the provided DSN for the client.
 /// </summary>
 protected SentryClient(Dsn dsn)
 => Dsn = dsn;
예제 #2
0
파일: Sentry.cs 프로젝트: henke164/pidget
 public static SentryClient CreateClient(Dsn dsn)
 => SentryHttpClient.Default(dsn);