Skip to content

Commit

Permalink
fix: Suppress TooManyRequestsError to error tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Aug 28, 2022
1 parent 6fc1cbc commit 264f19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/logging/sentry.ts
Expand Up @@ -24,6 +24,7 @@ if (env.SENTRY_DSN) {
"GmailAccountCreationError",
"AuthRedirectError",
"UserSuspendedError",
"TooManyRequestsError",
],
});
}
Expand Down

0 comments on commit 264f19d

Please sign in to comment.