From 264f19d2557a20ec9da1d5809735b26c4507b706 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 28 Aug 2022 21:17:51 +0200 Subject: [PATCH] fix: Suppress TooManyRequestsError to error tracker --- server/logging/sentry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/logging/sentry.ts b/server/logging/sentry.ts index cf857b1d8..9e2745a02 100644 --- a/server/logging/sentry.ts +++ b/server/logging/sentry.ts @@ -24,6 +24,7 @@ if (env.SENTRY_DSN) { "GmailAccountCreationError", "AuthRedirectError", "UserSuspendedError", + "TooManyRequestsError", ], }); }