Open in IDE diagnostics
Summary: Copy in IDE and BigGreep search usage Reviewed By: LukeDefeo Differential Revision: D44297978 fbshipit-source-id: deb3288c7afbea7fc7aa13937db1478f300d6307
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2e41cd095
commit
174c04accf
@@ -40,6 +40,15 @@ type TrackerEvents = {
|
|||||||
key: string;
|
key: string;
|
||||||
value: string;
|
value: string;
|
||||||
};
|
};
|
||||||
|
'big-grep-searched': {
|
||||||
|
searchTerm: string;
|
||||||
|
tags: Tag[];
|
||||||
|
};
|
||||||
|
'ide-opened': {
|
||||||
|
ide: string;
|
||||||
|
name: string;
|
||||||
|
tags: Tag[];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface Tracker {
|
export interface Tracker {
|
||||||
|
|||||||
Reference in New Issue
Block a user