-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
[outdated] type: enhancementdev: code-qualityIssues related to code or architecture decisionsIssues related to code or architecture decisionsgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Description
At the moment, mostly user actions involving dialogs are tracked. It would be nice to include also other interactions (especially button presses and tab changes in the entry editor).
This amounts to adding code similar to the following one in the appropriate places:
jabref/src/main/java/org/jabref/gui/actions/JabRefAction.java
Lines 36 to 39 in b411cfb
private void trackExecute() { | |
Globals.getTelemetryClient() | |
.ifPresent(telemetryClient -> telemetryClient.trackEvent(getText())); | |
} |
Metadata
Metadata
Assignees
Labels
[outdated] type: enhancementdev: code-qualityIssues related to code or architecture decisionsIssues related to code or architecture decisionsgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.