Switched from sentry to GlitchTip

This commit is contained in:
Mawoka
2022-05-12 18:12:17 +02:00
parent cf1b5c46f7
commit 60cb986cbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class Settings(BaseSettings):
secret_key: str
access_token_expire_minutes: int = 30
cache_expiry: int = 86400
sentry_dsn: str | None = "https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641"
sentry_dsn: str | None
meilisearch_url: str
meilisearch_index: str = "classquiz"