mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
fix(acuc): remove sentry capture
This commit is contained in:
parent
c6a83ab92c
commit
a8df85fd9b
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user