We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e761f commit 8a94949Copy full SHA for 8a94949
packages/backend/src/main.ts
@@ -399,14 +399,6 @@ export const main = async (context: AppContext) => {
399
const stats = await syncLocalRepository(repo, db.data.settings, context);
400
indexDuration_s = stats.indexDuration_s;
401
}
402
-
403
- captureEvent('repo_synced', {
404
- vcs: repo.vcs,
405
- codeHost: repo.codeHost,
406
- indexDuration_s,
407
- fetchDuration_s,
408
- cloneDuration_s,
409
- });
410
} catch (err: any) {
411
// @todo : better error handling here..
412
logger.error(err);
0 commit comments