Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaSaBr committed Dec 27, 2016
1 parent aa5dba2 commit c45e8cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ public void openFile(@NotNull final Path file) {

GAnalytics.sendEvent(GAEvent.Category.EDITOR, GAEvent.Action.EDITOR_OPENED,
description.getEditorId() + "/" + getFileName());

GAnalytics.sendPageView(null, null, "/editing/" + description.getEditorId());
}

@NotNull
Expand Down

0 comments on commit c45e8cc

Please sign in to comment.