Use Sentry instead of emailing errors

This commit is contained in:
rubenwardy
2024-04-28 12:26:49 +01:00
parent 3a794fecbf
commit 7d18cdee95
6 changed files with 25 additions and 141 deletions

View File

@@ -26,7 +26,6 @@ MAIL_DEFAULT_SENDER = ""
MAIL_SERVER = ""
MAIL_PORT = 587
MAIL_USE_TLS = True
MAIL_UTILS_ERROR_SEND_TO = [""]
UPLOAD_DIR = "/var/cdb/uploads/"
THUMBNAIL_DIR = "/var/cdb/thumbnails/"