mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add preliminary Sentry support
This commit is contained in:
parent
39152dbd27
commit
18e4d7c9ac
3 changed files with 72 additions and 40 deletions
|
|
@ -3,5 +3,6 @@ namespace PluralKit
|
|||
public class CoreConfig
|
||||
{
|
||||
public string Database { get; set; }
|
||||
public string SentryUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue