mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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) {
|
} catch (error) {
|
||||||
Logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`);
|
Logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`);
|
||||||
Sentry.captureException(error);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user