示例#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);