Add preliminary Sentry support

This commit is contained in:
Ske
2019-07-15 21:02:50 +02:00
parent 39152dbd27
commit 18e4d7c9ac
3 changed files with 72 additions and 40 deletions

View File

@@ -3,5 +3,6 @@ namespace PluralKit
public class CoreConfig
{
public string Database { get; set; }
public string SentryUrl { get; set; }
}
}