Commit d454eb43 authored by Svetlana.Zemlyanskaya's avatar Svetlana.Zemlyanskaya
Browse files

FUS: disable main menu collector

parent ca43968c
Showing with 1 addition and 2 deletions
+1 -2
......@@ -68,7 +68,6 @@ public class MainMenuCollector implements PersistentStateComponent<MainMenuColle
if (!StringUtil.isEmpty(path)) {
final FeatureUsageData data = new FeatureUsageData().addOS().addPluginInfo(info);
FUCounterUsageLogger.getInstance().logEvent("main.menu", ConvertUsagesUtil.escapeDescriptorName(path), data);
}
}
catch (Exception ignore) {
......
......@@ -27,7 +27,7 @@ public class FUCounterUsageLogger {
*/
private static final String REGISTERED = "registered";
private static final String[] GENERAL_GROUPS = new String[]{
"lifecycle", "performance", "actions", "ui.dialogs", "main.menu", "toolwindow", "intentions", "toolbar", "run.configuration.exec",
"lifecycle", "performance", "actions", "ui.dialogs", "toolwindow", "intentions", "toolbar", "run.configuration.exec",
"file.types.usage", "productivity", "live.templates", "completion.postfix"
};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment