diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index fc98dc70..38407f0c 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -65,7 +65,6 @@ export async function setCachedACUC(api_key: string, acuc: AuthCreditUsageChunk }); } catch (error) { Logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`); - Sentry.captureException(error); } }