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", ], }); }