-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Improve telemetry collection #4629
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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