Commit df5bed1d authored by Mikhail Sokolov's avatar Mikhail Sokolov
Browse files

Statistics collection fix

parent dd20086c
Showing with 1 addition and 0 deletions
+1 -0
......@@ -25,6 +25,7 @@ public class SearchEverywhereUsageTriggerCollector {
FeatureUsageLogger.INSTANCE.log(GROUP_ID, feature, StatisticsUtilKt.createData(project, context));
}
@NotNull
public static FUSUsageContext createContext(@Nullable String contributorID, @Nullable String shortcut) {
return FUSUsageContext.create(contributorID, shortcut);
}
......
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