fix: Suppress TooManyRequestsError to error tracker

This commit is contained in:
Tom Moor
2022-08-28 21:17:51 +02:00
parent 6fc1cbc0ce
commit 264f19d255

View File

@@ -24,6 +24,7 @@ if (env.SENTRY_DSN) {
"GmailAccountCreationError", "GmailAccountCreationError",
"AuthRedirectError", "AuthRedirectError",
"UserSuspendedError", "UserSuspendedError",
"TooManyRequestsError",
], ],
}); });
} }