remove repo_synced event

This commit is contained in:
msukkari 2025-02-20 10:10:28 -08:00
parent 39e761f392
commit 8a94949d2d

View file

@ -399,14 +399,6 @@ export const main = async (context: AppContext) => {
const stats = await syncLocalRepository(repo, db.data.settings, context);
indexDuration_s = stats.indexDuration_s;
}
captureEvent('repo_synced', {
vcs: repo.vcs,
codeHost: repo.codeHost,
indexDuration_s,
fetchDuration_s,
cloneDuration_s,
});
} catch (err: any) {
// @todo : better error handling here..
logger.error(err);