Skip to content

Commit c45e8cc

Browse files
committed
simple fix
1 parent aa5dba2 commit c45e8cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/ss/editor/ui/component/editor/impl/AbstractFileEditor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ public void openFile(@NotNull final Path file) {
237237

238238
GAnalytics.sendEvent(GAEvent.Category.EDITOR, GAEvent.Action.EDITOR_OPENED,
239239
description.getEditorId() + "/" + getFileName());
240+
241+
GAnalytics.sendPageView(null, null, "/editing/" + description.getEditorId());
240242
}
241243

242244
@NotNull

0 commit comments

Comments
 (0)