fix: telemetry property names (#7468)

This commit is contained in:
pengx17
2024-07-11 02:35:38 +00:00
parent 2f441d9335
commit 7a35b78772
3 changed files with 7 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ export class TelemetryWorkspaceContextService extends Service {
: linkMeta?.moduleName;
switch (moduleName) {
case 'page':
return 'page editor';
return 'doc editor';
case 'edgeless':
return 'whiteboard editor';
case 'trash':