feat(server): add sentry to track error

This commit is contained in:
MingxuanGame
2025-08-12 17:00:01 +00:00
parent 0ab3c1c492
commit e7d5bcaf4b
6 changed files with 51 additions and 1 deletions

View File

@@ -84,6 +84,9 @@ class Settings(BaseSettings):
# 日志设置
log_level: str = "INFO"
# Sentry 配置
sentry_dsn: HttpUrl | None = None
# 游戏设置
enable_osu_rx: bool = False
enable_osu_ap: bool = False