mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-10 05:54:41 +00:00
Add Sentry
This commit is contained in:
parent
3345e56b38
commit
ff8f787b81
4 changed files with 26 additions and 6 deletions
|
|
@ -61,7 +61,8 @@ case class AppConfig(
|
|||
antiCheat: AntiCheatConfig,
|
||||
network: NetworkConfig,
|
||||
developer: DeveloperConfig,
|
||||
kamon: KamonConfig
|
||||
kamon: KamonConfig,
|
||||
sentry: SentryConfig
|
||||
)
|
||||
|
||||
case class LoginConfig(
|
||||
|
|
@ -123,3 +124,8 @@ case class NetSimConfig(
|
|||
case class KamonConfig(
|
||||
enable: Boolean
|
||||
)
|
||||
|
||||
case class SentryConfig(
|
||||
enable: Boolean,
|
||||
dsn: String
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue