fix: Suppress ForbiddenError in error tracker

This commit is contained in:
Tom Moor
2022-07-26 23:18:26 +01:00
parent ea28dc46eb
commit 383bac241e

View File

@@ -16,6 +16,7 @@ if (env.SENTRY_DSN) {
"SequelizeValidationError",
"SequelizeEmptyResultError",
"ValidationError",
"ForbiddenError",
// Authentication
"UnauthorizedError",