fix(acuc): remove sentry capture

This commit is contained in:
Gergő Móricz 2024-09-30 19:10:24 +02:00
parent c6a83ab92c
commit a8df85fd9b

View File

@ -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);
}
}