chore: exclude avatar routes from logging [skip ci]

This commit is contained in:
Ferdinand Mütsch 2023-03-24 23:16:36 +01:00
parent c82186046c
commit 31664c25a8
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ func main() {
"/favicon", "/favicon",
"/service-worker.js", "/service-worker.js",
"/api/health", "/api/health",
"/api/avatar",
}), }),
) )
if config.Sentry.Dsn != "" { if config.Sentry.Dsn != "" {