Skip to content

Commit 890497c

Browse files
committed
chore: add default project metrics
1 parent 636da40 commit 890497c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/project/ProjectManager.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@ define(function (require, exports, module) {
11271127
var result = new $.Deferred(),
11281128
startLoad = new $.Deferred();
11291129

1130+
Metrics.valueEvent(Metrics.EVENT_TYPE.PROJECT, "Load",
1131+
isWelcomeProjectPath(rootPath) ? "default":"other", 1);
1132+
11301133
// Some legacy code calls this API with a non-canonical path
11311134
rootPath = ProjectModel._ensureTrailingSlash(rootPath);
11321135

0 commit comments

Comments
 (0)