Skip to content

Commit 8a94949

Browse files
committed
remove repo_synced event
1 parent 39e761f commit 8a94949

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/backend/src/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,6 @@ export const main = async (context: AppContext) => {
399399
const stats = await syncLocalRepository(repo, db.data.settings, context);
400400
indexDuration_s = stats.indexDuration_s;
401401
}
402-
403-
captureEvent('repo_synced', {
404-
vcs: repo.vcs,
405-
codeHost: repo.codeHost,
406-
indexDuration_s,
407-
fetchDuration_s,
408-
cloneDuration_s,
409-
});
410402
} catch (err: any) {
411403
// @todo : better error handling here..
412404
logger.error(err);

0 commit comments

Comments
 (0)